Skip to content

Commit

Permalink
Increase build times for intel and nvhpc compiler families
Browse files Browse the repository at this point in the history
  • Loading branch information
islas committed Nov 15, 2024
1 parent 05c831d commit f61083e
Showing 1 changed file with 12 additions and 12 deletions.
24 changes: 12 additions & 12 deletions .ci/wrf_compilation_tests-cmake.json
Original file line number Diff line number Diff line change
Expand Up @@ -49,53 +49,53 @@
"cmake-gnu-dm+sm" : { "steps" : { "build" : { "command" : ".ci/tests/buildCMake.sh" } } },

"cmake-intel-classic-serial" : {
"submit_options" : { "hsn.de.hpc" : { "timelimit" : "00:25:00" } },
"submit_options" : { "hsn.de.hpc" : { "timelimit" : "00:30:00" } },
"steps" : { "build" : { "command" : ".ci/tests/buildCMake.sh" } }
},
"cmake-intel-classic-sm" : {
"submit_options" : { "hsn.de.hpc" : { "timelimit" : "00:25:00" } },
"submit_options" : { "hsn.de.hpc" : { "timelimit" : "00:30:00" } },
"steps" : { "build" : { "command" : ".ci/tests/buildCMake.sh" } }
},
"cmake-intel-classic-dm" : {
"submit_options" : { "hsn.de.hpc" : { "timelimit" : "00:25:00" } },
"submit_options" : { "hsn.de.hpc" : { "timelimit" : "00:30:00" } },
"steps" : { "build" : { "command" : ".ci/tests/buildCMake.sh" } }
},
"cmake-intel-classic-dm+sm" : {
"submit_options" : { "hsn.de.hpc" : { "timelimit" : "00:25:00" } },
"submit_options" : { "hsn.de.hpc" : { "timelimit" : "00:30:00" } },
"steps" : { "build" : { "command" : ".ci/tests/buildCMake.sh" } }
},

"cmake-intel-llvm-serial" : {
"submit_options" : { "hsn.de.hpc" : { "timelimit" : "00:25:00" } },
"submit_options" : { "hsn.de.hpc" : { "timelimit" : "00:30:00" } },
"steps" : { "build" : { "command" : ".ci/tests/buildCMake.sh" } }
},
"cmake-intel-llvm-sm" : {
"submit_options" : { "hsn.de.hpc" : { "timelimit" : "00:25:00" } },
"submit_options" : { "hsn.de.hpc" : { "timelimit" : "00:30:00" } },
"steps" : { "build" : { "command" : ".ci/tests/buildCMake.sh" } }
},
"cmake-intel-llvm-dm" : {
"submit_options" : { "hsn.de.hpc" : { "timelimit" : "00:25:00" } },
"submit_options" : { "hsn.de.hpc" : { "timelimit" : "00:30:00" } },
"steps" : { "build" : { "command" : ".ci/tests/buildCMake.sh" } }
},
"cmake-intel-llvm-dm+sm" : {
"submit_options" : { "hsn.de.hpc" : { "timelimit" : "00:25:00" } },
"submit_options" : { "hsn.de.hpc" : { "timelimit" : "00:30:00" } },
"steps" : { "build" : { "command" : ".ci/tests/buildCMake.sh" } }
},

"cmake-pgi-serial" : {
"submit_options" : { "hsn.de.hpc" : { "timelimit" : "00:25:00" } },
"submit_options" : { "hsn.de.hpc" : { "timelimit" : "00:30:00" } },
"steps" : { "build" : { "command" : ".ci/tests/buildCMake.sh" } }
},
"cmake-pgi-sm" : {
"submit_options" : { "hsn.de.hpc" : { "timelimit" : "00:25:00" } },
"submit_options" : { "hsn.de.hpc" : { "timelimit" : "00:30:00" } },
"steps" : { "build" : { "command" : ".ci/tests/buildCMake.sh" } }
},
"cmake-pgi-dm" : {
"submit_options" : { "hsn.de.hpc" : { "timelimit" : "00:25:00" } },
"submit_options" : { "hsn.de.hpc" : { "timelimit" : "00:30:00" } },
"steps" : { "build" : { "command" : ".ci/tests/buildCMake.sh" } }
},
"cmake-pgi-dm+sm" : {
"submit_options" : { "hsn.de.hpc" : { "timelimit" : "00:25:00" } },
"submit_options" : { "hsn.de.hpc" : { "timelimit" : "00:30:00" } },
"steps" : { "build" : { "command" : ".ci/tests/buildCMake.sh" } }
}
}

0 comments on commit f61083e

Please sign in to comment.