Skip to content

Commit

Permalink
Reduce BBS_CHECK_NB_CPU from 28 to 24 on the nebbiolos
Browse files Browse the repository at this point in the history
See #398.
  • Loading branch information
hpages committed Feb 8, 2024
1 parent 9ebb2cf commit d3df597
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion 3.18/bioc/nebbiolo2/config.sh
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ export BBS_R_HOME="$BBS_WORK_TOPDIR/R"
export R_LIBS="$BBS_R_HOME/site-library"
export BBS_NB_CPU=24 # 72 cores are available
export BBS_BUILD_NB_CPU=16 # 72 cores are available
export BBS_CHECK_NB_CPU=28 # 72 cores are available
export BBS_CHECK_NB_CPU=24 # 72 cores are available

export BBS_CENTRAL_RHOST="localhost"
export BBS_CENTRAL_ROOT_URL="http://$BBS_CENTRAL_RHOST"
Expand Down
2 changes: 1 addition & 1 deletion 3.19/bioc/nebbiolo1/config.sh
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ export R_LIBS="$BBS_R_HOME/site-library"
# nebbiolo1 has 72 logical CPUs.
export BBS_NB_CPU=24
export BBS_BUILD_NB_CPU=16
export BBS_CHECK_NB_CPU=28
export BBS_CHECK_NB_CPU=24

export BBS_CENTRAL_RHOST="localhost"
export BBS_CENTRAL_ROOT_URL="http://$BBS_CENTRAL_RHOST"
Expand Down

0 comments on commit d3df597

Please sign in to comment.