Logiciels sur les serveurs : Différence entre versions
m (→/sca) |
m (→/sca) |
||
Ligne 37: | Ligne 37: | ||
# must add #define XML_STATUS_OK 1 after #include "expat.h" in lib/xml.c | # must add #define XML_STATUS_OK 1 after #include "expat.h" in lib/xml.c | ||
./configure --prefix=$PREFIX --with-pic=yes | ./configure --prefix=$PREFIX --with-pic=yes | ||
+ | |||
+ | export CPPFLAGS=$PREFIX/include | ||
+ | export LDFLAGS=$PREFIX/lib | ||
hdf5 1.8.21 /sca/compilers_and_tools/sources/hdf5-1.8.21.tar.bz2 | hdf5 1.8.21 /sca/compilers_and_tools/sources/hdf5-1.8.21.tar.bz2 | ||
./configure --prefix=$PREFIX --enable-shared --enable-hl --disable-cxx --enable-unsupported \ | ./configure --prefix=$PREFIX --enable-shared --enable-hl --disable-cxx --enable-unsupported \ | ||
--disable-fortran --enable-threadsafe --with-szlib=$PREFIX --with-zlib | --disable-fortran --enable-threadsafe --with-szlib=$PREFIX --with-zlib | ||
− | #./configure --prefix=$PREFIX --enable-shared --with-szlib | + | #./configure --prefix=$PREFIX --enable-shared --with-szlib --enable-hl --disable-cxx --disable-fortran --enable-threadsafe --with-pthread --with-zlib |
netcdf | netcdf | ||
− | |||
− | |||
./configure --prefix=$PREFIX --enable-shared --with-szlib=$PREFIX --enable-netcdf-4 --enable-c-only | ./configure --prefix=$PREFIX --enable-shared --with-szlib=$PREFIX --enable-netcdf-4 --enable-c-only | ||
Version depuis le 11 de décembre 2018 à 20:46
Matières
en construction(cette page s'adresse aux installateurs) |
under construction(this page is for installers) |
serveurs
- CentOS 6 / RHEL 6
- st2
- beluga
- CentOS 7
- robert
- zwack
- snow
- glacier
/sca
- /sca/modulefiles (modules pour GNU modules)
- /sca/compilers_and_tools (compilateurs et logiciels utilitaires installés avec GNU modules)
- ifort/icc (Intel compilers)
- 16.0.1 + openmpi-2.1.5
- 18.0.5 + openmpi-2.1.5
- 19.0.1 + openmpi-2.1.5
- gfortran/gcc (GNU compilers)
- 7.3.0 + openmpi-2.1.5
- pgf90/pgcc (PGI compilers)
- flang/clang
- 6.0.1
- netcdf
- ifort/icc (Intel compilers)
export PREFIX=........ szip aec 1.0.2+patch /sca/compilers_and_tools/sources/libaec-1.0.2.tar.gz ./configure --prefix=$PREFIX udunits2 2.2.26 /sca/compilers_and_tools/sources/udunits-2.2.26.tar.gz # must add #define XML_STATUS_OK 1 after #include "expat.h" in lib/xml.c ./configure --prefix=$PREFIX --with-pic=yes export CPPFLAGS=$PREFIX/include export LDFLAGS=$PREFIX/lib hdf5 1.8.21 /sca/compilers_and_tools/sources/hdf5-1.8.21.tar.bz2 ./configure --prefix=$PREFIX --enable-shared --enable-hl --disable-cxx --enable-unsupported \ --disable-fortran --enable-threadsafe --with-szlib=$PREFIX --with-zlib #./configure --prefix=$PREFIX --enable-shared --with-szlib --enable-hl --disable-cxx --disable-fortran --enable-threadsafe --with-pthread --with-zlib netcdf ./configure --prefix=$PREFIX --enable-shared --with-szlib=$PREFIX --enable-netcdf-4 --enable-c-only jasper 1.900.29 /sca/compilers_and_tools/sources/jasper-1.900.29.tar.gz ./configure --prefix=$PREFIX --enable-shared grib_api 1.13.1 /sca/compilers_and_tools/sources/grib_api-1.13.1.tar.gz ./configure --prefix=$PREFIX --with-jasper=$PREFIX --disable-fortran
proj ./configure --prefix=$PREFIX --without-mutex cdo 1.9.5 /sca/compilers_and_tools/sources/cdo-1.9.5.tar.gz ./configure --prefix=$PREFIX --with-szlib=$PREFIX --with-netcdf=$PREFIX --with-proj=$PREFIX --with-grib_api=$PREFIX
- /sca/armnssm (environnement logiciel pour les modèles, accès avec l'utilitaire ssm)