- 27 Feb, 2021 2 commits
-
-
Grzegorz Gruszczynski authored
srun regex See merge request owu/spack-icm-okeanos!4
-
ggruszcz authored
-
- 23 Feb, 2021 1 commit
-
-
Grzegorz Gruszczynski authored
Openfoam See merge request owu/spack-icm-okeanos!3
-
- 19 Feb, 2021 1 commit
-
-
ggruszcz authored
-
- 17 Feb, 2021 1 commit
-
-
grzegorz authored
-
- 16 Dec, 2020 2 commits
-
-
Maciej Szpindler authored
Add compilers.yaml and update packages.yaml See merge request owu/spack-icm-okeanos!2
-
Maciej Szpindler authored
-
- 17 Nov, 2020 2 commits
-
-
Maciej Szpindler authored
Ustawienia zewnetrznych paczek dla okeanosa See merge request owu/spack-icm-okeanos!1
-
Maciej Szpindler authored
-
- 13 Nov, 2020 17 commits
-
-
Maciej Szpindler authored
Revert "Config topola intel/18.1 gcc/7.3.1 gcc/4.8.5 gcc/8.3.1" See merge request owu/spack-icm-base!8
-
Maciej Szpindler authored
This reverts commit f81d8da3
-
Maciej Szpindler authored
Revert "Revert "Track etc/ directory for specific system configuration"" See merge request owu/spack-icm-base!7
-
Maciej Szpindler authored
This reverts commit 3a496b27
-
Maciej Szpindler authored
Revert "Ustawienia paczek zewnetrznych i systemowych dla topoli" See merge request owu/spack-icm-base!6
-
Maciej Szpindler authored
This reverts commit f957fc55
-
Maciej Szpindler authored
Revert "Track etc/ directory for specific system configuration" See merge request owu/spack-icm-base!5
-
Maciej Szpindler authored
This reverts commit 97a86c1e
-
Maciej Szpindler authored
Ustawienia paczek zewnetrznych i systemowych dla topoli See merge request owu/spack-icm-base!4
-
Maciej Szpindler authored
-
https://git.icm.edu.pl/owu/spack-icm/-/issues/1Maciej Szpindler authored
Merge branch 'add-topola-compilers' into 'master' Add topola compilers Konfiguracja intel (bez modułu) v18.1, gcc v4.8.5 v7.3.1 i v8.3.1 See merge request owu/spack-icm-base!3
-
Maciej Szpindler authored
-
Maciej Szpindler authored
-
https://git.icm.edu.pl/owu/spack-icm/-/issues/3Maciej Szpindler authored
Closes https://git.icm.edu.pl/owu/spack-icm/-/issues/5 Merge branch 'add-mpich-and-openmpi-icm-repo' into 'master' Dodaje denicje paczek mpich i openmpi dostosowane do topoli See merge request owu/spack-icm-base!2
-
Maciej Szpindler authored
-
Maciej Szpindler authored
Add icm-edu-pl repo with namespace icm See merge request owu/spack-icm-base!1
-
Maciej Szpindler authored
-
- 10 Nov, 2020 1 commit
-
-
Greg Becker authored
-
- 09 Nov, 2020 1 commit
-
-
Todd Gamblin authored
Added a command to set up Spack for our tutorial at https://spack-tutorial.readthedocs.io. The command does some common operations we need first-time users to do. Specifically: - checks out a particular branch of Spack - deletes spurious configuration in `~/.spack` that might be left over from prior parts of the tutorial - adds a mirror and trusts its public key
-
- 13 Aug, 2020 12 commits
-
-
Todd Gamblin authored
-
Todd Gamblin authored
-
Massimiliano Culpo authored
* Run Python2.6 unit tests on Github Actions * Skip url tests on Python 2.6 to reduce waiting times * Skip foreground background tests on Python 2.6 to reduce waiting times * Removed references to Travis in the documentation * Deleted install_patchelf.sh (can be installed from repo on CentOS 6)
-
Patrick Gartung authored
* Buildcache: * Try mocking an install of quux, corge and garply using prebuilt binaries * Put patchelf install after ccache restore * Add script to install patchelf from source so it can be used on Ubuntu:Trusty which does not have a patchelf pat package. The script will skip building on macOS * Remove mirror at end of bindist test * Add patchelf to Ubuntu build env * Revert mock patchelf package to allow other tests to run. * Remove depends_on('patchelf', type='build') relying instead on * Test fixture to ensure patchelf is available. * Call g++ command to build libraries directly during test build * Flake8 * Install patchelf in before_install stage using apt unless on Trusty where a build is done. * Add some symbolic links between packages * Flake8 * Flake8: * Update mock packages to write their own source files * Create the stage because spec search does not create it any longer * updates after change of list command arguments * cleanup after merge * flake8
-
Massimiliano Culpo authored
-
Massimiliano Culpo authored
Updated actions where needed
-
Massimiliano Culpo authored
Style and documentation tests take just a few minutes to run. Since in Github actions one can't restart a single job but needs to restart an entire workflow, here we group tests with similar duration together.
-
Todd Gamblin authored
- [x] Remove references to `master` branch - [x] Document how release branches are structured - [x] Document how to make a major release - [x] Document how to make a point release - [x] Document how to do work in our release projects
-
Todd Gamblin authored
- [x] remove master from github actions - [x] remove master from .travis.yml - [x] make `develop` the default branch for `spack ci`
-
Massimiliano Culpo authored
* Move flake8 tests on Github Actions * Move shell test to Github Actions * Moved documentation build to Github Action * Don't run coverage on Python 2.6 Since we get connection errors consistently on Travis when trying to upload coverage results for Python 2.6, avoid computing coverage entirely to speed-up tests.
-
Robert Blake authored
This is needed because libcuda is used by the driver, whereas libcudart is used by the runtime. CMake searches for cudart instead of cuda. On LLNL LC systems, libcuda is only found in compat and stubs directories, meaning that the lookup of libraries fails.
-
Todd Gamblin authored
`spack -V` stopped working when we added the `releases/latest` tag to track the most recent release. It started just reporting the version, even on a `develop` checkout. We need to tell it to *only* search for tags that start with `v`, so that it will ignore `releases/latest`. `spack -V` also would print out unwanted git eror output on a shallow clone. - [x] add `--match 'v*'` to `git describe` arguments - [x] route error output to `os.devnull`
-