mirror of
https://code.it4i.cz/sccs/easyconfigs-it4i.git
synced 2025-04-08 07:52:11 +01:00
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
This commit is contained in:
parent
ad169450da
commit
b19d614747
@ -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
|
||||
|
@ -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=<path>'. " 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=<string>'. 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=<string>'. 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
|
Loading…
x
Reference in New Issue
Block a user