diff options
| author | ziejd2 | 2021-02-24 14:36:59 -0600 |
|---|---|---|
| committer | ziejd2 | 2021-02-24 14:36:59 -0600 |
| commit | 25b843f6bbacb1937bdb960777b73acbece64115 (patch) | |
| tree | 88645b9d1d8a0eea19d7229555bf8805571bc8b7 /sourcecodes/executionprogress.php | |
| parent | 33cedf36248f616aa37d1462c69a4a3058a5d92e (diff) | |
| download | BNW-25b843f6bbacb1937bdb960777b73acbece64115.tar.gz | |
GENENET8 update
Diffstat (limited to 'sourcecodes/executionprogress.php')
| -rw-r--r-- | sourcecodes/executionprogress.php | 10 |
1 files changed, 6 insertions, 4 deletions
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); ?> -<div> +<div id='execute_div'> +<br> <p><h3><?php print("Network ID: $keyval<br/>"); print("Estimated run time: $runtime seconds"); ?> -<br><br></h3> -<br> +<br></h3> <table align="center"><tr><td><b></br></br></br>Computing ....</b> <div style="font-size:20pt;padding:6px;border:solid black 4px"> <span id="progress1"> </span> |
