Changeset 22664


Ignore:
Timestamp:
04/03/18 08:05:32 (7 years ago)
Author:
seroussi
Message:

FIX: minor missing space

File:
1 edited

Legend:

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

    r21853 r22664  
    157157                        fid=fopen([modelname '.queue'],'w');
    158158                        fprintf(fid,'#!%s\n',cluster.shell);
    159                         fprintf(fid,'mpiexec -np %i %s/%s %s %s %s: -np %i ./mitgcmuv\n',cluster.np,cluster.codepath,executable,solution,cluster.executionpath,modelname,cluster.npocean);
     159                        fprintf(fid,'mpiexec -np %i %s/%s %s %s %s : -np %i ./mitgcmuv\n',cluster.np,cluster.codepath,executable,solution,cluster.executionpath,modelname,cluster.npocean);
    160160                        fclose(fid);
    161161
Note: See TracChangeset for help on using the changeset viewer.