Changes between Version 3 and Version 4 of greenplanet


Ignore:
Timestamp:
11/17/14 14:40:09 (10 years ago)
Author:
Mathieu Morlighem
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • greenplanet

    v3 v4  
    8585== greenplanet_settings.m ==
    8686
    87 To be continued...
     87You have to add a file in `$ISSM_DIR/src/m` entitled `greenplanet_settings.m` with your personal settings:
     88
     89{{{
     90#!m
     91cluster.login='mmorligh';
     92cluster.queue='c6145';
     93cluster.codepath='/home/mmorligh/trunk-jpl/bin/';
     94cluster.executionpath='/home/mmorligh/trunk-jpl/execution/';
     95}}}
     96
     97use your username for the `login` and enter your code path and execution path. These settings will be picked up automatically by matlab when you do `md.cluster=greenplanet()`
     98
     99== Running jobs on Greenplanet ==
     100 To be continued