Hi everyone,
I have installed Intel Parallel Studio XE 2020 on our HPC system, and am planning on enabling it for cluster-wide use via modulefiles. I have read the relevant article on the topic, but it seems a bit outdated at this point. I have found some examples of modulefiles on Github and various HPC sites, but there is not much consistency between them either. The components that will be most accessed are the compilers, the MKL, and the MPI library and compilers.
I have a few questions that might clear this up for me:
- What is the proper way of sourcing PSXE? Both of these seem to work:
- source $PSXE_INSTALL/bin/compilervars.sh -arch intel64 -platform linux
- source $PSXE_INSTALL/parallel_studio_xe_2020.0.088/bin/psxevars.sh
- I would like to have modulefiles for the different components: compilers, MKL, MPI, daal, etc. What are the specific scripts that are recommended for each of these components?
- Is there still no official source for PSXE modulefiles? The best way I have found to generate my own is using the 'createmodule.sh' tool that comes with the environment-modules package, but I would like to clarify points 1 and 2 before doings this work.
I appreciate any assistance you can provide.
Thanks,
Sean