diff --git a/script.sh b/script.sh new file mode 100644 index 0000000..fc0e5f6 --- /dev/null +++ b/script.sh @@ -0,0 +1,14 @@ +#!/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 \ No newline at end of file