Changeset 1802 for LMDZ5/trunk/build_gcm


Ignore:
Timestamp:
Jul 19, 2013, 4:03:57 PM (11 years ago)
Author:
yann meurdesoif
Message:

Add parallel compiling functionality through fcm
=> 2 new options for the makelmdz_fcm

-j n : enable parallel compiling on 8 tasks
-full : recreate dependency and recompile form scratch

YM

File:
1 edited

Legend:

Unmodified
Added
Removed
  • LMDZ5/trunk/build_gcm

    r1755 r1802  
    2929fi
    3030
     31job=1
    3132dirname="" #path to where the fcm command will be found
    3233if (( $# >= 1 )) ; then
     
    3940  # add a trailing "/" to $dirname
    4041  dirname=${dirname}"/"
     42  shift;
    4143fi
    4244
    4345# run "fcm build" command
    44 ${dirname}fcm build
     46${dirname}fcm build $*
    4547
    4648# cleanup
Note: See TracChangeset for help on using the changeset viewer.