Changeset 27504
- Timestamp:
- Mar 29, 2010, 12:57:44 PM (16 years ago)
- Location:
- trunk
- Files:
-
- 2 added
- 3 edited
-
ippScripts/Build.PL (modified) (1 diff)
-
ippScripts/MANIFEST (modified) (1 diff)
-
ippScripts/scripts/bundle_detrends.pl (modified) (1 diff)
-
ippScripts/scripts/ipp_cluster_load_monitor.pl (added)
-
tools/init_cluster_load_monitor.pl (added)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ippScripts/Build.PL
r27399 r27504 105 105 scripts/make_burntool_pcontrol.pl 106 106 scripts/bundle_detrends.pl 107 scripts/ipp_cluster_load_monitor.pl 107 108 )], 108 109 dist_abstract => 'Scripts for running the Pan-STARRS IPP', -
trunk/ippScripts/MANIFEST
r27399 r27504 41 41 scripts/make_burntool_pcontrol.pl 42 42 scripts/bundle_detrends.pl 43 scripts/ipp_cluster_load_monitor.pl 43 44 t/00_distribution.t -
trunk/ippScripts/scripts/bundle_detrends.pl
r27399 r27504 1 1 #! /usr/bin/env perl 2 2 3 use Carp; 4 3 5 use warnings; 6 use strict; 4 7 use DBI; 5 8 use IPC::Cmd 0.36 qw( can_run run);
Note:
See TracChangeset
for help on using the changeset viewer.
