Changeset 2032


Ignore:
Timestamp:
May 2, 2014, 9:21:06 AM (10 years ago)
Author:
fhourdin
Message:

Nettoyage. Passage a gfortran par défaut pour ciclad.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • LMDZ5/trunk/makelmdz

    r2023 r2032  
    3232## try to recognise machine and infer arch from it
    3333machine=`hostname`
    34 if [[ "$machine" == "brodie" ]]
    35 then
    36   arch="SX8_BRODIE"
    37 fi
    3834if [[ "${machine:0:3}" == "ada" ]]
    3935then
    4036  arch="X64_ADA"
    41 fi
    42 if [[ "${machine:0:6}" == "ciclad" ]]
    43 then
    44   arch="AMD64_CICLAD"
    4537fi
    4638if [[ "${machine:0:7}" == "platine" ]]
Note: See TracChangeset for help on using the changeset viewer.