Ignore:
Timestamp:
Jul 8, 2022, 6:21:28 PM (2 years ago)
Author:
Laurent Fairhead
Message:

Resolving issue when using oldrad with the default bench suite

File:
1 edited

Legend:

Unmodified
Added
Removed
  • BOL/script_install/creation_modipsl.sh

    r4101 r4197  
    11#!/bin/bash
    22
    3 set -vx
     3#set -vx
    44
    55#####################################################################
     
    186186   cat tmp.resu >> LISMOI.$branche
    187187   \cp -f LISMOI.trunk ../pub/src/Readme
     188###
     189### clean up of /tmp/lmdz if everything went smoothly
     190###
     191##  grep -q 'OK OK      OK2     OK' tmp.resu
     192##  RET=$?
     193##  if [ ${RET} -eq 0 ] ; then
     194##    echo "Quality control checks out for version $version"
     195##    echo "We could cleanup /tmp/lmdz/LMDZ$version"
     196##    echo "\rm -rf /tmp/lmdz/LMDZ$version"
     197##  fi
    188198fi
Note: See TracChangeset for help on using the changeset viewer.