Changeset 4145 for dynamico_lmdz/guided


Ignore:
Timestamp:
Jul 16, 2019, 3:39:31 PM (5 years ago)
Author:
jisesh
Message:

LAM setup : fixes to scripts/symlinks

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.exe
     1link ../DYNAMICO/bin/icosa_gcm.exe
  • dynamico_lmdz/guided/Experiments/job.sh

    r4144 r4145  
    11#!/bin/bash
    2 #PBS -N DCMIP31_mpi_omp
     2#PBS -N LAM_DCMIP
    33#PBS -q std
    44#PBS -n
     
    3838ulimit -s unlimited
    3939
    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
    4641
    4742rm -rf gcm.log logs *.nc netcdf
     
    5853mkdir -p logs
    5954cp *.xml logs
    60 cp -pr /mnt/homedafs-2.5/lov/homedata/jsethunadh/testing/build_mpi_omp/bin/icosa_gcm.exe logs
    61 cp -pr /mnt/homedafs-2.5/lov/homedata/jsethunadh/testing/DYNAMICO_devel/src logs
     55cp -pr gcm.exe logs
     56cp -pr ../DYNAMICO/src logs
    6257mv xios_client_*.err xios_client_*.out gcm.log logs
    63 
Note: See TracChangeset for help on using the changeset viewer.