Intel - GCC

The Intel toolchains contain a specific GCC version and are generally not compatible with other GCC versions. This is not reflected in the module files. We should

  • autoload the correct GCC
  • provide a wrapper for intel (or at least document) that adds -gcc-name/-gxx-name after "compiling" the intel compiler with the correct corresponding GCC this problem is resolved: Spack automatically configures the intel compiler to depend on the correct GCC.
Edited by Martin Lang