Changeset 11474


Ignore:
Timestamp:
02/19/12 15:47:23 (13 years ago)
Author:
Mathieu Morlighem
Message:

no need to have Makefiles under svn (generated by configuration)

Location:
issm/trunk-jpl/src/m
Files:
38 deleted
1 edited

Legend:

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

    r11374 r11474  
    9595
    9696                         fprintf(fid,'cd %s/%s\n\n',cluster.executionpath,md.private.runtimename);
    97                          fprintf(fid,'/sopt/mpi/mvapich-1.1/intel/bin/mpiexec -mpich-p4-no-shmem -np %i %s/issm.exe %s %s %s\n',cluster.np,cluster.codepath,EnumToString(solution),cluster.executionpath,modelname);
     97                         fprintf(fid,'mpiexec -np %i %s/issm.exe %s %s %s\n',cluster.np,cluster.codepath,EnumToString(solution),cluster.executionpath,modelname);
    9898
    9999                         if ~md.settings.io_gather,
Note: See TracChangeset for help on using the changeset viewer.