From 25b843f6bbacb1937bdb960777b73acbece64115 Mon Sep 17 00:00:00 2001 From: ziejd2 Date: Wed, 24 Feb 2021 14:36:59 -0600 Subject: GENENET8 update --- sourcecodes/executionprogress.php | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) (limited to 'sourcecodes/executionprogress.php') diff --git a/sourcecodes/executionprogress.php b/sourcecodes/executionprogress.php index 6bdec524..7c5d3163 100644 --- a/sourcecodes/executionprogress.php +++ b/sourcecodes/executionprogress.php @@ -6,7 +6,9 @@ include("runtime_check.php"); include("input_validate.php"); $keyval=valid_keyval($_GET["My_key"]); -$dir="./data/"; +//$dir="./data/"; +//$dir="/tmp/bnw/"; +$dir="/var/lib/genenet/bnw/"; //number of parents $pfile=$dir.$keyval."parent.txt"; @@ -26,13 +28,13 @@ $runtime=exe_time($keyval,$parent_number,$k_number); ?> -
+
+

"); print("Estimated run time: $runtime seconds"); ?> -

-
+



Computing ....
    -- cgit 1.4.1