You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
#!/bin/bash
|
|
#BSUB -P fus123
|
|
#BSUB -W 0:20
|
|
#BSUB -nnodes 2
|
|
#BSUB -J cublas-nsys-test
|
|
#BSUB -o cublas-nsys-test.%J
|
|
#BSUB -q debug
|
|
|
|
./run.sh noum none 6 2
|
|
./run.sh noum nsys 6 2
|
|
./run.sh noum none 6 1 &
|
|
./run.sh noum nsys 6 1
|
|
wait
|
|
./run.sh noum none 3 1 &
|
|
./run.sh noum nsys 3 1
|
|
wait
|