Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Pin hdf5 and intel-oneapi-mkl package versions+ document required oneAPI compiler version #215

Open
wants to merge 2 commits into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ source $SPACK_ROOT/share/spack/setup-env.sh
Next, install the Intel compilers if they are not already present on
your computer.
```bash
spack install intel-oneapi-compilers
spack install intel-oneapi-compilers@2022.1.0
spack load intel-oneapi-compilers
spack compiler find
spack unload intel-oneapi-compilers
Expand Down
6 changes: 3 additions & 3 deletions spack.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@
spack:
# add package specs to the `specs` list
specs:
- neso%oneapi ^nektar%oneapi ^intel-oneapi-mpi ^intel-oneapi-mkl ^py-numpy%intel
^boost%intel ^py-cython%oneapi ^dpcpp ^scotch@6
- neso%gcc ^openblas ^hipsycl ^scotch@6
- neso%oneapi ^nektar%oneapi ^intel-oneapi-mpi ^intel-oneapi-mkl@2022.1.0 ^py-numpy%intel
^boost%intel ^py-cython%oneapi ^dpcpp ^scotch@6 ^[email protected]
- neso%gcc ^openblas ^hipsycl ^scotch@6 ^[email protected]
view:
gcc-hipsycl:
root: views/gcc-hipsycl
Expand Down