#! /usr/local/bin/php add_user($user); $project->add_app($app); $project->add_app_version($app_version); $project->install(); // must install projects before adding to hosts echo "adding work\n"; $work = new Work($app); $work->wu_template = "uc_wu"; $work->result_template = "uc_result"; $work->nresults = 2; array_push($work->input_files, "input"); $work->install($project); $project->start(); echo "go run the client\n"; //$project->stop(); //$project->check_results_done(); //$project->compare_file("uc_wu_0_0", "uc_correct_output"); //$project->compare_file("uc_wu_1_0", "uc_correct_output"); ?>