Changeset 11365
- Timestamp:
- 02/08/12 14:36:14 (13 years ago)
- 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 10 10 % {{{1 11 11 name='castor' 12 login=' larour';13 np =128; %number of processors12 login='username'; 13 np =128; 14 14 port=0; 15 15 queue='shortc'; 16 16 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' 19 19 %}}} 20 20 end -
issm/trunk-jpl/src/m/classes/clusters/cosmos.m
r9853 r11365 10 10 % {{{1 11 11 name='cosmos' 12 login=' larour';12 login='username'; 13 13 np=128; 14 14 port=0; 15 15 queue='shortq'; 16 16 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'; 19 19 %}}} 20 20 end -
issm/trunk-jpl/src/m/classes/clusters/gemini.m
r9853 r11365 10 10 % {{{1 11 11 name='gemini' 12 login=' larour';12 login='username'; 13 13 np=50; 14 14 port=0; 15 15 queue='debug'; 16 16 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' 19 19 %}}} 20 20 end -
issm/trunk-jpl/src/m/classes/clusters/pollux.m
r9853 r11365 10 10 % {{{1 11 11 name='pollux' 12 login=' larour';12 login='username'; 13 13 np=128; 14 14 port=0; 15 15 queue='shortp'; 16 16 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' 19 19 %}}} 20 20 end
Note:
See TracChangeset
for help on using the changeset viewer.