You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 3 Next »

The Intel Parallel Studio XE Composer Edition (C/C++/Fortran) is available to all SLAC users. Our license restricts the number of concurrent builds. There are no license restrictions on the runtime libraries.

https://software.intel.com/en-us/intel-parallel-studio-xe

We recommend you configure your shell environment by sourcing the appropriate script.

For csh/tcsh, do this:

source /afs/slac/package/intel_tools/prod/bin/compilervars.csh intel64

For bash-type shells, do:

. /afs/slac/package/intel_tools/prod/bin/compilervars.sh intel64

OpenMPI with Intel Compilers

We have recompiled a version of the Red Hat OpenMPI package using the Intel compilers. You will need to set your shell environment as described above and also use the intel-openmpi_1.8.1-x86_64 module. Here's a method of using intel-openmpi_1.8.1-x86_64 by default on the bulletmpi cluster via your .cshrc startup file:

 

set bulletcluster = `hostname | grep "^bullet0"`
if ($bulletcluster != "") then
source /afs/slac/package/intel_tools/prod/bin/compilervars.csh intel64
eval `/usr/bin/modulecmd csh unload lsf-openmpi_1.5.4-x86_64`
eval `/usr/bin/modulecmd csh load intel-openmpi_1.8.1-x86_64`
endif



 

  • No labels