Ignore:
Timestamp:
Mar 8, 2022, 8:44:55 PM (3 years ago)
Author:
fhourdin
Message:

Reecriture de wake sur de nouveaux standards
Permet de rejouer les calculs (fonctionalité replay) et
pave le chemin vers les GPU.
Frédéric, Jean-Yves et Etienne
+ corrections makelmdz/create_make_gcm.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • LMDZ6/trunk/create_make_gcm

    r3232 r4085  
    137137         # Check if file is a routine or main program
    138138         # i.e: look for the "program" keword preceeded by leading spaces
    139          test=` (  head $fili | grep -i '^ *program' ) `
     139         test=` (  head -20 $fili | grep -i '^ *program' ) `
    140140         # if it is not a main program, add it to the list
    141141         if [ "$test" = "" ] ; then listlib=$listlib" "$fili ; fi
     
    144144         # Check if file is a routine or main program
    145145         # i.e. look for "program" keyword (with possibly some leading spaces)
    146          test=` (  head $fili | grep -i '^ \{0,\}program' ) `
     146         test=` (  head -20 $fili | grep -i '^ \{0,\}program' ) `
    147147         # if it is not a main program, add it to the list
    148148         if [ "$test" = "" ] ; then listlib=$listlib" "$fili ; fi
Note: See TracChangeset for help on using the changeset viewer.