Skip to content

Commit d3df597

Browse files
committed
Reduce BBS_CHECK_NB_CPU from 28 to 24 on the nebbiolos
See #398.
1 parent 9ebb2cf commit d3df597

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

3.18/bioc/nebbiolo2/config.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ export BBS_R_HOME="$BBS_WORK_TOPDIR/R"
1616
export R_LIBS="$BBS_R_HOME/site-library"
1717
export BBS_NB_CPU=24 # 72 cores are available
1818
export BBS_BUILD_NB_CPU=16 # 72 cores are available
19-
export BBS_CHECK_NB_CPU=28 # 72 cores are available
19+
export BBS_CHECK_NB_CPU=24 # 72 cores are available
2020

2121
export BBS_CENTRAL_RHOST="localhost"
2222
export BBS_CENTRAL_ROOT_URL="http://$BBS_CENTRAL_RHOST"

3.19/bioc/nebbiolo1/config.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ export R_LIBS="$BBS_R_HOME/site-library"
1818
# nebbiolo1 has 72 logical CPUs.
1919
export BBS_NB_CPU=24
2020
export BBS_BUILD_NB_CPU=16
21-
export BBS_CHECK_NB_CPU=28
21+
export BBS_CHECK_NB_CPU=24
2222

2323
export BBS_CENTRAL_RHOST="localhost"
2424
export BBS_CENTRAL_ROOT_URL="http://$BBS_CENTRAL_RHOST"

0 commit comments

Comments
 (0)