tugas3-openMP/no_reduction.sh

12 lines
194 B
Bash
Raw Normal View History

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