Skip to content

Commit fb37926

Browse files
authored
Update benchcab to 4.3.1 (#356)
The OPAL_PREFIX environment variable introduced in PR #352 causes the xp65 MPI library to take precedence over any MPI libraries loaded via module load - as a workaround, this change unsets this variable from the build environment to fix this issue. References CABLE-LSM/benchcab#341
1 parent c9aebbc commit fb37926

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

environments/benchcab/config.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Note: BENCHCAB_VERSION should match the version of benchcab in
22
# environments/benchcab/environment.yml:
3-
BENCHCAB_VERSION=4.3.0
3+
BENCHCAB_VERSION=4.3.1
44
export ENVIRONMENT="benchcab"
55
export STABLE_VERSION="${BENCHCAB_VERSION}"
66
export FULLENV="${ENVIRONMENT}-${BENCHCAB_VERSION}"

environments/benchcab/environment.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,5 +6,5 @@ channels:
66
dependencies:
77
# Note: the pinned benchcab version should match the BENCHCAB_VERSION
88
# environment variable in environments/benchcab/config.sh:
9-
- accessnri::benchcab==4.3.0
9+
- accessnri::benchcab==4.3.1
1010
- accessnri::payu>=1.1.7

0 commit comments

Comments
 (0)