Changeset 2266 for LMDZ5


Ignore:
Timestamp:
Apr 22, 2015, 3:30:47 PM (9 years ago)
Author:
lguez
Message:

Avoid cryptic compilation errors when trying to create ce0l in
parallel: give a clear message in compilation script instead.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • LMDZ5/trunk/makelmdz_fcm

    r2250 r2266  
    183183done
    184184
     185if [[ $code = ce0l && $paramem = mem ]]
     186then
     187    echo "There is no parallel version of ce0l at the moment."
     188    echo "Please compile the sequential version of the code to produce the" \
     189        "executable ce0l."
     190    exit 1
     191fi
     192
    185193###############################################################
    186194# path to fcm
Note: See TracChangeset for help on using the changeset viewer.