Changeset 37783
- Timestamp:
- Jan 5, 2015, 1:51:43 PM (12 years ago)
- Location:
- tags/ipp-pv3-20140717/ippScripts/scripts
- Files:
-
- 2 edited
-
sc_remote_exec.pl (modified) (1 diff)
-
sc_remote_poll.pl (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
tags/ipp-pv3-20140717/ippScripts/scripts/sc_remote_exec.pl
r37393 r37783 16 16 # Hard coded values 17 17 my $DMZ_HOST = 'wtrw'; 18 my $SEC_HOST = 'mu-fe'; 18 my @SEC_HOSTS= ('mu-fe1','mu-fe2','mu-fe3' 19 # ,'mu-fe4' 20 ); 21 my $SEC_HOST = $SEC_HOSTS[int(rand(@SEC_HOSTS))]; # 'mu-fe'; 19 22 my $IPP_PATH = '/turquoise/usr/projects/cosmo/mswarren/ipp/'; 20 23 my $remote_root = '/scratch3/watersc1/'; -
tags/ipp-pv3-20140717/ippScripts/scripts/sc_remote_poll.pl
r37782 r37783 29 29 # Hard coded values 30 30 my $DMZ_HOST = 'wtrw'; 31 my $SEC_HOST = 'mu-fe'; 31 my @SEC_HOSTS= ('mu-fe1','mu-fe2','mu-fe3' 32 # ,'mu-fe4' 33 ); 34 my $SEC_HOST = $SEC_HOSTS[int(rand(@SEC_HOSTS))]; # 'mu-fe'; 32 35 my $IPP_PATH = '/turquoise/usr/projects/cosmo/mswarren/ipp/'; 33 36 my $remote_root = '/scratch3/watersc1/';
Note:
See TracChangeset
for help on using the changeset viewer.
