From b19d614747f547f983c8165f2a87f0c0472712a5 Mon Sep 17 00:00:00 2001 From: Jakub Kropacek Date: Thu, 12 May 2022 12:50:35 +0200 Subject: [PATCH] modified: q/QMCPACK/QMCPACK-3.14.0-intel-2020b-Python-3.8.6-test.eb new file: x/XALT/XALT-2.10.37.eb deleted: x/XALT/XALT-2.10.36.eb --- .../QMCPACK-3.14.0-intel-2020b-Python-3.8.6-test.eb | 1 + x/XALT/{XALT-2.10.36.eb => XALT-2.10.37.eb} | 11 ++++++----- 2 files changed, 7 insertions(+), 5 deletions(-) rename x/XALT/{XALT-2.10.36.eb => XALT-2.10.37.eb} (92%) diff --git a/q/QMCPACK/QMCPACK-3.14.0-intel-2020b-Python-3.8.6-test.eb b/q/QMCPACK/QMCPACK-3.14.0-intel-2020b-Python-3.8.6-test.eb index b9917e64..eb58c1d7 100644 --- a/q/QMCPACK/QMCPACK-3.14.0-intel-2020b-Python-3.8.6-test.eb +++ b/q/QMCPACK/QMCPACK-3.14.0-intel-2020b-Python-3.8.6-test.eb @@ -50,6 +50,7 @@ configopts += ' -DCMAKE_INSTALL_PREFIX=%(installdir)s' configopts += ' -DINSTALL_NEXUS=ON ' configopts += ' -DBUILD_UNIT_TESTS=ON -DBUILD_MICRO_BENCHMARKS=ON ' configopts += ' -DBUILD_AFQMC=ON ' # FCIQMC fails +#configopts += '-DQMC_COMPLEX=1' preinstallopts = [ # ' ctest -j128 -V -R short -LE unstable && ' # run CMake tests in parallel diff --git a/x/XALT/XALT-2.10.36.eb b/x/XALT/XALT-2.10.37.eb similarity index 92% rename from x/XALT/XALT-2.10.36.eb rename to x/XALT/XALT-2.10.37.eb index 47fe4b08..9d9740d3 100644 --- a/x/XALT/XALT-2.10.36.eb +++ b/x/XALT/XALT-2.10.37.eb @@ -2,7 +2,8 @@ # LK 2022 name = 'XALT' -version = '2.10.36' +version = '2.10.37' +versionsuffix = "-eb" homepage = 'https://github.com/xalt/xalt' description = """XALT 2 is a tool to allow a site to track user executables @@ -19,25 +20,25 @@ toolchain = SYSTEM # or use 'eb --try-amend=config_py='. " See # https://xalt.readthedocs.io/en/latest/030_site_filtering.html for # more information. -config_py = None +config_py = "/apps/.xalt/IT4I_config.py" # The name of the system must be specified via the 'syshost' # easyconfig parameter. You can edit the easyconfig file, or use 'eb # --try-amend=syshost='. See # https://xalt.readthedocs.io/en/latest/020_site_configuration.html # for more information. -syshost = None +syshost = "env_var:CLUSTERNAME" # The XALT transmission method must be specified via the # 'transmission' easyconfig parameter. You can edit the easyconfig # file, or use 'eb --try-amend=transmission='. See # https://xalt.readthedocs.io/en/latest/020_site_configuration.html # for more information. -transmission = None +transmission = "file" # Additional options executable_tracking = True -gpu_tracking = None +gpu_tracking = Yes logging_url = None mysql = False scalar_sampling = True