Changeset 1045


Ignore:
Timestamp:
Nov 7, 2012 2:41:36 PM (11 years ago)
Author:
maronga
Message:

parameter file check adapted for batch jobs on local machine

File:
1 edited

Legend:

Unmodified
Added
Removed
  • palm/trunk/SCRIPTS/mrun

    r1043 r1045  
    272272     #                      tasks_per_node not checked for this machine
    273273     # 01/11/12 - Siggi   - adjusted for lckiaps
     274     # 07/11/12 - Bjoern  - parameter file check adapted for batch jobs on
     275     #                      local host
    274276
    275277
     
    25742576#      GET COMPILER OPTIONS AND PERFORM MAKE
    25752577       printf "\n\n  *** compiling code if necessary...\n"
     2578
     2579#      workaround for batch jobs on local machine (lcxe6)
     2580       if [[ $do_batch == true && $do_remote == false ]]
     2581       then
     2582          eval $init_cmds
     2583       fi
     2584
    25762585       copts_check="-cpp -D__parallel -D__check"
    25772586       make -f Makefile_check F90=$compiler_name_ser  COPT="$copts_check"
Note: See TracChangeset for help on using the changeset viewer.