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

Build with ARCHER2 Intel Compiler #4

Open
dsloanm-epcc opened this issue Dec 1, 2022 · 1 comment
Open

Build with ARCHER2 Intel Compiler #4

dsloanm-epcc opened this issue Dec 1, 2022 · 1 comment

Comments

@dsloanm-epcc
Copy link
Owner

Intel compiler is available on ARCHER2 in z19 shared directory:

$ 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.

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 of srun?

@dsloanm-epcc
Copy link
Owner Author

aeb9a0b adds support for Intel. It has been tested on a single node using mpirun but Slurm integration still needs addressed.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant