Skip to content
Snippets Groups Projects
Commit 7ed9c321 authored by Anna Wellmann's avatar Anna Wellmann
Browse files

Add comment on how to profle on Phoenix

parent 0e271927
No related branches found
No related tags found
1 merge request!104Add Communication Hiding to GPU version
# Phoenix
# mpirun -np 2 "./VirtualFluids_dev/build/bin/SphereScaling" "./VirtualFluids_dev/apps/gpu/LBM/SphereScaling/configPhoenix2GPU.txt"
# Profiling Phoenix
# nsys profile --trace=cuda,mpi --mpi-impl=mpich --output=./nsysprofiles/nsys.sphereScaling.np2 --force-overwrite=true mpirun -np 2 "./VirtualFluids_dev/build/bin/SphereScaling" "./VirtualFluids_dev/apps/gpu/LBM/SphereScaling/configPhoenix2GPU.txt"
##################################################
#GPU Mapping
##################################################
......@@ -34,5 +37,5 @@ GridPath=/work/y0078217/Grids/GridSphereScaling/SphereScaling2GPU/
#simulation parameter
##################################################
TimeEnd=100000
TimeOut=100000
TimeOut=100000
#TimeStartOut=0
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment