diff options
author | Larry Knox <lrknox@hdfgroup.org> | 2019-12-12 14:46:34 (GMT) |
---|---|---|
committer | Larry Knox <lrknox@hdfgroup.org> | 2019-12-12 14:46:34 (GMT) |
commit | 683d501a4657e70aec9eadb76bb438665c35a1b5 (patch) | |
tree | 995de0a7737e459a24d87390569566e6e18fe706 | |
parent | 9e26c7f3934d12187876e43594c054886044b6cf (diff) | |
download | hdf5-683d501a4657e70aec9eadb76bb438665c35a1b5.zip hdf5-683d501a4657e70aec9eadb76bb438665c35a1b5.tar.gz hdf5-683d501a4657e70aec9eadb76bb438665c35a1b5.tar.bz2 |
Set timeout to 6 hrs.
-rw-r--r-- | .gitlab-ci.yml | 4 | ||||
-rw-r--r-- | .gitlab/nnsa.sh | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 2b86c18..5f041ae 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -1,6 +1,6 @@ variables: - NMC_FE1_SLURM_PARAMETERS: " --nodes=1 --cpus-per-task=1 --partition=ecp-p9-4v100 -t 1:30:00" -# NMC_FE1_SLURM_PARAMETERS: " --nodes=1 --ntasks-per-node=6 --partition=ecp-p9-4v100 --ntasks=6 -t 2:00:00" + NMC_FE1_SLURM_PARAMETERS: " --nodes=1 --cpus-per-task=1 --partition=ecp-p9-4v100 -t 6:00:00" +# NMC_FE1_SLURM_PARAMETERS: " --nodes=1 --ntasks-per-node=6 --partition=ecp-p9-4v100 --ntasks=6 -t 6:00:00" # SCHEDULER_PARAMETERS: "-N1 -p ecp-p9-4v100 --extra-node-info=*:*:* -t 0:30:00 srun --pty bash --login" stages: - build diff --git a/.gitlab/nnsa.sh b/.gitlab/nnsa.sh index d1ca0a3..acac7f6 100644 --- a/.gitlab/nnsa.sh +++ b/.gitlab/nnsa.sh @@ -334,8 +334,8 @@ for i in `seq 1 $num_CC`; do # loop over compiler versions module list - echo "timeout 3h ctest . -S HDF5config.cmake,SITE_BUILDNAME_SUFFIX=\"$HDF5_VER-$cc_ver\",${CTEST_OPTS}BUILD_GENERATOR=Unix,LOCAL_SUBMIT=true,MODEL=HPC -C Release -VV -O hdf5.log" - timeout 3h ctest . -S HDF5config.cmake,SITE_BUILDNAME_SUFFIX="$HDF5_VER-$cc_ver",${CTEST_OPTS}BUILD_GENERATOR=Unix,LOCAL_SUBMIT=true,MODEL=HPC -C Release -VV -O hdf5.log + echo "cest . -S HDF5config.cmake,SITE_BUILDNAME_SUFFIX=\"$HDF5_VER-$cc_ver\",${CTEST_OPTS}BUILD_GENERATOR=Unix,LOCAL_SUBMIT=true,MODEL=HPC -C Release -VV -O hdf5.log" + ctest . -S HDF5config.cmake,SITE_BUILDNAME_SUFFIX="$HDF5_VER-$cc_ver",${CTEST_OPTS}BUILD_GENERATOR=Unix,LOCAL_SUBMIT=true,MODEL=HPC -C Release -VV -O hdf5.log module unload $cc_ver # unload the compiler with version |