mirror of
https://code.it4i.cz/sccs/easyconfigs-it4i.git
synced 2025-04-27 16:51:29 +01:00
Merge branch 'it4i-karolina'
This commit is contained in:
commit
545d9b5fda
@ -50,6 +50,7 @@ configopts += ' -DCMAKE_INSTALL_PREFIX=%(installdir)s'
|
|||||||
configopts += ' -DINSTALL_NEXUS=ON '
|
configopts += ' -DINSTALL_NEXUS=ON '
|
||||||
configopts += ' -DBUILD_UNIT_TESTS=ON -DBUILD_MICRO_BENCHMARKS=ON '
|
configopts += ' -DBUILD_UNIT_TESTS=ON -DBUILD_MICRO_BENCHMARKS=ON '
|
||||||
configopts += ' -DBUILD_AFQMC=ON ' # FCIQMC fails
|
configopts += ' -DBUILD_AFQMC=ON ' # FCIQMC fails
|
||||||
|
#configopts += '-DQMC_COMPLEX=1'
|
||||||
|
|
||||||
preinstallopts = [
|
preinstallopts = [
|
||||||
# ' ctest -j128 -V -R short -LE unstable && ' # run CMake tests in parallel
|
# ' ctest -j128 -V -R short -LE unstable && ' # run CMake tests in parallel
|
||||||
|
@ -2,7 +2,8 @@
|
|||||||
# LK 2022
|
# LK 2022
|
||||||
|
|
||||||
name = 'XALT'
|
name = 'XALT'
|
||||||
version = '2.10.36'
|
version = '2.10.37'
|
||||||
|
versionsuffix = "-eb"
|
||||||
|
|
||||||
homepage = 'https://github.com/xalt/xalt'
|
homepage = 'https://github.com/xalt/xalt'
|
||||||
description = """XALT 2 is a tool to allow a site to track user executables
|
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
|
# or use 'eb --try-amend=config_py=<path>'. " See
|
||||||
# https://xalt.readthedocs.io/en/latest/030_site_filtering.html for
|
# https://xalt.readthedocs.io/en/latest/030_site_filtering.html for
|
||||||
# more information.
|
# more information.
|
||||||
config_py = None
|
config_py = "/apps/.xalt/IT4I_config.py"
|
||||||
|
|
||||||
# The name of the system must be specified via the 'syshost'
|
# The name of the system must be specified via the 'syshost'
|
||||||
# easyconfig parameter. You can edit the easyconfig file, or use 'eb
|
# easyconfig parameter. You can edit the easyconfig file, or use 'eb
|
||||||
# --try-amend=syshost=<string>'. See
|
# --try-amend=syshost=<string>'. See
|
||||||
# https://xalt.readthedocs.io/en/latest/020_site_configuration.html
|
# https://xalt.readthedocs.io/en/latest/020_site_configuration.html
|
||||||
# for more information.
|
# for more information.
|
||||||
syshost = None
|
syshost = "env_var:CLUSTERNAME"
|
||||||
|
|
||||||
# The XALT transmission method must be specified via the
|
# The XALT transmission method must be specified via the
|
||||||
# 'transmission' easyconfig parameter. You can edit the easyconfig
|
# 'transmission' easyconfig parameter. You can edit the easyconfig
|
||||||
# file, or use 'eb --try-amend=transmission=<string>'. See
|
# file, or use 'eb --try-amend=transmission=<string>'. See
|
||||||
# https://xalt.readthedocs.io/en/latest/020_site_configuration.html
|
# https://xalt.readthedocs.io/en/latest/020_site_configuration.html
|
||||||
# for more information.
|
# for more information.
|
||||||
transmission = None
|
transmission = "file"
|
||||||
|
|
||||||
# Additional options
|
# Additional options
|
||||||
executable_tracking = True
|
executable_tracking = True
|
||||||
gpu_tracking = None
|
gpu_tracking = Yes
|
||||||
logging_url = None
|
logging_url = None
|
||||||
mysql = False
|
mysql = False
|
||||||
scalar_sampling = True
|
scalar_sampling = True
|
Loading…
x
Reference in New Issue
Block a user