ADD: working pipeline to test HyQuas and HiQsimulator
This commit is contained in:
10
env/merlin/py-hiqsimulator/test/run.slurm
vendored
Normal file
10
env/merlin/py-hiqsimulator/test/run.slurm
vendored
Normal file
@@ -0,0 +1,10 @@
|
||||
#!/usr/bin/env bash
|
||||
|
||||
#SBATCH -N 4 # 4 nodes are requested
|
||||
#SBATCH -t 00:03:00 # Walltime, 3 minutes
|
||||
#SBATCH -n 8 # 8 processes are requested
|
||||
#SBATCH --ntasks-per-socket=1 # 1 process per allocated socket
|
||||
#SBATCH --hint=compute_bound # Use all cores in each socket, one thread per core
|
||||
#SBATCH --exclusive # node should not be shared with other jobs
|
||||
|
||||
mpirun python3 ./examples/teleport_mpi.py # Execute program
|
||||
Reference in New Issue
Block a user