Skip to content

add intel/2014b toolchain definition, which includes GCC/4.8.3 as a dependency#948

Merged
boegel merged 2 commits intoeasybuilders:developfrom
boegel:vsc-toolchain-intel-2014b
Jul 5, 2014
Merged

add intel/2014b toolchain definition, which includes GCC/4.8.3 as a dependency#948
boegel merged 2 commits intoeasybuilders:developfrom
boegel:vsc-toolchain-intel-2014b

Conversation

@boegel
Copy link
Copy Markdown
Member

@boegel boegel commented Jul 2, 2014

depends on easybuilders/easybuild-easyblocks#429 to ensure that FFTW wrappers libraries for Intel MKL are installed correctly

@gjbex, @hajgato, @JensTimmerman: please review?

Copy link
Copy Markdown
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

this is a conservative choice, maybe using the latest imkl v11.1.3.174 is also possible, I'm checking on that with Intel support

Copy link
Copy Markdown
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

reply from Intel support:

Intel compilers v13.1.x are officially supported by MKL 11.1.x. So yes, it is safe to use the latest MKL release with icc/ifort 2013.5.192. 

However, when MKL 11.2 comes out later this year (Q4) and if you decide to use it then we'd strongly recommend you to update your compilers to v14.x. This is mainly because of OpenMP compatibility requirement. MKL 11.2 may have issues with OpenMP runtimes provided by compilers earlier than v14.

So, I'll update this PR to use the latest imkl version.

@boegel
Copy link
Copy Markdown
Member Author

boegel commented Jul 2, 2014

Jenkins: test this please

1 similar comment
@boegel
Copy link
Copy Markdown
Member Author

boegel commented Jul 2, 2014

Jenkins: test this please

@JensTimmerman
Copy link
Copy Markdown

We could maybe all agree on an environment variable to set to point to the intel license file? and if this is set don't try to do a default path.

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

os.path.expanduser("~") is prefered over os.getenv('HOME')
But actually I would prefer using something like an INTELLICENSEFILE environment variable...

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

On Wed, Jul 2, 2014 at 4:58 PM, Jens Timmerman [email protected]
wrote:

os.path.expanduser("~") is prefered over os.getenv('HOME')

Can you elaborate?
I have seen the opposite effect (situations where $HOME works, while ~
does not; no proof at the moment)

Copy link
Copy Markdown
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

the ~ approach is supposed to work on Windows too... I haven't seen that approach fail yet (It's used in a couple of places in EB).

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

In that case, I'd agree... let's have it as such and when it breaks we fix
it!
On 2 Jul 2014 17:03, "Kenneth Hoste" [email protected] wrote:

In easybuild/easyconfigs/i/imkl/imkl-11.0.5.192-GCC-4.8.3.eb:

+versionsuffix = '-%s-%s' % (gcc, gccver)
+
+# deps for interface build
+dependencies = [

  • ('icc', compver, versionsuffix),
  • ('ifort', compver, versionsuffix),
  • ('impi', '4.1.3.049', versionsuffix),
    +]

+dontcreateinstalldir = 'True'
+
+interfaces = True
+
+# license file
+import os
+license_file = os.path.join(os.getenv('HOME'), "licenses", "intel", "license.lic")

the ~ approach is supposed to work on Windows too... I haven't seen that
approach fail yet (It's used in a couple of places in EB).


Reply to this email directly or view it on GitHub
https://github.com/hpcugent/easybuild-easyconfigs/pull/948/files#r14461765
.

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@fgeorgatos python will expand ~ to $HOME if it is set, otherwise it will look the home dir up in /etc/passwd and also do other tricks on windows. So it is prefered.

Copy link
Copy Markdown
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

what we really need is a constant provided by the framework that points to the home directory, rather than importing os in an easyconfig file...

So let's fix it that way rather than switching to expanduser in here. Anyone up for that? @JensTimmerman?

@boegel
Copy link
Copy Markdown
Member Author

boegel commented Jul 2, 2014

@JensTimmerman: that's already covered in the IntelBase easyblock; if $INTEL_LICENSE_FILE is set (which is also used by the Intel tools itself, so it's very likely that it's set already), EasyBuild will use that (and prefer it over whatever is specified in license_file)

@JensTimmerman
Copy link
Copy Markdown

Good enought for me then.

@gjbex
Copy link
Copy Markdown
Contributor

gjbex commented Jul 2, 2014

Seems fine.

@boegel
Copy link
Copy Markdown
Member Author

boegel commented Jul 3, 2014

Test report by @boegel
SUCCESS
Build succeeded for 6 out of 6
Linux SL 6.5, Intel(R) Xeon(R) CPU E5-2670 0 @ 2.60GHz, Python 2.6.6
See https://gist.github.com/16a5db9ebe561b4ac0de for a full test report.

@boegel
Copy link
Copy Markdown
Member Author

boegel commented Jul 5, 2014

Merging this in after extensive testing; I've rebuilt all ictce/5.5.0 easyconfigs with this intel/2014b toolchain, all of them worked fine:

-bash-4.1$ eb ~/scratch/intel-2014b/*eb -Dr ~/scratch/easybuild-easyconfigs
== temporary log file in case of crash /tmp/easybuild-QXLth3/easybuild-w6nrur.log
Dry run: printing build status of easyconfigs and dependencies
CFGS=/user/home/gent/vsc400/vsc40023/scratch
 * [x] $CFGS/easybuild-easyconfigs/easybuild/easyconfigs/j/Java/Java-1.7.0_15.eb (module: Java/1.7.0_15)
 * [x] $CFGS/easybuild-easyconfigs/easybuild/easyconfigs/v/vsc-base/vsc-base-1.7.3.eb (module: vsc-base/1.7.3)
 * [x] $CFGS/easybuild-easyconfigs/easybuild/easyconfigs/v/vsc-processcontrol/vsc-processcontrol-1.0.eb (module: vsc-processcontrol/1.0)
 * [x] $CFGS/easybuild-easyconfigs/easybuild/easyconfigs/s/setuptools/setuptools-1.4.2.eb (module: setuptools/1.4.2)
 * [x] $CFGS/easybuild-easyconfigs/easybuild/easyconfigs/g/GCC/GCC-4.8.3.eb (module: GCC/4.8.3)
 * [x] $CFGS/easybuild-easyconfigs/easybuild/easyconfigs/v/vsc-mympirun/vsc-mympirun-3.3.0.eb (module: vsc-mympirun/3.3.0)
 * [x] $CFGS/easybuild-easyconfigs/easybuild/easyconfigs/i/icc/icc-2013.5.192-GCC-4.8.3.eb (module: icc/2013.5.192-GCC-4.8.3)
 * [x] $CFGS/easybuild-easyconfigs/easybuild/easyconfigs/i/ifort/ifort-2013.5.192-GCC-4.8.3.eb (module: ifort/2013.5.192-GCC-4.8.3)
 * [x] $CFGS/easybuild-easyconfigs/easybuild/easyconfigs/i/impi/impi-4.1.3.049-GCC-4.8.3.eb (module: impi/4.1.3.049-GCC-4.8.3)
 * [x] $CFGS/easybuild-easyconfigs/easybuild/easyconfigs/i/imkl/imkl-11.1.2.144-2013.5.192-GCC-4.8.3.eb (module: imkl/11.1.2.144-2013.5.192-GCC-4.8.3)
 * [x] $CFGS/easybuild-easyconfigs/easybuild/easyconfigs/i/intel/intel-2014b.eb (module: intel/2014b)
 * [x] $CFGS/intel-2014b/arpack-ng-3.1.3-intel-2014b.eb (module: arpack-ng/3.1.3-intel-2014b)
 * [x] $CFGS/intel-2014b/arpack-ng-3.1.3-intel-2014b-mt.eb (module: arpack-ng/3.1.3-intel-2014b-mt)
 * [x] $CFGS/intel-2014b/Bowtie2-2.1.0-intel-2014b.eb (module: Bowtie2/2.1.0-intel-2014b)
 * [x] $CFGS/intel-2014b/bzip2-1.0.6-intel-2014b.eb (module: bzip2/1.0.6-intel-2014b)
 * [x] $CFGS/intel-2014b/CD-HIT-4.6.1-intel-2014b-2012-08-27.eb (module: CD-HIT/4.6.1-intel-2014b-2012-08-27)
 * [x] $CFGS/intel-2014b/CFITSIO-3.34-intel-2014b.eb (module: CFITSIO/3.34-intel-2014b)
 * [x] $CFGS/intel-2014b/CHARMM-37b2-intel-2014b.eb (module: CHARMM/37b2-intel-2014b)
 * [x] $CFGS/intel-2014b/CHARMM-37b2-intel-2014b-mt.eb (module: CHARMM/37b2-intel-2014b-mt)
 * [x] $CFGS/intel-2014b/Eigen-3.1.4-intel-2014b.eb (module: Eigen/3.1.4-intel-2014b)
 * [x] $CFGS/intel-2014b/Eigen-3.2.0-intel-2014b.eb (module: Eigen/3.2.0-intel-2014b)
 * [x] $CFGS/intel-2014b/FastTree-2.1.7-intel-2014b.eb (module: FastTree/2.1.7-intel-2014b)
 * [x] $CFGS/intel-2014b/FFTW-3.3.3-intel-2014b.eb (module: FFTW/3.3.3-intel-2014b)
 * [x] $CFGS/intel-2014b/flex-2.5.35-intel-2014b.eb (module: flex/2.5.35-intel-2014b)
 * [x] $CFGS/intel-2014b/flex-2.5.37-intel-2014b.eb (module: flex/2.5.37-intel-2014b)
 * [x] $CFGS/intel-2014b/glproto-1.4.16-intel-2014b.eb (module: glproto/1.4.16-intel-2014b)
 * [x] $CFGS/intel-2014b/GMP-5.1.3-intel-2014b.eb (module: GMP/5.1.3-intel-2014b)
 * [x] $CFGS/intel-2014b/GSL-1.16-intel-2014b.eb (module: GSL/1.16-intel-2014b)
 * [x] $CFGS/intel-2014b/gzip-1.6-intel-2014b.eb (module: gzip/1.6-intel-2014b)
 * [x] $CFGS/intel-2014b/Libint-1.1.4-intel-2014b.eb (module: Libint/1.1.4-intel-2014b)
 * [x] $CFGS/intel-2014b/libint2-2.0.3-intel-2014b.eb (module: libint2/2.0.3-intel-2014b)
 * [x] $CFGS/intel-2014b/libpthread-stubs-0.3-intel-2014b.eb (module: libpthread-stubs/0.3-intel-2014b)
 * [x] $CFGS/intel-2014b/libtool-2.4.2-intel-2014b.eb (module: libtool/2.4.2-intel-2014b)
 * [x] $CFGS/intel-2014b/libxc-2.0.1-intel-2014b.eb (module: libxc/2.0.1-intel-2014b)
 * [x] $CFGS/intel-2014b/M4-1.4.16-intel-2014b.eb (module: M4/1.4.16-intel-2014b)
 * [x] $CFGS/intel-2014b/M4-1.4.17-intel-2014b.eb (module: M4/1.4.17-intel-2014b)
 * [x] $CFGS/intel-2014b/make-3.82-intel-2014b.eb (module: make/3.82-intel-2014b)
 * [x] $CFGS/intel-2014b/makedepend-1.0.4-intel-2014b.eb (module: makedepend/1.0.4-intel-2014b)
 * [x] $CFGS/intel-2014b/MUSCLE-3.8.31-intel-2014b.eb (module: MUSCLE/3.8.31-intel-2014b)
 * [x] $CFGS/intel-2014b/ncurses-5.9-intel-2014b.eb (module: ncurses/5.9-intel-2014b)
 * [x] $CFGS/intel-2014b/OpenPGM-5.2.122-intel-2014b.eb (module: OpenPGM/5.2.122-intel-2014b)
 * [x] $CFGS/intel-2014b/PCRE-8.12-intel-2014b.eb (module: PCRE/8.12-intel-2014b)
 * [x] $CFGS/intel-2014b/Perl-5.20.0-intel-2014b-bare.eb (module: Perl/5.20.0-intel-2014b-bare)
 * [x] $CFGS/intel-2014b/Perl-5.20.0-intel-2014b.eb (module: Perl/5.20.0-intel-2014b)
 * [x] $CFGS/intel-2014b/pkg-config-0.27.1-intel-2014b.eb (module: pkg-config/0.27.1-intel-2014b)
 * [x] $CFGS/intel-2014b/pkg-config-0.28-intel-2014b.eb (module: pkg-config/0.28-intel-2014b)
 * [x] $CFGS/intel-2014b/QuantumESPRESSO-4.2-intel-2014b.eb (module: QuantumESPRESSO/4.2-intel-2014b)
 * [x] $CFGS/intel-2014b/QuantumESPRESSO-4.2-intel-2014b-hybrid.eb (module: QuantumESPRESSO/4.2-intel-2014b-hybrid)
 * [x] $CFGS/intel-2014b/QuantumESPRESSO-5.0.2-intel-2014b.eb (module: QuantumESPRESSO/5.0.2-intel-2014b)
 * [x] $CFGS/intel-2014b/QuantumESPRESSO-5.0.2-intel-2014b-hybrid.eb (module: QuantumESPRESSO/5.0.2-intel-2014b-hybrid)
 * [x] $CFGS/intel-2014b/SCOTCH-6.0.0_esmumps-intel-2014b.eb (module: SCOTCH/6.0.0_esmumps-intel-2014b)
 * [x] $CFGS/intel-2014b/slalib-c-0.0-intel-2014b.eb (module: slalib-c/0.0-intel-2014b)
 * [x] $CFGS/intel-2014b/SOAPdenovo2-r240-intel-2014b.eb (module: SOAPdenovo2/r240-intel-2014b)
 * [x] $CFGS/intel-2014b/Szip-2.1-intel-2014b.eb (module: Szip/2.1-intel-2014b)
 * [x] $CFGS/intel-2014b/util-linux-2.22.2-intel-2014b.eb (module: util-linux/2.22.2-intel-2014b)
 * [x] $CFGS/intel-2014b/util-linux-2.24.1-intel-2014b.eb (module: util-linux/2.24.1-intel-2014b)
 * [x] $CFGS/intel-2014b/util-linux-2.24-intel-2014b.eb (module: util-linux/2.24-intel-2014b)
 * [x] $CFGS/intel-2014b/ViennaRNA-2.1.6-intel-2014b.eb (module: ViennaRNA/2.1.6-intel-2014b)
 * [x] $CFGS/intel-2014b/YAXT-0.2.1-intel-2014b.eb (module: YAXT/0.2.1-intel-2014b)
 * [x] $CFGS/intel-2014b/ZeroMQ-2.2.0-intel-2014b.eb (module: ZeroMQ/2.2.0-intel-2014b)
 * [x] $CFGS/intel-2014b/ZeroMQ-4.0.3-intel-2014b.eb (module: ZeroMQ/4.0.3-intel-2014b)
 * [x] $CFGS/intel-2014b/zlib-1.2.7-intel-2014b.eb (module: zlib/1.2.7-intel-2014b)
 * [x] $CFGS/intel-2014b/zlib-1.2.8-intel-2014b.eb (module: zlib/1.2.8-intel-2014b)
 * [x] $CFGS/intel-2014b/Autoconf-2.69-intel-2014b.eb (module: Autoconf/2.69-intel-2014b)
 * [x] $CFGS/intel-2014b/Automake-1.13.4-intel-2014b.eb (module: Automake/1.13.4-intel-2014b)
 * [x] $CFGS/intel-2014b/Automake-1.14-intel-2014b.eb (module: Automake/1.14-intel-2014b)
 * [x] $CFGS/intel-2014b/Bison-2.5-intel-2014b.eb (module: Bison/2.5-intel-2014b)
 * [x] $CFGS/intel-2014b/Bison-2.7.1-intel-2014b.eb (module: Bison/2.7.1-intel-2014b)
 * [x] $CFGS/intel-2014b/Bison-2.7-intel-2014b.eb (module: Bison/2.7-intel-2014b)
 * [x] $CFGS/intel-2014b/CMake-2.8.12-intel-2014b.eb (module: CMake/2.8.12-intel-2014b)
 * [x] $CFGS/intel-2014b/CP2K-20111205-intel-2014b.eb (module: CP2K/20111205-intel-2014b)
 * [x] $CFGS/intel-2014b/CP2K-20131211-intel-2014b.eb (module: CP2K/20131211-intel-2014b)
 * [x] $CFGS/intel-2014b/CP2K-2.4.0-intel-2014b.eb (module: CP2K/2.4.0-intel-2014b)
 * [x] $CFGS/intel-2014b/Doxygen-1.8.3.1-intel-2014b.eb (module: Doxygen/1.8.3.1-intel-2014b)
 * [x] $CFGS/intel-2014b/Doxygen-1.8.6-intel-2014b.eb (module: Doxygen/1.8.6-intel-2014b)
 * [x] $CFGS/intel-2014b/ELPA-2013.11-intel-2014b.eb (module: ELPA/2013.11-intel-2014b)
 * [x] $CFGS/intel-2014b/GMAP-2013-11-27-intel-2014b.eb (module: GMAP/2013-11-27-intel-2014b)
 * [x] $CFGS/intel-2014b/GROMACS-4.6.5-intel-2014b-hybrid.eb (module: GROMACS/4.6.5-intel-2014b-hybrid)
 * [x] $CFGS/intel-2014b/GROMACS-4.6.5-intel-2014b-mt.eb (module: GROMACS/4.6.5-intel-2014b-mt)
 * [x] $CFGS/intel-2014b/HDF5-1.8.10-intel-2014b-gpfs.eb (module: HDF5/1.8.10-intel-2014b-gpfs)
 * [x] $CFGS/intel-2014b/HDF5-1.8.12-intel-2014b.eb (module: HDF5/1.8.12-intel-2014b)
 * [x] $CFGS/intel-2014b/HDF5-1.8.12-intel-2014b-zlib-1.2.8.eb (module: HDF5/1.8.12-intel-2014b-zlib-1.2.8)
 * [x] $CFGS/intel-2014b/libpng-1.6.6-intel-2014b.eb (module: libpng/1.6.6-intel-2014b)
 * [x] $CFGS/intel-2014b/libpng-1.6.9-intel-2014b.eb (module: libpng/1.6.9-intel-2014b)
 * [x] $CFGS/intel-2014b/libreadline-6.2-intel-2014b.eb (module: libreadline/6.2-intel-2014b)
 * [x] $CFGS/intel-2014b/libxml2-2.9.1-intel-2014b.eb (module: libxml2/2.9.1-intel-2014b)
 * [x] $CFGS/intel-2014b/Mothur-1.33.3-intel-2014b.eb (module: Mothur/1.33.3-intel-2014b)
 * [x] $CFGS/intel-2014b/netCDF-4.2.1.1-intel-2014b.eb (module: netCDF/4.2.1.1-intel-2014b)
 * [x] $CFGS/intel-2014b/OpenFOAM-2.3.0-intel-2014b.eb (module: OpenFOAM/2.3.0-intel-2014b)
 * [x] $CFGS/intel-2014b/OpenSSL-1.0.1f-intel-2014b.eb (module: OpenSSL/1.0.1f-intel-2014b)
 * [x] $CFGS/intel-2014b/ParMETIS-4.0.3-intel-2014b.eb (module: ParMETIS/4.0.3-intel-2014b)
 * [x] $CFGS/intel-2014b/Python-2.7.5-intel-2014b.eb (module: Python/2.7.5-intel-2014b)
 * [x] $CFGS/intel-2014b/Python-2.7.6-intel-2014b.eb (module: Python/2.7.6-intel-2014b)
 * [x] $CFGS/intel-2014b/PyZMQ-14.0.1-intel-2014b-Python-2.7.6.eb (module: PyZMQ/14.0.1-intel-2014b-Python-2.7.6)
 * [x] $CFGS/intel-2014b/PyZMQ-2.2.0.1-intel-2014b-Python-2.7.5-zmq2.eb (module: PyZMQ/2.2.0.1-intel-2014b-Python-2.7.5-zmq2)
 * [x] $CFGS/intel-2014b/R-3.0.2-intel-2014b.eb (module: R/3.0.2-intel-2014b)
 * [x] $CFGS/intel-2014b/SAMtools-0.1.19-intel-2014b.eb (module: SAMtools/0.1.19-intel-2014b)
 * [x] $CFGS/intel-2014b/SOAPec-2.02-intel-2014b.eb (module: SOAPec/2.02-intel-2014b)
 * [x] $CFGS/intel-2014b/stemming-1.0-intel-2014b-Python-2.7.6.eb (module: stemming/1.0-intel-2014b-Python-2.7.6)
 * [x] $CFGS/intel-2014b/SuiteSparse-3.7.1-intel-2014b-ParMETIS-4.0.3.eb (module: SuiteSparse/3.7.1-intel-2014b-ParMETIS-4.0.3)
 * [x] $CFGS/intel-2014b/SuiteSparse-4.2.1-intel-2014b-ParMETIS-4.0.3.eb (module: SuiteSparse/4.2.1-intel-2014b-ParMETIS-4.0.3)
 * [x] $CFGS/intel-2014b/xorg-macros-1.17-intel-2014b.eb (module: xorg-macros/1.17-intel-2014b)
 * [x] $CFGS/intel-2014b/Boost-1.53.0-intel-2014b-Python-2.7.5.eb (module: Boost/1.53.0-intel-2014b-Python-2.7.5)
 * [x] $CFGS/intel-2014b/Boost-1.55.0-intel-2014b-Python-2.7.6.eb (module: Boost/1.55.0-intel-2014b-Python-2.7.6)
 * [x] $CFGS/intel-2014b/CDO-1.6.2-intel-2014b.eb (module: CDO/1.6.2-intel-2014b)
 * [x] $CFGS/intel-2014b/Cufflinks-2.1.1-intel-2014b.eb (module: Cufflinks/2.1.1-intel-2014b)
 * [x] $CFGS/intel-2014b/cURL-7.34.0-intel-2014b.eb (module: cURL/7.34.0-intel-2014b)
 * [x] $CFGS/intel-2014b/Cython-0.19.2-intel-2014b-Python-2.7.6.eb (module: Cython/0.19.2-intel-2014b-Python-2.7.6)
 * [x] $CFGS/intel-2014b/freetype-2.5.0.1-intel-2014b.eb (module: freetype/2.5.0.1-intel-2014b)
 * [x] $CFGS/intel-2014b/freetype-2.5.2-intel-2014b.eb (module: freetype/2.5.2-intel-2014b)
 * [x] $CFGS/intel-2014b/Greenlet-0.4.2-intel-2014b-Python-2.7.5.eb (module: Greenlet/0.4.2-intel-2014b-Python-2.7.5)
 * [x] $CFGS/intel-2014b/Greenlet-0.4.2-intel-2014b-Python-2.7.6.eb (module: Greenlet/0.4.2-intel-2014b-Python-2.7.6)
 * [x] $CFGS/intel-2014b/HTSeq-0.5.4p5-intel-2014b-Python-2.7.6.eb (module: HTSeq/0.5.4p5-intel-2014b-Python-2.7.6)
 * [x] $CFGS/intel-2014b/libpciaccess-0.13.1-intel-2014b.eb (module: libpciaccess/0.13.1-intel-2014b)
 * [x] $CFGS/intel-2014b/libxml2-2.9.1-intel-2014b-Python-2.7.6.eb (module: libxml2/2.9.1-intel-2014b-Python-2.7.6)
 * [x] $CFGS/intel-2014b/matplotlib-1.3.1-intel-2014b-Python-2.7.5.eb (module: matplotlib/1.3.1-intel-2014b-Python-2.7.5)
 * [x] $CFGS/intel-2014b/matplotlib-1.3.1-intel-2014b-Python-2.7.6.eb (module: matplotlib/1.3.1-intel-2014b-Python-2.7.6)
 * [x] $CFGS/intel-2014b/mpi4py-1.3-intel-2014b-Python-2.7.5.eb (module: mpi4py/1.3-intel-2014b-Python-2.7.5)
 * [x] $CFGS/intel-2014b/netaddr-0.7.10-intel-2014b-Python-2.7.6.eb (module: netaddr/0.7.10-intel-2014b-Python-2.7.6)
 * [x] $CFGS/intel-2014b/netCDF-4.3.0-intel-2014b.eb (module: netCDF/4.3.0-intel-2014b)
 * [x] $CFGS/intel-2014b/netcdf4-python-1.0.7-intel-2014b-Python-2.7.6.eb (module: netcdf4-python/1.0.7-intel-2014b-Python-2.7.6)
 * [x] $CFGS/intel-2014b/netifaces-0.8-intel-2014b-Python-2.7.6.eb (module: netifaces/0.8-intel-2014b-Python-2.7.6)
 * [x] $CFGS/intel-2014b/numexpr-2.2.2-intel-2014b-Python-2.7.6.eb (module: numexpr/2.2.2-intel-2014b-Python-2.7.6)
 * [x] $CFGS/intel-2014b/numpy-1.8.0-intel-2014b-Python-2.7.5.eb (module: numpy/1.8.0-intel-2014b-Python-2.7.5)
 * [x] $CFGS/intel-2014b/OpenBabel-2.3.2-intel-2014b-Python-2.7.5.eb (module: OpenBabel/2.3.2-intel-2014b-Python-2.7.5)
 * [x] $CFGS/intel-2014b/pandas-0.12.0-intel-2014b-Python-2.7.6.eb (module: pandas/0.12.0-intel-2014b-Python-2.7.6)
 * [x] $CFGS/intel-2014b/pandas-0.13.1-intel-2014b-Python-2.7.6.eb (module: pandas/0.13.1-intel-2014b-Python-2.7.6)
 * [x] $CFGS/intel-2014b/PSI-4.0b5-intel-2014b.eb (module: PSI/4.0b5-intel-2014b)
 * [x] $CFGS/intel-2014b/PSI-4.0b5-intel-2014b-mt.eb (module: PSI/4.0b5-intel-2014b-mt)
 * [x] $CFGS/intel-2014b/PyQuante-1.6.4-intel-2014b-Python-2.7.5.eb (module: PyQuante/1.6.4-intel-2014b-Python-2.7.5)
 * [x] $CFGS/intel-2014b/pyTables-3.0.0-intel-2014b-Python-2.7.6.eb (module: pyTables/3.0.0-intel-2014b-Python-2.7.6)
 * [x] $CFGS/intel-2014b/scikit-learn-0.14-intel-2014b-Python-2.7.6.eb (module: scikit-learn/0.14-intel-2014b-Python-2.7.6)
 * [x] $CFGS/intel-2014b/SCOOP-0.6.2-intel-2014b-Python-2.7.5.eb (module: SCOOP/0.6.2-intel-2014b-Python-2.7.5)
 * [x] $CFGS/intel-2014b/SCOOP-0.6.2-intel-2014b-Python-2.7.6.eb (module: SCOOP/0.6.2-intel-2014b-Python-2.7.6)
 * [x] $CFGS/intel-2014b/TopHat-2.0.10-intel-2014b.eb (module: TopHat/2.0.10-intel-2014b)
 * [x] $CFGS/intel-2014b/vsc-mympirun-scoop-3.3.0-intel-2014b-Python-2.7.6.eb (module: vsc-mympirun-scoop/3.3.0-intel-2014b-Python-2.7.6)
 * [x] $CFGS/intel-2014b/BOINC-7.2.42-intel-2014b-client.eb (module: BOINC/7.2.42-intel-2014b-client)
 * [x] $CFGS/intel-2014b/h5py-2.2.1-intel-2014b-Python-2.7.5.eb (module: h5py/2.2.1-intel-2014b-Python-2.7.5)
 * [x] $CFGS/intel-2014b/libdrm-2.4.27-intel-2014b.eb (module: libdrm/2.4.27-intel-2014b)
 * [x] $CFGS/intel-2014b/Mesa-7.11.2-intel-2014b-Python-2.7.6.eb (module: Mesa/7.11.2-intel-2014b-Python-2.7.6)
 * [x] $CFGS/intel-2014b/ROOT-v5.34.18-intel-2014b.eb (module: ROOT/v5.34.18-intel-2014b)
== temporary log file /tmp/easybuild-QXLth3/easybuild-w6nrur.log has been removed.
== temporary directory /tmp/easybuild-QXLth3 has been removed.

boegel added a commit that referenced this pull request Jul 5, 2014
add intel/2014b toolchain definition, which includes GCC/4.8.3 as a dependency
@boegel boegel merged commit fe6ca2e into easybuilders:develop Jul 5, 2014
@boegel boegel deleted the vsc-toolchain-intel-2014b branch July 5, 2014 08:45
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

Successfully merging this pull request may close these issues.

4 participants