source: XIOS/trunk/arch/arch-X64_CURIE_PGI.env @ 574

Last change on this file since 574 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: 246 bytes
Line 
1module unload netcdf
2module unload hdf5
3module load netcdf/4.3.3.1_hdf5_parallel
4#module unload intel
5module unload pgi
6module unload gnu
7module load pgi/14.10
8
9export OMPI_CC=pgcc
10export OMPI_CXX=pgcpp
11export OMPI_F77=pgf77
12export OMPI_FC=pgf95
Note: See TracBrowser for help on using the repository browser.