Changeset 25270


Ignore:
Timestamp:
07/13/20 09:37:56 (5 years ago)
Author:
Mathieu Morlighem
Message:

CHG: added checks and explanation about srcpath

File:
1 edited

Legend:

Unmodified
Added
Removed
  • issm/trunk-jpl/src/m/classes/clusters/pfe.m

    r25039 r25270  
    1818                 time           = 12*60;
    1919                 processor      = 'ivy';
    20                  srcpath       = '';
     20                 srcpath        = '';
    2121                 codepath       = '';
    2222                 executionpath  = '';
     
    5252                         disp(sprintf('    time: %i',cluster.time));
    5353                         disp(sprintf('    processor: %s',cluster.processor));
    54                          disp(sprintf('    codepath: %s',cluster.codepath));
    55                          disp(sprintf('    executionpath: %s',cluster.executionpath));
     54                         disp(sprintf('    codepath: %s  ($ISSM_DIR on pfe)',cluster.codepath));
     55                         disp(sprintf('    executionpath: %s  (directory containing issm.exe on pfe)',cluster.executionpath));
    5656                         disp(sprintf('    grouplist: %s',cluster.grouplist));
    5757                         disp(sprintf('    interactive: %i',cluster.interactive));
     
    131131                         %Miscelaneous
    132132                         if isempty(cluster.login), md = checkmessage(md,'login empty'); end
     133                         if isempty(cluster.srcpath), md = checkmessage(md,'srcpath empty'); end
    133134                         if isempty(cluster.codepath), md = checkmessage(md,'codepath empty'); end
    134135                         if isempty(cluster.executionpath), md = checkmessage(md,'executionpath empty'); end
Note: See TracChangeset for help on using the changeset viewer.