Last change
on this file since 4922 was
4921,
checked in by abarral, 7 months 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 |
---|
2 | module purge |
---|
3 | module load PrgEnv-gnu |
---|
4 | module load cray-hdf5-parallel |
---|
5 | module load netcdf-hdf5parallel/gnu/10.3 |
---|
6 | |
---|
7 | # netcdf-hdf5parallel has weird naming conventions => hotfix... |
---|
8 | # Used in netcdf95 cmake compilation |
---|
9 | rm -rf netcdf-hdfparallel-hotfix |
---|
10 | mkdir -p netcdf-hdfparallel-hotfix |
---|
11 | cp -r /opt/cray/pe/netcdf-hdf5parallel/4.9.0.5/gnu/10.3/lib/pkgconfig/netcdf*_parallel.pc netcdf-hdfparallel-hotfix |
---|
12 | cd netcdf-hdfparallel-hotfix |
---|
13 | mv netcdf-fortran_parallel.pc netcdf-fortran.pc |
---|
14 | export PKG_CONFIG_PATH="$(readlink -f .):$PKG_CONFIG_PATH" |
---|
15 | cd - |
---|
Note: See
TracBrowser
for help on using the repository browser.