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