tugas3-openMP/tugas3.sh
gabrielkheisa 24b8c3b4c9 fix
2022-11-14 15:08:48 +07:00

13 lines
183 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=512
ulimit -s unlimited
./a.out