Changeset 15378


Ignore:
Timestamp:
07/01/13 17:37:34 (12 years ago)
Author:
Eric.Larour
Message:

CHG: check on login

File:
1 edited

Legend:

Unmodified
Added
Removed
  • TabularUnified issm/trunk-jpl/src/m/classes/clusters/cloud.m ΒΆ

    r13631 r15378  
    7272                        system(compressstring);
    7373
     74                        if isempty(cluster.login),
     75                                error('cloud BuildQueueScript: login should be supplied!');
     76                        end
    7477                        disp('uploading input file and queueing script');
    7578                        issmstscpout(cluster.name,cluster.executionpath,cluster.login,{[dirname '.tar.gz']});
Note: See TracChangeset for help on using the changeset viewer.