Skip to content

Commit

Permalink
Merge branch 'main' of github.com:deephyper/scalable-bo into main
Browse files Browse the repository at this point in the history
  • Loading branch information
Deathn0t committed Apr 6, 2022
2 parents 7d5465e + 69c67d5 commit 14c06e5
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/bin/bash
#COBALT -n 1
#COBALT -t 60
#COBALT -t 20
#COBALT -q single-gpu
#COBALT -A datascience

Expand All @@ -11,5 +11,5 @@ export COBALT_JOBSIZE=1
export PYTHONPATH=../../../build/dhenv/lib/python3.8/site-packages/:$PYTHONPATH


echo "Running: mpirun -x LD_LIBRARY_PATH -x PYTHONPATH -x PATH -np $(( $COBALT_JOBSIZE * $RANKS_PER_NODE )) --hostfile $COBALT_NODEFILE python -m scalbo.benchmark.minimalistic_frnn"
echo "Running: mpirun -x LD_LIBRARY_PATH -x PYTHONPATH -x PATH -n $(( $COBALT_JOBSIZE * $RANKS_PER_NODE )) --hostfile $COBALT_NODEFILE python -m scalbo.benchmark.minimalistic_frnn"
mpirun -x LD_LIBRARY_PATH -x PYTHONPATH -x PATH -np $(( $COBALT_JOBSIZE * $RANKS_PER_NODE )) --hostfile $COBALT_NODEFILE python -m scalbo.benchmark.minimalistic_frnn

0 comments on commit 14c06e5

Please sign in to comment.