Changeset 20176


Ignore:
Timestamp:
02/16/16 14:39:57 (9 years ago)
Author:
Mathieu Morlighem
Message:

CHG: moving stuff around

Location:
issm/trunk-jpl/src/m/contrib
Files:
5 added
3 deleted
1 edited
4 copied
10 moved

Legend:

Unmodified
Added
Removed
  • issm/trunk-jpl/src/m/contrib/morlighem/gslib/pkriging.m

    r16515 r20176  
    1010name   = ['krig' num2str(feature('GetPid'))];
    1111
     12if 1,
    1213% =========================================   MARSHALL.m =================================================
    1314disp(['marshalling file ' name '.bin']);
     
    4041%Launch job on remote cluster
    4142BuildKrigingQueueScript(cluster,name,'',1,0,0); %gather, valgrind, gprof
    42 LaunchQueueJob(cluster,name,name,{[name '.bin'] [name '.queue']});
     43UploadQueueJob(cluster,name,name,{[name '.bin'] [name '.queue']})
     44LaunchQueueJob(cluster,name,name,{[name '.bin'] [name '.queue']},'');
    4345
    4446%Call waitonlock
     
    4749
    4850%Download
     51end
    4952Download(cluster,name,{[name '.outbin']});
    5053structure=parseresultsfromdisk([name '.outbin'],0);
Note: See TracChangeset for help on using the changeset viewer.