87 | | To be continued... |
| 87 | You have to add a file in `$ISSM_DIR/src/m` entitled `greenplanet_settings.m` with your personal settings: |
| 88 | |
| 89 | {{{ |
| 90 | #!m |
| 91 | cluster.login='mmorligh'; |
| 92 | cluster.queue='c6145'; |
| 93 | cluster.codepath='/home/mmorligh/trunk-jpl/bin/'; |
| 94 | cluster.executionpath='/home/mmorligh/trunk-jpl/execution/'; |
| 95 | }}} |
| 96 | |
| 97 | use 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 |