Last change
on this file since 15 was 10, checked in by gegorbet, 9 years ago |
fixes to allow simultaneous production/development jobs
|
-
Property svn:keywords
set to
LastChangedDate Author
|
File size:
463 bytes
|
Rev | Line | |
---|
[10] | 1 | <?php
|
---|
| 2 | /*
|
---|
| 3 | * cleanup_adev.php
|
---|
| 4 | *
|
---|
| 5 | * functions relating to copying results and cleaning up the gfac DB
|
---|
| 6 | * where the job used an Airavata interface (development version).
|
---|
| 7 | *
|
---|
| 8 | */
|
---|
| 9 |
|
---|
| 10 | $us3bin = exec( "ls -d ~us3/bin" );
|
---|
| 11 | include_once "$us3bin/listen-config.php";
|
---|
| 12 | include $class_dir_d . "experiment_status.php";
|
---|
| 13 | include $class_dir_d . "experiment_errors.php";
|
---|
| 14 | $me = 'cleanup_adev.php';
|
---|
| 15 | $class_dir = $class_dir_d;
|
---|
| 16 | include_once "$us3bin/cleanup.php";
|
---|
| 17 |
|
---|
| 18 | ?>
|
---|
Note:
See
TracBrowser
for help on using the repository browser.