Changeset 2032 for LMDZ5/trunk/makelmdz
- Timestamp:
- May 2, 2014, 9:21:06 AM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
LMDZ5/trunk/makelmdz
r2023 r2032 32 32 ## try to recognise machine and infer arch from it 33 33 machine=`hostname` 34 if [[ "$machine" == "brodie" ]]35 then36 arch="SX8_BRODIE"37 fi38 34 if [[ "${machine:0:3}" == "ada" ]] 39 35 then 40 36 arch="X64_ADA" 41 fi42 if [[ "${machine:0:6}" == "ciclad" ]]43 then44 arch="AMD64_CICLAD"45 37 fi 46 38 if [[ "${machine:0:7}" == "platine" ]]
Note: See TracChangeset
for help on using the changeset viewer.