qmcpack/config
Paul R. C. Kent 1be1648c13
Merge branch 'develop' into add-lapack-rpath
2025-04-25 20:02:10 -04:00
..
docker Bump CI containers to Ubuntu 22 2023-12-01 14:32:25 -05:00
sanitizers Set ENABLE_SANITIZER option for mutually exclusive sanitizers 2021-03-24 16:23:46 -04:00
README Remove unsupported toolchain files 2018-04-18 09:37:22 -04:00
build_alcf_aurora_icpx.sh Update Aurora recipe 2025-04-25 11:26:31 -05:00
build_alcf_polaris_Clang.sh Update revision date 2025-01-13 18:46:01 -06:00
build_alcf_sunspot_icpx.sh Enable AoT in Aurora and Sunspot recipes. 2024-06-26 19:31:16 -05:00
build_anl_lcrc_improv.sh remove lib 2024-05-16 08:48:43 -05:00
build_archer2.sh Build scripts and nexus machine config update for archer2 (#3999) 2022-05-09 01:43:03 +00:00
build_nersc_perlmutter_Clang.sh Update perlmutter recipe 2025-04-24 18:22:28 -07:00
build_nrel_kestrel.sh Address comment 2024-07-25 15:57:55 -04:00
build_olcf_andes.sh Cleanup remaining QMC_CUDA 2023-03-05 21:41:19 -06:00
build_olcf_frontier_ROCm.sh Remove CrayLinuxEnvironment related setting. 2025-04-24 20:48:10 -04:00
build_ornl_cades.sh Update cmake for ORNL CADES 2022-01-27 13:25:28 -05:00
build_ornl_cades_baseline.sh Add baseline 2024-05-23 13:58:40 -04:00
build_ornl_cades_besms.sh remove testing settings 2025-04-03 17:00:24 -04:00
load_olcf_andes_modules.sh Update Andes dependencies 2025-03-05 14:41:17 -05:00

README

This directory contains example build scripts for QMCPACK. We
recommend writing a similar script that records all the settings used
for any machine you build on.

It is highly preferred to configure cmake via command
options. Previous versions of QMCPACK shipped with toolchain files for
many systems, but we found them to be brittle and difficult to
maintain. Today, cmake has much better support. Use of old toolchains
is not recommended and is not supported.