Ignore:
Timestamp:
02/10/09 15:03:49 (15 years ago)
Author:
pinsard
Message:

parametrisation of SIMULS_IRCAAM/progfiltrage_....f (modulo dimension); add makefile

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/ircaam_profile.sh

    r27 r55  
    2525# define IRCAAM environnement 
    2626# 
    27 # ${IRCAAM} is the base directory of tools. 
     27# ${IRCAAM} is the source base directory of tools. 
    2828# 
    2929# ${IRCAAM_LOG} is the directory where log files  will be written. 
     
    3232# 
    3333# ${IRCAAM_OD} is the directory where output files will be written. 
     34# 
     35# ${IRCAAM}/../bin/ is added to PATH. 
    3436# 
    3537# MANPATH++ 
     
    4648# EXAMPLES 
    4749# ======== 
    48 # 
    4950# 
    5051# For fplod, on aedon.locean-ipsl.upmc.fr: 
     
    9798# 
    9899# $Id$ 
     100# 
     101# - fplod 2009-02-04T13:35:30Z zeus.locean-ipsl.upmc.fr (Linux) 
     102# 
     103#  * ${IRCAAM}/../bin/ is added to PATH. 
    99104# 
    100105# - fplod 2008-08-14T12:28:16Z aedon.locean-ipsl.upmc.fr (Darwin) 
     
    203208fi 
    204209# 
     210# add ${IRCAAM}/../bin tools to PATH 
     211# if not already done 
     212echo ${PATH} | grep -q "${IRCAAM}/../bin" 
     213test_path=${?} 
     214if [ ${test_path} -ne 0 ] 
     215then 
     216   PATH=${IRCAAM}/../bin/:${PATH} 
     217   export PATH 
     218else 
     219   # option bavarde oui/non pas encore implantée ++ 
     220   echo "${command} : iii : ${IRCAAM}/../bin/ already in \${PATH}" 
     221fi 
     222# 
    205223IRCAAM_LOG=${tempdir} 
    206224export IRCAAM_LOG 
Note: See TracChangeset for help on using the changeset viewer.