From 32845bda20920b334534e17886545d9c3e9ba226 Mon Sep 17 00:00:00 2001 From: gabrielkheisa Date: Mon, 14 Nov 2022 18:36:04 +0700 Subject: [PATCH] extend time --- tugas3_16thread.sh | 2 +- tugas3_1thread.sh | 3 +-- tugas3_2thread.sh | 2 +- tugas3_32thread.sh | 2 +- tugas3_4thread.sh | 2 +- tugas3_64thread.sh | 2 +- tugas3_8thread.sh | 2 +- 7 files changed, 7 insertions(+), 8 deletions(-) diff --git a/tugas3_16thread.sh b/tugas3_16thread.sh index a6b8e04..b006912 100644 --- a/tugas3_16thread.sh +++ b/tugas3_16thread.sh @@ -1,7 +1,7 @@ #!/bin/bash #SBATCH --nodes=1 -#SBATCH --time=00:01:10 +#SBATCH --time=00:05:00 #SBATCH --job-name=Gabriel whoami diff --git a/tugas3_1thread.sh b/tugas3_1thread.sh index 01e3e93..f55889f 100644 --- a/tugas3_1thread.sh +++ b/tugas3_1thread.sh @@ -1,12 +1,11 @@ #!/bin/bash #SBATCH --nodes=1 -#SBATCH --time=00:01:10 +#SBATCH --time=00:05:00 #SBATCH --job-name=Gabriel whoami hostname -$(date +%Y%m%d_%H%M%S%Z) gfortran -fopenmp tugas3.f90 export OMP_NUM_THREADS=1 diff --git a/tugas3_2thread.sh b/tugas3_2thread.sh index 952c32b..f631548 100644 --- a/tugas3_2thread.sh +++ b/tugas3_2thread.sh @@ -1,7 +1,7 @@ #!/bin/bash #SBATCH --nodes=1 -#SBATCH --time=00:01:10 +#SBATCH --time=00:05:00 #SBATCH --job-name=Gabriel whoami diff --git a/tugas3_32thread.sh b/tugas3_32thread.sh index bea002b..62a2253 100644 --- a/tugas3_32thread.sh +++ b/tugas3_32thread.sh @@ -1,7 +1,7 @@ #!/bin/bash #SBATCH --nodes=1 -#SBATCH --time=00:01:10 +#SBATCH --time=00:05:00 #SBATCH --job-name=Gabriel whoami diff --git a/tugas3_4thread.sh b/tugas3_4thread.sh index acafa77..371dbfb 100644 --- a/tugas3_4thread.sh +++ b/tugas3_4thread.sh @@ -1,7 +1,7 @@ #!/bin/bash #SBATCH --nodes=1 -#SBATCH --time=00:01:10 +#SBATCH --time=00:05:00 #SBATCH --job-name=Gabriel whoami diff --git a/tugas3_64thread.sh b/tugas3_64thread.sh index 9bdfcea..598643e 100644 --- a/tugas3_64thread.sh +++ b/tugas3_64thread.sh @@ -1,7 +1,7 @@ #!/bin/bash #SBATCH --nodes=1 -#SBATCH --time=00:01:10 +#SBATCH --time=00:05:00 #SBATCH --job-name=Gabriel whoami diff --git a/tugas3_8thread.sh b/tugas3_8thread.sh index 2dd2b8d..5f2e9dd 100644 --- a/tugas3_8thread.sh +++ b/tugas3_8thread.sh @@ -1,7 +1,7 @@ #!/bin/bash #SBATCH --nodes=1 -#SBATCH --time=00:01:10 +#SBATCH --time=00:05:00 #SBATCH --job-name=Gabriel whoami