Skip to content

Commit

Permalink
Merge pull request #11 from vub-hpc/develop
Browse files Browse the repository at this point in the history
silence module commands in Hydra
  • Loading branch information
wpoely86 authored Feb 10, 2022
2 parents 05e5843 + b5e94cf commit 1d4b0c8
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion easyconfigs/CESM-deps/CESM-deps-2-intel-2019b.eb
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ toolchain = {'name': 'intel', 'version': '2019b'}

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

dependencies = [
('CMake', '3.15.3'),
Expand Down
8 changes: 4 additions & 4 deletions machines/config_machines.xml
Original file line number Diff line number Diff line change
Expand Up @@ -68,10 +68,10 @@ Author: Alex Domingo (Vrije Universiteit Brussel)
<init_path lang="python">/usr/share/lmod/lmod/init/env_modules_python.py</init_path>
<init_path lang="csh">/usr/share/lmod/lmod/init/csh</init_path>
<init_path lang="sh">/usr/share/lmod/lmod/init/sh</init_path>
<cmd_path lang="perl">/usr/share/lmod/lmod/libexec/lmod perl</cmd_path>
<cmd_path lang="python">/usr/share/lmod/lmod/libexec/lmod python</cmd_path>
<cmd_path lang="sh">module</cmd_path>
<cmd_path lang="csh">module</cmd_path>
<cmd_path lang="perl">/usr/share/lmod/lmod/libexec/lmod perl -q</cmd_path>
<cmd_path lang="python">/usr/share/lmod/lmod/libexec/lmod python -q</cmd_path>
<cmd_path lang="sh">module -q</cmd_path>
<cmd_path lang="csh">module -q</cmd_path>
<modules>
<command name="purge"/>
<command name="load">XML-LibXML/2.0201-GCCcore-8.3.0</command>
Expand Down

0 comments on commit 1d4b0c8

Please sign in to comment.