We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Intel compiler is available on ARCHER2 in z19 shared directory:
z19
$ module use /work/z19/shared/adrianj/intel/oneapi/modulefiles $ module load mpi/2021.1.1 $ module load compiler/2021.1.1 $ mpiicc --version icc (ICC) 2021.1 Beta 20201112 Copyright (C) 1985-2020 Intel Corporation. All rights reserved.
Further modules can be found with module list.
module list
Needs to be integrated with Spack - both the compiler and Intel MPI replacing cray-mpich.
cray-mpich
Needs to be integrated with Slurm - can Intel MPI mpirun be used in place of srun?
mpirun
srun
The text was updated successfully, but these errors were encountered:
aeb9a0b adds support for Intel. It has been tested on a single node using mpirun but Slurm integration still needs addressed.
Sorry, something went wrong.
No branches or pull requests
Intel compiler is available on ARCHER2 in
z19
shared directory:Further modules can be found with
module list
.Needs to be integrated with Spack - both the compiler and Intel MPI replacing
cray-mpich
.Needs to be integrated with Slurm - can Intel MPI
mpirun
be used in place ofsrun
?The text was updated successfully, but these errors were encountered: