source: trunk/cleanup_aira.php

Last change on this file was 25, checked in by gegorbet, 7 years ago

merge us3iab/airavata gridctl code

  • Property svn:keywords set to LastChangedDate Author
File size: 467 bytes
Line 
1<?php
2/*
3 * cleanup_aira.php
4 *
5 * functions relating to copying results and cleaning up the gfac DB
6 * where the job used an Airavata interface (production version).
7 *
8 */
9
10$us3bin = exec( "ls -d ~us3/lims/bin" );
11include_once "$us3bin/listen-config.php";
12include $class_dir_p . "experiment_status.php";
13include $class_dir_p . "experiment_errors.php";
14$me = 'cleanup_aira.php';
15$class_dir = $class_dir_p;
16include_once "$us3bin/cleanup.php";
17
18?>
Note: See TracBrowser for help on using the repository browser.