Changeset 20009


Ignore:
Timestamp:
01/27/16 18:33:22 (9 years ago)
Author:
schlegel
Message:

CHG: minor updtaes

File:
1 edited

Legend:

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

    r19997 r20009  
    113113
    114114                         fprintf(fid,'#!/bin/bash\n');
    115                          fprintf(fid,'#SBATCH -J %s\n',modelname);
     115                         fprintf(fid,'#SBATCH -J %s \n',modelname);
    116116                         fprintf(fid,'#SBATCH -p %s \n',cluster.queue);
    117117                         fprintf(fid,'#SBATCH -o %s.outlog \n',modelname);
     
    124124                         end
    125125                         if length(find(cluster.email=='@'))>0
    126                                  fprintf(fid,'#SBATCH --mail-user=%s\n',cluster.email);
    127                                  fprintf(fid,'#SBATCH --mail-type=end\n');
     126                                 fprintf(fid,'#SBATCH --mail-user=%s \n',cluster.email);
     127                                 fprintf(fid,'#SBATCH --mail-type=end \n\n');
    128128                         end
    129129                         fprintf(fid,'export PATH="$PATH:."\n\n');
Note: See TracChangeset for help on using the changeset viewer.