Changes between Version 6 and Version 7 of gscc


Ignore:
Timestamp:
12/09/20 16:12:18 (4 years ago)
Author:
downs
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • gscc

    v6 v7  
    154154make install
    155155}}}
     156
     157== Example Run on GSCC ==
     158
     159If 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{{{
     162md.cluster=gscc();
     163md.cluster.np = 2;
     164md.cluster.time = 60*60*10;
     165md=solve(md,'Transient');
     166md=loadresultsfromcluster(md,'LAUNCHSTRING','JOBNAME');
     167}}}
    156168`
     169To 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.