Changeset 4172
- Timestamp:
- Dec 5, 2019, 5:13:57 PM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
dynamico_lmdz/guided/Experiments/NUDG_DYNAMICO/job.sh
r4166 r4172 1 1 #!/bin/bash 2 #PBS -N NUDG_mpi_omp 2 #PBS -N NUDG_mpi_omp_DCMIP41 3 3 #PBS -q day 4 4 #PBS -n … … 49 49 ln -sf ../../build/bin/icosa_gcm.exe gcm.exe 50 50 51 mpirun -np 40 -cpus-per-proc $OMP_NUM_THREADS -bycore -bind-to-core -report-bindings ./gcm.exe >> gcm.log 52 #gdb ./gcm.exe >> gcm.log 51 mpirun -np 40 -cpus-per-proc $OMP_NUM_THREADS -bycore -bind-to-core -report-bindings ./gcm.exe 2>&1 >> gcm.log 53 52 date >> gcm.log 54 53 55 54 mkdir -p netcdf 56 cp gcm.log*.def netcdf55 cp *.def netcdf 57 56 mv *.nc netcdf 58 57 59 58 mkdir -p logs 60 cp *.xml logs 61 #cp -pr /mnt/homedafs-2.5/lov/homedata/jsethunadh/testing/build_mpi_omp/bin/icosa_gcm.exe logs 62 #cp -pr /mnt/homedafs-2.5/lov/homedata/jsethunadh/testing/DYNAMICO_devel/src logs 59 cp *.xml gcm.log logs 60 63 61 mv xios_client_*.err xios_client_*.out gcm.log logs 64 62
Note: See TracChangeset
for help on using the changeset viewer.