Ignore:
Timestamp:
Apr 4, 2014 1:01:30 PM (10 years ago)
Author:
maronga
Message:

updates for lcxe6

File:
1 edited

Legend:

Unmodified
Added
Removed
  • palm/trunk/SCRIPTS/mbuild

    r1310 r1350  
    2222# Current revisions:
    2323# ------------------
    24 #
     24# init_cmds is now executed before module calls in case of compiltion on local
     25# host
    2526#
    2627# Former revisions:
     
    12861287             eval `$MODULESHOME/bin/modulecmd ksh load ${modules}`
    12871288          else
     1289             $init_cmds
    12881290             module load ${modules}
    12891291          fi
     
    13621364             # TOUCH FILES IN ORDER TO FORCE COMPILATION FOR EVERY BLOCK
    13631365          touch  *.f90
     1366          $init_cmds
    13641367          make  $make_options  BLOCK=$block  F90=$compiler_name  F90_SER=$compiler_name_ser  COPT="$cpp_options"  F90FLAGS="$compiler_options"  LDFLAGS="$loader_options"
    13651368
Note: See TracChangeset for help on using the changeset viewer.