tugas3-openMP/tugas3.sh

12 lines
176 B
Bash
Raw Normal View History

2022-11-14 14:45:53 +07:00
#!/bin/bash
#SBATCH --nodes=1
#SBATCH --time=00:01:10
#SBATCH --job-name=Gabriel
whoami
hostname
gfortran -fopenmp tugas3.f90 -o tugas3.x
export OMP_NUM_THREADS=4
./tugas3.x