Skip to content

Commit 61898ae

Browse files
committed
Merge branch 'nessi.no-2023.06' of github-trz:NorESSI/software-layer into nessi-2023.06-PyTorch-2.1.2-2023a-CUDA-12.1.1
2 parents eae38b7 + 83ddeb0 commit 61898ae

4 files changed

Lines changed: 26 additions & 2 deletions

File tree

easystacks/pilot.nessi.no/2023.06/eessi-2023.06-eb-4.9.1-2022b.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,3 +5,5 @@ easyconfigs:
55
- WRF-4.4.1-foss-2022b-dmpar.eb
66
- bokeh-3.2.1-foss-2022b.eb
77
- MDAnalysis-2.4.2-foss-2022b.eb
8+
- arrow-R-11.0.0.3-foss-2022b-R-4.2.2.eb
9+
- biom-format-2.1.15-foss-2022b.eb

easystacks/pilot.nessi.no/2023.06/eessi-2023.06-eb-4.9.1-2023a.yml

Lines changed: 13 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,15 @@ easyconfigs:
1111
- R-bundle-CRAN-2023.12-foss-2023a.eb
1212
- OpenFOAM-10-foss-2023a.eb
1313
- PyOpenGL-3.1.7-GCCcore-12.3.0.eb
14-
- ipympl-0.9.3-foss-2023a.eb
14+
# replaced by ipympl-0.9.3-gfbf-2023a.eb
15+
# - ipympl-0.9.3-foss-2023a.eb
16+
- ipympl-0.9.3-gfbf-2023a.eb:
17+
options:
18+
# see https://github.com/easybuilders/easybuild-easyconfigs/pull/20586
19+
# which removed the foss/2023a ec file
20+
# see https://github.com/easybuilders/easybuild-easyconfigs/pull/18852
21+
# which added/updated the gfbf/2023a ec file
22+
from-pr: 18852
1523
- SuperLU_DIST-8.1.2-foss-2023a.eb:
1624
options:
1725
from-pr: 20162
@@ -40,6 +48,10 @@ easyconfigs:
4048
options:
4149
from-pr: 20540
4250
- WhatsHap-2.2-foss-2023a.eb
51+
- GATK-4.5.0.0-GCCcore-12.3.0-Java-17.eb
52+
- ESPResSo-4.2.2-foss-2023a.eb:
53+
options:
54+
from-pr: 20595
4355
- PyTorch-2.1.2-foss-2023a-CUDA-12.1.1.eb:
4456
options:
4557
cuda-compute-capabilities: 6.0,6.1,7.0,7.5,8.0,8.6,8.9,9.0

easystacks/pilot.nessi.no/2023.06/eessi-2023.06-eb-4.9.1-2023b.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,3 +23,4 @@ easyconfigs:
2323
options:
2424
from-pr: 20439
2525
- GDB-13.2-GCCcore-13.2.0.eb
26+
- IPython-8.17.2-GCCcore-13.2.0.eb

test_suite.sh

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -183,7 +183,16 @@ else
183183
fi
184184

185185
# List the tests we want to run
186-
export REFRAME_ARGS='--tag CI --tag 1_node --nocolor --exclude=TensorFlow'
186+
# export REFRAME_ARGS='--tag CI --tag 1_node --nocolor --exclude=TensorFlow'
187+
export REFRAME_FLAGS='--nocolor'
188+
export REFRAME_TAGS='--tag CI --tag 1_node'
189+
# Limit test names to relevant tests
190+
# For now, we limit to OSU.
191+
# In the future, we should create some mapping between module names of modules that are deployed.
192+
# E.g. if TensorFlow was deployed, we want to run with `-n TensorFlow`. If OpenMPI was deployed
193+
# we want to run with `-n OSU`, or maybe even `-n OSU -n GROMACS.*foss` to also test _one_ OpenMPI application
194+
export REFRAME_INCLUDE_PATTERNS='-n OSU'
195+
export REFRAME_ARGS="${REFRAME_FLAGS} ${REFRAME_TAGS} ${REFRAME_INCLUDE_PATTERNS}"
187196
echo "Listing tests: reframe ${REFRAME_ARGS} --list"
188197
reframe ${REFRAME_ARGS} --list
189198
if [[ $? -eq 0 ]]; then

0 commit comments

Comments
 (0)