Skip to content

Commit

Permalink
Set default cores to 8
Browse files Browse the repository at this point in the history
  • Loading branch information
islas committed Nov 11, 2024
1 parent d688946 commit 6599417
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .ci/wrf_compilation_tests-cmake.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"working_directory" : "..",
"arguments" :
{
"base_env_numprocs" : [ "-e", "NUM_PROCS=1" ],
"base_env_numprocs" : [ "-e", "NUM_PROCS=8" ],

".*cmake.*::base_env_dirs" : [ "-e", "WK_DIR=$PWD,BUILD_DIR=_build_$NAME$DM$SM,INSTALL_DIR=$WK_DIR/install_$NAME$DM$SM" ],
".*cmake.*.::args_compilecmd" : [ "-c", "-p $NAME -d $BUILD_DIR -i $INSTALL_DIR -x -- -DCMAKE_BUILD_TYPE=Release -DWRF_CORE=ARW -DWRF_NESTING=BASIC -DWRF_CASE=EM_REAL $USE_MPI $USE_OPENMP" ],
Expand Down

0 comments on commit 6599417

Please sign in to comment.