Bläddra i källkod

Mettre à jour 'README.md'

Francois Massonnet 5 år sedan
förälder
incheckning
b4f9fd5ef5
1 ändrade filer med 5 tillägg och 0 borttagningar
  1. 5 0
      README.md

+ 5 - 0
README.md

@@ -23,6 +23,11 @@ Now, update your shell startup script (`~/.bashrc`) to add ecearth globals varia
 ```bash
 ```bash
 configure_ecearth()
 configure_ecearth()
 {
 {
+  if [ `hostname` != "frontal1" ]; then
+    echo "First, we move to frontal1..."
+    touch .configure_ecearth
+    ssh frontal1
+  fi
   export EC_DEP=/projects/acad/ecearth/opt
   export EC_DEP=/projects/acad/ecearth/opt
   if [ -f $EC_DEP/modules.load ]; then
   if [ -f $EC_DEP/modules.load ]; then
     source $EC_DEP/modules.load
     source $EC_DEP/modules.load