Ignore:
Timestamp:
Aug 26, 2013 9:31:42 AM (11 years ago)
Author:
raasch
Message:

overlapping execution of fft and transpositions (MPI_ALLTOALL), but real overlapping is not activated so far,
fftw implemented for 1D-decomposition
resorting of arrays moved to separate routines resort_for_...
bugfix in mbuild concerning Makefile_check

File:
1 edited

Legend:

Unmodified
Added
Removed
  • palm/trunk/SCRIPTS/mbuild

    r1211 r1216  
    2222# Current revisions:
    2323# ------------------
    24 #
     24# RCS renamed SOURCES
    2525#
    2626# Former revisions:
     
    369369    cat Makefile_check|while read line
    370370    do
    371        line=$(echo $line|grep RCS)
    372        if [[ $line == *"RCS"* ]]
    373        then
    374           line=$(echo $line|sed 's/RCS = //g')
     371       line=$(echo $line|grep SOURCES)
     372       if [[ $line == *"SOURCES"* ]]
     373       then
     374          line=$(echo $line|sed 's/SOURCES = //g')
    375375          break
    376376       fi
Note: See TracChangeset for help on using the changeset viewer.