Changes between Version 6 and Version 7 of gscc
- Timestamp:
- 12/09/20 16:12:18 (4 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
gscc
v6 v7 154 154 make install 155 155 }}} 156 157 == Example Run on GSCC == 158 159 If you have ISSM installed on your own machine with the Matlab interface and the GSCC cluster file, you can launch runs using the gscc cluster. For example: 160 161 {{{ 162 md.cluster=gscc(); 163 md.cluster.np = 2; 164 md.cluster.time = 60*60*10; 165 md=solve(md,'Transient'); 166 md=loadresultsfromcluster(md,'LAUNCHSTRING','JOBNAME'); 167 }}} 156 168 ` 169 To troubleshoot, note that logfiles for submitted runs will appear in trunk-jpl/execution/ on GSCC. The input file, and queue file for SLURM will appear here.