tugas3-openMP/tugas3_2thread.sh
2022-11-14 18:36:04 +07:00

13 lines
181 B
Bash

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