Ignore:
Timestamp:
Feb 9, 2017 4:52:29 PM (7 years ago)
Author:
scharf
Message:

improved palmplot, added two imuk hosts, changed allocation of resources for lcbullhh and corrected land surface parameters

File:
1 edited

Legend:

Unmodified
Added
Removed
  • palm/trunk/SCRIPTS/mrun

    r2142 r2147  
    387387          if [[ $tmpcreate = true ]]
    388388          then
    389              printf "\n  *** Contents of \"$TEMPDIR\":\n"
    390              ls -al; cd
     389#              printf "\n  *** Contents of \"$TEMPDIR\":\n"
     390#              ls -al; cd
    391391             [[ $delete_temporary_catalog = true ]]  &&  rm -rf $TEMPDIR
    392392          fi
     
    451451       (C)   restart_run=true; mc="$mc -C";;
    452452       (d)   fname=$OPTARG; mc="$mc -d$OPTARG";;
    453        (D)   cpp_opts="$cpp_opts $OPTARG"; mc="$mc -D'$OPTARG'";;
     453#        (D)   cpp_opts="$cpp_opts $OPTARG"; mc="$mc -D'$OPTARG'";;
    454454       (F)   job_on_file="-D"; mc="$mc -F";;
    455455       (g)   group_number=$OPTARG; mc="$mc -g$OPTARG";;
     
    31543154                      export KMP_STACKSIZE=64m
    31553155
    3156                       srun  --nodes=$nodes --ntasks-per-node=$tasks_per_node ./a.out  <  runfile_atmos
     3156                      srun  -n $ii --ntasks-per-node=$tasks_per_node ./a.out  <  runfile_atmos
    31573157
    31583158                   elif [[ $host = lccrayf ]]
Note: See TracChangeset for help on using the changeset viewer.