Merge branch 'it4i-karolina'

This commit is contained in:
Jakub Kropacek 2022-05-12 12:51:06 +02:00 committed by anselmicz
commit 545d9b5fda
2 changed files with 7 additions and 5 deletions

View File

@ -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

View File

@ -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