Changeset 3574 for LMDZ6/trunk/makelmdz


Ignore:
Timestamp:
Oct 5, 2019, 9:28:04 AM (5 years ago)
Author:
fhourdin
Message:

makelmdz ada->jean-zay

File:
1 edited

Legend:

Unmodified
Added
Removed
  • LMDZ6/trunk/makelmdz

    r3491 r3574  
    4343## try to recognise machine and infer arch from it
    4444machine=`hostname`
    45 if [[ "${machine:0:3}" == "ada" ]]
    46 then
    47   arch="X64_ADA"
     45if [[ "${machine:0:4}" == "jean" ]]
     46then
     47  arch="X64_JEANZAY"
    4848fi
    4949if [[ "${machine:0:7}" == "platine" ]]
Note: See TracChangeset for help on using the changeset viewer.