From 24b8c3b4c9e849e22c2138d2c7e3caa3026010e2 Mon Sep 17 00:00:00 2001 From: gabrielkheisa Date: Mon, 14 Nov 2022 15:08:48 +0700 Subject: [PATCH] fix --- tugas3.sh | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/tugas3.sh b/tugas3.sh index d6f84f9..6ecc95f 100644 --- a/tugas3.sh +++ b/tugas3.sh @@ -7,6 +7,7 @@ whoami hostname -gfortran -fopenmp tugas3.f90 -o tugas3.x -export OMP_NUM_THREADS=4 -./tugas3.x \ No newline at end of file +gfortran -fopenmp tugas3.f90 +export OMP_NUM_THREADS=512 +ulimit -s unlimited +./a.out \ No newline at end of file