Changes between Version 8 and Version 9 of hpc
- Timestamp:
- 12/03/14 14:13:58 (10 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
hpc
v8 v9 97 97 == hpc_settings.m == 98 98 99 You have to add a file in `$ISSM_DIR/src/m` entitled `hpc_settings.m` with your personal settings: 99 HPC staff ask that no `serious work` should be done on your home directory, you should create an execution directory in /pub/$USERNAME/execution. 100 101 You have to add a file in `$ISSM_DIR/src/m` entitled `hpc_settings.m` with your personal settings on your local ism install: 100 102 101 103 {{{ … … 104 106 cluster.queue='c6145'; 105 107 cluster.codepath='/home/mmorligh/trunk-jpl/bin/'; 106 cluster.executionpath='/ home/mmorligh/trunk-jpl/execution/';108 cluster.executionpath='/pub/mmorligh/trunk-jpl/execution/'; 107 109 }}} 108 110