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.
12 lines
234 B
Plaintext
12 lines
234 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
|
||
|
srun prova bio-human-gene1 100 500 1
|