summaryrefslogtreecommitdiff
path: root/lib/spack/spack/platforms/cray.py
AgeCommit message (Expand)AuthorFilesLines
2024-01-02Update copyright year to 2024 (#41919)Todd Gamblin1-1/+1
2023-09-06Handles case of empty craype_dir (#39371)Dominic Hofer1-0/+2
2023-07-05Drop Python 2 super syntax (#38718)Adam J. Stewart1-1/+1
2023-05-30Bugfix: cray manifest parsing regression (#37909)Tiziano Müller1-1/+3
2023-03-01Detection of Cray's slingshot detection has relied on the presence of (#35779)Brian Van Essen1-1/+1
2023-01-18license year bump (#34921)Harmen Stoppels1-1/+1
2022-11-16initial implementation of slingshot detection (#33793)Greg Becker1-0/+4
2022-11-04Cray support: use linux platform for newer craype versions (#29392)Greg Becker1-9/+42
2022-07-31black: reformat entire repository with blackTodd Gamblin1-50/+46
2022-02-10macOS: always set `MACOSX_DEPLOYMENT_TARGET` (#28797)Seth R. Johnson1-2/+1
2022-01-14Update copyright year to 2022Todd Gamblin1-1/+1
2021-10-19cray architecture detection for zen3/milan (#26827)Greg Becker1-7/+14
2021-09-13Avoid hidden circular dependencies in spack.architecture (#25873)Massimiliano Culpo1-4/+6
2021-07-08imports: sort imports everywhere in Spack (#24695)Todd Gamblin1-5/+5
2021-05-11cray: fix parsing of module list (#23566)Howard Pritchard1-0/+1
2021-01-02copyrights: update all files with license headers for 2021Todd Gamblin1-1/+1
2020-10-30Make archspec a vendored dependency (#19600)Massimiliano Culpo1-7/+11
2020-08-03Fix docs about containers on cray (#17431)Harmen Stoppels1-6/+6
2020-07-23cray: detect shasta os properly (#17467)Greg Becker1-1/+1
2020-06-08Cray: fix Blue Waters support and user-built MPIs on Cray (#16593)Adam J. Stewart1-2/+4
2020-05-06fix underscore/dash problems for mic_knl and skylake_avx512 (#16491)Greg Becker1-1/+2
2020-05-05cray platform: support cray Cluster and XC type machines (#12989)Greg Becker1-49/+105
2020-03-22bugfix: TERM may not be in the environment on Cray (#15630)Todd Gamblin1-3/+7
2020-03-19Cray bugfix: TERM missing while reading default target (#15381)Greg Becker1-6/+8
2019-12-30copyright: update copyright dates for 2020 (#14328)Todd Gamblin1-1/+1
2019-05-09modules: use new `module` function instead of `get_module_cmd` (#8570)Greg Becker1-5/+4
2019-04-10Unload altd and darshan (#11162)Mario Melara1-1/+1
2019-03-27Replace previous bash command to new one (#7005)Mario Melara1-16/+5
2019-02-06Add x86_64 as target to cray platform (#10369)Mario Melara1-0/+4
2019-01-01copyright: update license headers for 2013-2019 copyright.Todd Gamblin1-1/+1
2018-10-17relicense: replace LGPL headers with Apache-2.0/MIT SPDX headersTodd Gamblin1-23/+4
2018-05-17use os.path.join instead of join_path in coreTodd Gamblin1-2/+1
2018-05-17init: factor paths out of spack/__init__.py and into spack.paths moduleTodd Gamblin1-1/+1
2018-03-24Update copyright on LLNL files for 2018. (#7592)Todd Gamblin1-1/+1
2018-03-23Cray clean environment (#7582)Mario Melara1-1/+9
2018-03-05Fix pkgconf on Crays (#7171)Mario Melara1-0/+3
2017-11-04Replace github.com/llnl/spack with github.com/spack/spack (#6142)Todd Gamblin1-1/+1
2017-09-06Update copyright notices for 2017 (#5295)Michael Kuhn1-1/+1
2017-08-09Bugfixes for compiler detection on the Cray platform. (#3075)Sergey Kosukhin1-2/+2
2017-06-24Make LICENSE recognizable by GitHub. (#4598)Todd Gamblin1-1/+1
2017-06-21Module cmd fix (#3250)becker331-2/+2
2016-12-27Ensure that every file in Spack has a license (#2659)Adam J. Stewart1-0/+24
2016-10-30Removes cyclic dependency on spack.config. (#2121)Matt Belhorn1-5/+2
2016-09-21Adds all available CrayPE CPU targets to platform by default. (#1745)Matt Belhorn1-42/+67
2016-08-03Cray: Fix a typo that could cause an infinite recursion when calling /env/cc.Kelly (KT) Thompson1-1/+1
2016-08-01Add import statementMario Melara1-1/+1
2016-08-01Fixes Flake8 indentation errors.Matt Belhorn1-3/+3
2016-08-01Prefers `bash` over `sh`.Matt Belhorn1-1/+1
2016-08-01Replaces bash-ism `source` for POSIX-compliant `.`Matt Belhorn1-1/+1
2016-08-01Writes default module list to terminal when debugging.Matt Belhorn1-10/+8