Changeset 11365


Ignore:
Timestamp:
02/08/12 14:36:14 (13 years ago)
Author:
Mathieu Morlighem
Message:

removed private info

Location:
issm/trunk-jpl/src/m/classes/clusters
Files:
4 edited

Legend:

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

    r9853 r11365  
    1010                 % {{{1
    1111                 name='castor'
    12                  login='larour';
    13                  np   =128; %number of processors
     12                 login='username';
     13                 np   =128;
    1414                 port=0;
    1515                 queue='shortc';
    1616                 time=180;
    17                  codepath='/workp/edw/larour/issm-2.0/bin'
    18                  executionpath='/workp/edw/larour/Testing/Execution'
     17                 codepath='/workp/edw/issm-2.0/bin'
     18                 executionpath='/workp/edw/Testing/Execution'
    1919                 %}}}
    2020         end
  • issm/trunk-jpl/src/m/classes/clusters/cosmos.m

    r9853 r11365  
    1010                 % {{{1
    1111                 name='cosmos'
    12                  login='larour';
     12                 login='username';
    1313                 np=128;
    1414                 port=0;
    1515                 queue='shortq';
    1616                 time=3*60;
    17                  codepath='/work00/edw/larour/issm-2.0/bin';
    18                  executionpath='/work00/edw/larour/Execution';
     17                 codepath='/work00/edw/issm-2.0/bin';
     18                 executionpath='/work00/edw/Execution';
    1919                 %}}}
    2020         end
  • issm/trunk-jpl/src/m/classes/clusters/gemini.m

    r9853 r11365  
    1010        % {{{1
    1111                name='gemini'
    12                 login='larour';
     12                login='username';
    1313                np=50;
    1414                port=0;
    1515                queue='debug';
    1616                time=60;
    17                 codepath='/workg/edw/larour/issm-2.0/bin'
    18                 executionpath='/workg/edw/larour/Testing/Execution'
     17                codepath='/workg/edw/issm-2.0/bin'
     18                executionpath='/workg/edw/Testing/Execution'
    1919        %}}}
    2020    end
  • issm/trunk-jpl/src/m/classes/clusters/pollux.m

    r9853 r11365  
    1010                 % {{{1
    1111                 name='pollux'
    12                  login='larour';
     12                 login='username';
    1313                 np=128;
    1414                 port=0;
    1515                 queue='shortp';
    1616                 time=180;
    17                  codepath='/workc/edw/larour/issm-2.0/bin'
    18                  executionpath='/workc/edw/larour/Testing/Execution'
     17                 codepath='/workc/edw/issm-2.0/bin'
     18                 executionpath='/workc/edw/Testing/Execution'
    1919                 %}}}
    2020         end
Note: See TracChangeset for help on using the changeset viewer.