Hello,
After executing the created nbody.exe, a window will appear for a few ms (error image).
How can I find out that everything is working?
Here is the message from Visual Studio after compiling the code:
Die Erstellung wurde um 11:45 gestartet…
1>------ Erstellen gestartet: Projekt: nbody, Konfiguration: Debug x64 ------
1>Compiling CUDA source file bodysystemcuda.cu…
1>
1>C:\Users\kuhnt\cuda-samples-master\Samples\5_Domain_Specific\nbody>“C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v12.4\bin\nvcc.exe” -gencode=arch=compute_50,code="sm_50,compute_50" -gencode=arch=compute_52,code="sm_52,compute_52" -gencode=arch=compute_60,code="sm_60,compute_60" -gencode=arch=compute_61,code="sm_61,compute_61" -gencode=arch=compute_70,code="sm_70,compute_70" -gencode=arch=compute_75,code="sm_75,compute_75" -gencode=arch=compute_80,code="sm_80,compute_80" -gencode=arch=compute_86,code="sm_86,compute_86" -gencode=arch=compute_89,code="sm_89,compute_89" -gencode=arch=compute_90,code="sm_90,compute_90" --use-local-env -ccbin “C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.40.33807\bin\HostX64\x64” -x cu -I./ -I…/…/…/Common -I./ -I"C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v12.4/include" -I…/…/…/Common -I"C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v12.4\include" -G --keep-dir nbody\x64\Debug -maxrregcount=0 --machine 64 --compile -cudart static -Xcompiler “/wd 4819” --threads 0 -g -DWIN32 -DWIN32 -D_MBCS -D_MBCS -Xcompiler "/EHsc /W3 /nologo /Od /FS /Zi /RTC1 /MTd " -Xcompiler “/Fdx64/Debug/vc143.pdb” -o C:\Users\kuhnt\cuda-samples-master\Samples\5_Domain_Specific\nbody\nbody\x64\Debug\bodysystemcuda.cu.obj “C:\Users\kuhnt\cuda-samples-master\Samples\5_Domain_Specific\nbody\bodysystemcuda.cu”
1>bodysystemcuda.cu
1>tmpxft_00006f98_00000000-7_bodysystemcuda.compute_90.cudafe1.cpp
1>nbody.cpp
1>render_particles.cpp
1>Code wird generiert…
1> Bibliothek “…/…/…/bin/win64/Debug/nbody.lib” und Objekt “…/…/…/bin/win64/Debug/nbody.exp” werden erstellt.
1>LINK : warning LNK4098: Standardbibliothek “LIBCMT” steht in Konflikt mit anderen Bibliotheken; /NODEFAULTLIB:Bibliothek verwenden.
1>nbody_vs2022.vcxproj → C:\Users\kuhnt\cuda-samples-master\bin\win64\Debug\nbody.exe
1>Erstellen des Projekts nbody_vs2022.vcxproj beendet.
========== Build: 1 erfolgreich, 0 Fehler, 0 aktuell, 0 übersprungen ==========
========== Erstellen abgeschlossen um 11:45 und dauerte 07,599 Sekunden ==========