tugas3-openMP/script.sh
gabrielkheisa 14c81448af add script
2022-11-26 21:44:47 +07:00

14 lines
204 B
Bash

#!/bin/bash
#SBATCH --nodes=1
#SBATCH --time=00:05:00
#SBATCH --job-name=Gabriel
whoami
hostname
gfortran -fopenmp tugas.f
export OMP_NUM_THREADS=20
export OMP_STACKSIZE=32m
ulimit -s unlimited
./a.out