source: trunk/LMDZ.COMMON/build_gcm.csh @ 937

Last change on this file since 937 was 847, checked in by aslmd, 12 years ago

LMDZ.COMMON. Corrected bugs with using variable cp in parallel. Corrected bugs related to problems when no tracers are used. Updated makelmdz_fcm with the latest version and added a few lines necessary for generic physics. Added a build_gcm script in csh. Updated AMD64_CICLAD compilation settings. Uploaded arch files to make the model work with ifort on ciclad.

  • Property svn:executable set to *
File size: 524 bytes
Line 
1#!/bin/csh
2
3if ( -f '.lock' ) then
4  echo 'ATTENTION: vous etes sans doute en train de compiler le modele par ailleurs'
5  echo "Attendez que la premiere compilation soit terminee pour relancer la suivante."
6  echo "Si vous etes sur que vous ne compilez pas le modele par ailleurs,"
7  echo  vous pouvez continuer en repondant oui.
8  echo "Voulez-vous vraiment continuer?"
9
10  if ( $< == "oui" ) then
11   
12  else
13    exit
14  endif
15else
16  echo "compilation en cours..." > '.lock'
17endif
18
19#set arch=$1
20
21
22fcm build
23
24\rm -f '.lock' 
Note: See TracBrowser for help on using the repository browser.