Changeset 3574 for LMDZ6/trunk
- Timestamp:
- Oct 5, 2019, 9:28:04 AM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
LMDZ6/trunk/makelmdz
r3491 r3574 43 43 ## try to recognise machine and infer arch from it 44 44 machine=`hostname` 45 if [[ "${machine:0: 3}" == "ada" ]]46 then 47 arch="X64_ ADA"45 if [[ "${machine:0:4}" == "jean" ]] 46 then 47 arch="X64_JEANZAY" 48 48 fi 49 49 if [[ "${machine:0:7}" == "platine" ]]
Note: See TracChangeset
for help on using the changeset viewer.