We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 45ba569 commit 1899a6cCopy full SHA for 1899a6c
misc/run-phoenix-release-gpu.sh
@@ -19,5 +19,4 @@ set -x
19
gpu_count=$(nvidia-smi -L | wc -l) # number of GPUs on node
20
gpu_ids=$(seq -s ' ' 0 $(($gpu_count-1))) # 0,1,2,...,gpu_count-1
21
22
-./mfc.sh test -a -b mpirun -j 1 --gpu
23
-
+./mfc.sh test -a -b mpirun -j 2 --gpu -g $gpu_ids
0 commit comments