New URL for NEMO forge!   http://forge.nemo-ocean.eu

Since March 2022 along with NEMO 4.2 release, the code development moved to a self-hosted GitLab.
This present forge is now archived and remained online for history.
user/flavoni/libIGCM (diff) – NEMO

Changes between Version 21 and Version 22 of user/flavoni/libIGCM


Ignore:
Timestamp:
2009-01-13T15:16:16+01:00 (15 years ago)
Author:
flavoni
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • user/flavoni/libIGCM

    v21 v22  
    103103 
    104104 
    105     * TERM = (vt100) ${HOME:-.}/.profile[14]: .bashrc:  not found 
    106     * ksh: D--------------------------------------------------------------------==:  not found 
     105    * '''TERM = (vt100) ${HOME:-.}/.profile: .bashrc:  not found''' 
     106    * '''ksh: D--------------------------------------------------------------------==:  not found''' 
    107107 
    108108 
    109   it can depends on your '''.profile''' file. 
    110   Everything works when your file .profile is like: 
     109 it can depends on your '''.profile''' file. 
     110   
     111 Everything works when your file .profile is like: 
    111112 
    112 «# .profile  (idris) 
    113 # 
     113 «# .profile  (idris) 
     114 # 
    114115 
    115 # Fichier d environnement a charger sur la frontale TX7 unix LINUX 
    116 # Vous pouvez mettre a jour le fichier .profile_tx 
    117 if [ `hostname` = "brodie" -a -f $HOME/.profile_tx ]; then 
     116 # Fichier d environnement a charger sur la frontale TX7 unix LINUX 
     117 # Vous pouvez mettre a jour le fichier .profile_tx 
     118 if [ `hostname` = "brodie" -a -f $HOME/.profile_tx ]; then 
    118119 
    119 . $HOME/.profile_tx 
     120 . $HOME/.profile_tx 
    120121 
    121 # Fichier d environnement a charger sur les noeuds SX8 unix SUPER-UX 
    122 # Vous pouvez mettre a jour le fichier .profile_sx 
    123 elif [ `hostname` != "brodie" -a -f $HOME/.profile_sx ]; then 
     122 # Fichier d environnement a charger sur les noeuds SX8 unix SUPER-UX 
     123 # Vous pouvez mettre a jour le fichier .profile_sx 
     124 elif [ `hostname` != "brodie" -a -f $HOME/.profile_sx ]; then 
    124125 
    125 . $HOME/.profile_sx 
     126 . $HOME/.profile_sx 
    126127 
    127 else 
     128 else 
    128129 
    129 echo 
     130 echo 
    130131 
    131 fi » 
     132 fi » 
    132133 
    133134[[BR]]