New URL for NEMO forge!   http://forge.nemo-ocean.eu

Since March 2022 along with NEMO 4.2 release, the code development moved to a self-hosted GitLab.
This present forge is now archived and remained online for history.
curie.env in trunk/NEMOGCM/TRUST/cron – NEMO

source: trunk/NEMOGCM/TRUST/cron/curie.env @ 5936

Last change on this file since 5936 was 5936, checked in by nicolasmartin, 8 years ago

Merge dev_r5092_CNRS18_TRUST onto the trunk: add new tool Trusting (ie TRUST directory at root of NEMGOCM) for continuous integration tests on HPC centers & basic validation tests for developers

File size: 3.9 KB
Line 
1## Set Curie environment for trusting scheduled job
2
3## Equivalent of source arch-X64_CURIE.env with module commands
4PATH='/usr/local/ccc_users_env/bin:/opt/intel/14.0.3.174/bin/intel64:/opt/mpi/bullxmpi/1.2.8.2/bin:/usr/local/netcdf-4.3.3.1_hdf5_parallel/bin:/ccc/cont003/home/dsm/p86ipsl/bin':$PATH
5LD_LIBRARY_PATH='/lib64:/lib:/usr/lib64:/usr/lib:/opt/intel/14.0.3.174/compiler/lib/intel64:/usr/local/intel-14.0.3.174/14.0.3.174/mkl/lib/intel64:/opt/intel/14.0.3.174/debugger/lib/intel64:/opt/mpi/bullxmpi/1.2.8.2/lib:/usr/local/netcdf-4.3.3.1_hdf5_parallel/lib':${LD_LIBRARY_PATH}
6
7## NetCDF installation
8NETCDF_INCDIR='/usr/local/netcdf-4.3.3.1_hdf5_parallel/include'
9NETCDF_LDFLAGS='-L/usr/local/netcdf-4.3.3.1_hdf5_parallel/lib -lnetcdf'
10NETCDF_LIBDIR='/usr/local/netcdf-4.3.3.1_hdf5_parallel/lib'
11
12## TGCC files systems
13CCCWORKDIR=/ccc/work/cont003/gen7451/$USER
14SCRATCHDIR=/ccc/scratch/cont003/gen7451/$USER
15CCCSTOREDIR=/ccc/store/cont003/gen7451/$USER
16
17## Intel license
18LM_LICENSE_FILE='27000@licintel.ccc.cea.fr'
19
20## Trusting
21TRUS_HPCC='X64_CURIE'
22
23## Export to environment
24export PATH LD_LIBRARY_PATH
25export NETCDF_INCDIR NETCDF_LDFLAGS NETCDF_LIBDIR
26export CCCWORKDIR SCRATCHDIR CCCSTOREDIR
27export LM_LICENSE_FILE
28export TRUS_HPCC
29
30#-------------------------------------------------------------------
31#/opt/Modules/default/modulefiles/environment/ccc:
32#append-path   PATH     /usr/local/ccc_users_env/bin
33#prepend-path  LD_LIBRARY_PATH   /lib64:/lib:/usr/lib64:/usr/lib
34#-------------------------------------------------------------------
35#-------------------------------------------------------------------
36#/opt/Modules/default/modulefiles/environment/dfldatadir/own:
37#setenv     CCCSTOREDIR /ccc/store/cont003/gen7451/martin
38#setenv     CCCWORKDIR  /ccc/work/cont003/gen7451/martin
39#setenv     SCRATCHDIR  /ccc/scratch/cont003/gen7451/martin
40#-------------------------------------------------------------------
41#-------------------------------------------------------------------
42#/opt/Modules/default/modulefiles/environment/licsrv/intel:
43#append-path   LM_LICENSE_FILE   27000@licintel.ccc.cea.fr
44#-------------------------------------------------------------------
45#-------------------------------------------------------------------
46#/opt/Modules/default/modulefiles/compilers/intel/14.0.3.174:
47#module load   c/intel/14.0.3.174
48#prepend-path  PATH     /opt/intel/14.0.3.174/bin/intel64
49#prepend-path  LD_LIBRARY_PATH   /opt/intel/14.0.3.174/compiler/lib/intel64
50#module load   c++/intel/14.0.3.174
51#prepend-path  PATH     /opt/intel/14.0.3.174/bin/intel64
52#prepend-path  LD_LIBRARY_PATH   /opt/intel/14.0.3.174/compiler/lib/intel64
53#module load   fortran/intel/14.0.3.174
54#append-path   PATH     /opt/intel/14.0.3.174/bin/intel64
55#prepend-path  LD_LIBRARY_PATH   /opt/intel/14.0.3.174/compiler/lib/intel64
56#module load   mkl/14.0.3.174
57#append-path   LD_LIBRARY_PATH   /usr/local/intel-14.0.3.174/14.0.3.174/mkl/lib/intel64
58#module load   idb/14.0.3.174
59#prepend-path  PATH     /opt/intel/14.0.3.174/bin/intel64
60#append-path   LD_LIBRARY_PATH   /opt/intel/14.0.3.174/debugger/lib/intel64
61#-------------------------------------------------------------------
62#-------------------------------------------------------------------
63#/opt/Modules/default/modulefiles/parallel/bullxmpi/1.2.8.2:
64#prepend-path  PATH     /opt/mpi/bullxmpi/1.2.8.2/bin
65#prepend-path  LD_LIBRARY_PATH   /opt/mpi/bullxmpi/1.2.8.2/lib
66#-------------------------------------------------------------------
67#-------------------------------------------------------------------
68#/opt/Modules/default/modulefiles/libraries/netcdf/4.3.3.1_hdf5_parallel:
69#prepend-path  PATH     /usr/local/netcdf-4.3.3.1_hdf5_parallel/bin
70#prepend-path  LD_LIBRARY_PATH   /usr/local/netcdf-4.3.3.1_hdf5_parallel/lib
71#setenv     NETCDF_INCDIR  /usr/local/netcdf-4.3.3.1_hdf5_parallel/include
72#setenv     NETCDF_LIBDIR  /usr/local/netcdf-4.3.3.1_hdf5_parallel/lib
73#setenv     NETCDF_LDFLAGS -L/usr/local/netcdf-4.3.3.1_hdf5_parallel/lib -lnetcdf
74#-------------------------------------------------------------------
Note: See TracBrowser for help on using the repository browser.