From 25b843f6bbacb1937bdb960777b73acbece64115 Mon Sep 17 00:00:00 2001 From: ziejd2 Date: Wed, 24 Feb 2021 14:36:59 -0600 Subject: GENENET8 update --- sourcecodes/runtime_check.php | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'sourcecodes/runtime_check.php') diff --git a/sourcecodes/runtime_check.php b/sourcecodes/runtime_check.php index 439a0b14..d8c30bb7 100644 --- a/sourcecodes/runtime_check.php +++ b/sourcecodes/runtime_check.php @@ -3,7 +3,9 @@ function exe_time($keyval,$parent_number,$k_number) { -$dir="./data/"; + //$dir="./data/"; + //$dir="/tmp/bnw/"; + $dir="/var/lib/genenet/bnw/"; $nrf = $dir.$keyval."nrows.txt"; $nrows=trim(file_get_contents("$nrf")); @@ -60,4 +62,4 @@ $totaltime=$local*($nrows/100)+$k_time+12; //return $max_parent_row[$node]; return $totaltime; -} \ No newline at end of file +} -- cgit 1.4.1