qmcpack/config
walshmm d5ffd847bf upgrade clang to clang 16 2023-04-28 13:47:50 -04:00
..
docker upgrade clang to clang 16 2023-04-28 13:47:50 -04: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
blue_waters.sh Update build scripts 2021-05-06 14:24:23 -04:00
build_alcf_polaris_Clang.sh Raise Intel minimum version. 2022-09-29 20:49:49 -05:00
build_alcf_sunspot_icpx.sh Add initial ALCF Sunspot build recipe. 2023-01-08 20:02:35 +00:00
build_alcf_theta.sh Update ALCF Theta recipe to build with gcc. 2023-03-13 17:15:11 -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_cori.sh Update commented modules list 2022-01-27 10:56:28 -05:00
build_nersc_perlmutter.sh Use cc and CC wrappers. Improve the script. 2023-01-13 15:51:50 -08:00
build_olcf_andes.sh Cleanup remaining QMC_CUDA 2023-03-05 21:41:19 -06:00
build_olcf_frontier_ROCm.sh Fix frontier build recipe when using install. 2023-04-11 17:52:11 -04:00
build_olcf_summit_Clang.sh Add frontier recipe. 2023-04-10 13:20:06 -04:00
build_ornl_cades.sh Update cmake for ORNL CADES 2022-01-27 13:25:28 -05:00
build_tulip.sh Update recipes under config for CUDA change. 2021-09-30 10:06:18 -04:00
load_olcf_andes_modules.sh andes on nexus, and built of qmcpack for andes 2021-03-19 13:58:45 -04: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.