|
@@ -23,6 +23,11 @@ Now, update your shell startup script (`~/.bashrc`) to add ecearth globals varia
|
|
|
```bash
|
|
|
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
|
|
|
if [ -f $EC_DEP/modules.load ]; then
|
|
|
source $EC_DEP/modules.load
|