Openblas/Note
From ScientificComputing
The module load command given in the table above is loading the gcc/4.8.2 module before the openblas module is loaded. This would load the OpenBLAS version that has been compiled with GCC 4.8.2. We have also compiled OpenBLAS with the other available compilers on the cluster. The openblas module is a smart module that checks for loaded compiler modules and then prepares the environment for the corresponding OpenBLAS version that was compiled with this compiler.
[sfux@eu-login-07 ~]$ module load intel/14.0.1 openblas/0.2.13_seq [sfux@eu-login-07 ~]$ module list Currently Loaded Modulefiles: 1) intel/14.0.1(14) 2) openblas/0.2.13_seq(default:seq)
For loading the OpenBLAS version that was compiler with the Intel compiler, it is sufficient to load the intel module before the openblas module.