Changeset 4172


Ignore:
Timestamp:
Dec 5, 2019, 5:13:57 PM (5 years ago)
Author:
jisesh
Message:

guided: improved job.sh

File:
1 edited

Legend:

Unmodified
Added
Removed
  • dynamico_lmdz/guided/Experiments/NUDG_DYNAMICO/job.sh

    r4166 r4172  
    11#!/bin/bash
    2 #PBS -N NUDG_mpi_omp
     2#PBS -N NUDG_mpi_omp_DCMIP41
    33#PBS -q day
    44#PBS -n
     
    4949ln -sf ../../build/bin/icosa_gcm.exe gcm.exe
    5050
    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
     51mpirun -np 40 -cpus-per-proc $OMP_NUM_THREADS -bycore -bind-to-core -report-bindings ./gcm.exe 2>&1 >> gcm.log
    5352date >> gcm.log
    5453
    5554mkdir -p netcdf
    56 cp gcm.log *.def netcdf
     55cp *.def netcdf
    5756mv *.nc netcdf
    5857
    5958mkdir -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
     59cp *.xml gcm.log logs
     60
    6361mv xios_client_*.err xios_client_*.out gcm.log logs
    6462
Note: See TracChangeset for help on using the changeset viewer.