Changeset 4145
- Timestamp:
- Jul 16, 2019, 3:39:31 PM (5 years ago)
- Location:
- dynamico_lmdz/guided/Experiments
- Files:
-
- 1 deleted
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
dynamico_lmdz/guided/Experiments/gcm.exe
r4144 r4145 1 link build/bin/icosa_gcm.exe1 link ../DYNAMICO/bin/icosa_gcm.exe -
dynamico_lmdz/guided/Experiments/job.sh
r4144 r4145 1 1 #!/bin/bash 2 #PBS -N DCMIP31_mpi_omp2 #PBS -N LAM_DCMIP 3 3 #PBS -q std 4 4 #PBS -n … … 38 38 ulimit -s unlimited 39 39 40 module purge 41 module load gnu/4.9.3 42 module load intel/15.0.6.233 43 module load openmpi/1.6.5-ifort 44 module load hdf5/1.8.18-parallel-ifort 45 module load netcdf4/4.4.1.1-parallel-ifort 40 . ../DYNAMICO/arch.env 46 41 47 42 rm -rf gcm.log logs *.nc netcdf … … 58 53 mkdir -p logs 59 54 cp *.xml logs 60 cp -pr /mnt/homedafs-2.5/lov/homedata/jsethunadh/testing/build_mpi_omp/bin/icosa_gcm.exe logs61 cp -pr /mnt/homedafs-2.5/lov/homedata/jsethunadh/testing/DYNAMICO_devel/src logs55 cp -pr gcm.exe logs 56 cp -pr ../DYNAMICO/src logs 62 57 mv xios_client_*.err xios_client_*.out gcm.log logs 63
Note: See TracChangeset
for help on using the changeset viewer.