tugas3-openMP/tugas3_32thread.sh
2022-11-14 16:41:05 +07:00

13 lines
182 B
Bash

#!/bin/bash
#SBATCH --nodes=1
#SBATCH --time=00:01:10
#SBATCH --job-name=Gabriel
whoami
hostname
gfortran -fopenmp tugas3.f90
export OMP_NUM_THREADS=32
ulimit -s unlimited
./a.out