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 105ae27 commit 99fd4c2Copy full SHA for 99fd4c2
.github/workflows/phoenix/bench.sh
@@ -2,6 +2,8 @@
2
3
n_ranks=12
4
5
+export TMPDIR=/storage/home/hcoda1/6/sbryngelson3/scratch/runner-tmp
6
+
7
if [ "$job_device" == "gpu" ]; then
8
n_ranks=$(nvidia-smi -L | wc -l) # number of GPUs on node
9
gpu_ids=$(seq -s ' ' 0 $(($n_ranks-1))) # 0,1,2,...,gpu_count-1
0 commit comments