We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 79b52cb commit 126a91eCopy full SHA for 126a91e
1 file changed
.github/workflows/extraction_test.yml
@@ -162,7 +162,7 @@ jobs:
162
export FAB_WORKSPACE=$PWD/fab_workspace
163
# Run the Fab build script
164
${LFRIC_CORE}/build.sh ./fab_gungho_model_extract.py \
165
- --profile ${COMPILER_PROFILE} --nproc 4 -fc $LDMPI -ld $LDMPI -cc $CC
+ --profile ${COMPILER_PROFILE} --nproc 1 -fc $LDMPI -ld $LDMPI -cc $CC
166
167
# Run gungho (which will create the NetCDF kernel data files)
168
# -----------------------------------------------------------
0 commit comments