You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

13 lines
271 B
Plaintext

4 months ago
#!/bin/bash
#SBATCH --job-name=mpi_test
#SBATCH --output=mpi_test_output.txt
#SBATCH --ntasks=54
#SBATCH --time=00:20:00
#SBATCH --ntasks-per-node=6
#SBATCH --cpus-per-task=1
module load openmpi
4 months ago
mpirun -np 45 ./main cube 300 500 0
##srun main bio-human-gene1 100 500 1