source: XIOS/trunk/arch/arch-X64_CURIE_GCC.env @ 1039

Last change on this file since 1039 was 574, checked in by rlacroix, 9 years ago

Update the arch files for Curie:

  • Update NetCDF to version 4.3.3.1
  • Update PGI compiler to version 14.10 (fixes compilation for the xios-1.0 branch)
  • Update GCC compiler to version 4.9.1
  • Update Vampir to version 8.2.1
  • Various clean-ups.
File size: 191 bytes
Line 
1module unload netcdf
2module unload hdf5
3module load netcdf/4.3.3.1_hdf5_parallel
4module load gnu/4.9.1
5export OMPI_CC=gcc
6export OMPI_CXX=g++
7export OMPI_F77=gfortran
8export OMPI_FC=gfortran
Note: See TracBrowser for help on using the repository browser.