source: BOL/script_install_amaury/arch_local/arch_adastra.env @ 4921

Last change on this file since 4921 was 4921, checked in by abarral, 3 weeks ago

add adastra gnu arch
fix netcdf mpif90 detection
fix gfortran detection on adastra
fix check for lmdz version and orchidee seq

File size: 547 bytes
Line 
1#!/bin/bash
2module purge
3module load PrgEnv-gnu
4module load cray-hdf5-parallel
5module load netcdf-hdf5parallel/gnu/10.3
6
7# netcdf-hdf5parallel has weird naming conventions => hotfix...
8# Used in netcdf95 cmake compilation
9rm -rf netcdf-hdfparallel-hotfix
10mkdir -p netcdf-hdfparallel-hotfix
11cp -r /opt/cray/pe/netcdf-hdf5parallel/4.9.0.5/gnu/10.3/lib/pkgconfig/netcdf*_parallel.pc netcdf-hdfparallel-hotfix
12cd netcdf-hdfparallel-hotfix
13mv netcdf-fortran_parallel.pc netcdf-fortran.pc
14export PKG_CONFIG_PATH="$(readlink -f .):$PKG_CONFIG_PATH"
15cd -
Note: See TracBrowser for help on using the repository browser.