tugas3-openMP/script-serial.sh
gabrielkheisa 7d5b109e79 fix
2022-11-27 13:44:28 +07:00

15 lines
243 B
Bash

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