Re: [easybuild] Question about lmod files, and unloading.

2015-09-15 Thread Bart Oldeman
Hi Alan, Kenneth, great, the combination of module-naming-scheme=ToolchainMNS (and listing subtoolchains as dependencies in toolchains) and recursive-module-unload = 1 makes for a system that I like much better and will be easier to explain to our users. Thanks a lot! Note: seeing that the other

Re: [easybuild] Multiple module classes

2015-09-15 Thread Kenneth Hoste
Hi Carlos, (you're subscribed with a different mail address to this list I think, so adding you in CC to make sure you get this) On 15/09/15 17:45, Carlos Fenoy wrote: Hi All, Is it possible to specify in the easyconfig multiple moduleclasses? We would like to have one class per

Re: [easybuild] Question about lmod files, and unloading.

2015-09-15 Thread Kenneth Hoste
Hi Alan, On 15/09/15 17:37, Alan O'Cais wrote: We already ran into this problem and wrote a new HMNS that takes the toolchains as the base, see https://github.com/hpcugent/easybuild-framework/pull/1168 It's not been accepted because it currently requires that you list a subtoolchain as a

[easybuild] Multiple module classes

2015-09-15 Thread Carlos Fenoy
Hi All, Is it possible to specify in the easyconfig multiple moduleclasses? We would like to have one class per "department" but have some applications in multiple departments. Regards, Carlos -- -- Carles Fenoy

[easybuild] Question about lmod files, and unloading.

2015-09-15 Thread Bart Oldeman
Hi, I am trying to set up a hierarchical module structure with Easybuild 2.3.0 and Lmod 6.0.9. I do however observe that module load foss/2015b followed by module unload foss/2015b only unloads the foss module but the dependencies are still there. I locally built an iomkl/2015b toolchain and

Re: [easybuild] Intel Ifort and FC compiler variable

2015-09-15 Thread Kenneth Hoste
Hi Fokko, On 15/09/15 14:10, Fokko Masselink wrote: Hi, I'm building OpenMPI 1.10.0 with EasyBuild against an Intel Toolchain with GCC 4.9.2. In the configure step gfortran is used as the Fortran compiler, though we want to use ifort from Intel of course. Turns out (if I'm not mistaken) that

[easybuild] Intel Ifort and FC compiler variable

2015-09-15 Thread Fokko Masselink
Hi, I'm building OpenMPI 1.10.0 with EasyBuild against an Intel Toolchain with GCC 4.9.2. In the configure step gfortran is used as the Fortran compiler, though we want to use ifort from Intel of course. Turns out (if I'm not mistaken) that the configure of OpenMPI looks for the FC environment