tugas3-openMP/tugas3_64thread.sh
2022-11-14 15:59:10 +07:00

14 lines
207 B
Bash

#!/bin/bash
#SBATCH --nodes=1
#SBATCH --time=00:01:10
#SBATCH --job-name=Gabriel
whoami
hostname
$(date +%Y%m%d_%H%M%S%Z)
gfortran -fopenmp tugas3.f90
export OMP_NUM_THREADS=64
ulimit -s unlimited
./a.out