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.
22 lines
360 B
22 lines
360 B
#!/bin/bash
|
|
#COBALT -t 00:20:00
|
|
#COBALT -n 2
|
|
#COBALT --jobname cublas-nsys-test
|
|
#COBALT -O cublas-nsys-test
|
|
#COBALT -q gpu_v100_smx2
|
|
|
|
cd $HOME/hpc/mpi-cuda/jlse
|
|
pwd
|
|
source ./setup.sh
|
|
which mpirun
|
|
which nsys
|
|
|
|
./run.sh noum none 2 4
|
|
./run.sh noum nsys 2 4
|
|
./run.sh noum none 1 4 &
|
|
./run.sh noum nsys 1 4
|
|
wait
|
|
./run.sh noum none 1 2 &
|
|
./run.sh noum nsys 1 2
|
|
wait
|