You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We have a dual GPU server with Tesla P40 and M40, which have different architectures. I must turn off manually in one GPU to run SPECFEM3D. How to instruct the SPECFEM3D to run using GPU 0 or 1 without turning off one GPU?
The text was updated successfully, but these errors were encountered:
Is "CUDA_VISIBLE_DEVICES=0 mpirun -np $NPROC ./bin/xspecfem3D" what you want? It tells the system to use GPU 0 only, and you can use "nvidia-smi" to check which GPU is 0 or 1. If you don't use MPI then "CUDA_VISIBLE_DEVICES=0 ./bin/xspecfem3D" should be enough.
We have a dual GPU server with Tesla P40 and M40, which have different architectures. I must turn off manually in one GPU to run SPECFEM3D. How to instruct the SPECFEM3D to run using GPU 0 or 1 without turning off one GPU?
The text was updated successfully, but these errors were encountered: