Skip to content

Commit 1d4b0c8

Browse files
authored
Merge pull request #11 from vub-hpc/develop
silence module commands in Hydra
2 parents 05e5843 + b5e94cf commit 1d4b0c8

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

easyconfigs/CESM-deps/CESM-deps-2-intel-2019b.eb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ toolchain = {'name': 'intel', 'version': '2019b'}
1111

1212
# install extra tools to configure CESM
1313
source_urls = ['https://github.com/vub-hpc/cesm-config/archive/']
14-
sources = ['v1.5.1.tar.gz']
14+
sources = ['v1.5.2.tar.gz']
1515

1616
dependencies = [
1717
('CMake', '3.15.3'),

machines/config_machines.xml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -68,10 +68,10 @@ Author: Alex Domingo (Vrije Universiteit Brussel)
6868
<init_path lang="python">/usr/share/lmod/lmod/init/env_modules_python.py</init_path>
6969
<init_path lang="csh">/usr/share/lmod/lmod/init/csh</init_path>
7070
<init_path lang="sh">/usr/share/lmod/lmod/init/sh</init_path>
71-
<cmd_path lang="perl">/usr/share/lmod/lmod/libexec/lmod perl</cmd_path>
72-
<cmd_path lang="python">/usr/share/lmod/lmod/libexec/lmod python</cmd_path>
73-
<cmd_path lang="sh">module</cmd_path>
74-
<cmd_path lang="csh">module</cmd_path>
71+
<cmd_path lang="perl">/usr/share/lmod/lmod/libexec/lmod perl -q</cmd_path>
72+
<cmd_path lang="python">/usr/share/lmod/lmod/libexec/lmod python -q</cmd_path>
73+
<cmd_path lang="sh">module -q</cmd_path>
74+
<cmd_path lang="csh">module -q</cmd_path>
7575
<modules>
7676
<command name="purge"/>
7777
<command name="load">XML-LibXML/2.0201-GCCcore-8.3.0</command>

0 commit comments

Comments
 (0)