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