Skip to content

Commit 126a91e

Browse files
committed
Run baf w/ a single thread
1 parent 79b52cb commit 126a91e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/extraction_test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -162,7 +162,7 @@ jobs:
162162
export FAB_WORKSPACE=$PWD/fab_workspace
163163
# Run the Fab build script
164164
${LFRIC_CORE}/build.sh ./fab_gungho_model_extract.py \
165-
--profile ${COMPILER_PROFILE} --nproc 4 -fc $LDMPI -ld $LDMPI -cc $CC
165+
--profile ${COMPILER_PROFILE} --nproc 1 -fc $LDMPI -ld $LDMPI -cc $CC
166166
167167
# Run gungho (which will create the NetCDF kernel data files)
168168
# -----------------------------------------------------------

0 commit comments

Comments
 (0)