From c80226899f5cdd9f11c163817d59445213f5bef0 Mon Sep 17 00:00:00 2001 From: ziejd2 Date: Wed, 14 Mar 2018 23:19:16 -0500 Subject: Separating Octave and php calculations --- sourcecodes/execute_bn_gom.php~ | 98 ----------------------------------------- 1 file changed, 98 deletions(-) delete mode 100644 sourcecodes/execute_bn_gom.php~ (limited to 'sourcecodes/execute_bn_gom.php~') diff --git a/sourcecodes/execute_bn_gom.php~ b/sourcecodes/execute_bn_gom.php~ deleted file mode 100644 index f7c234d1..00000000 --- a/sourcecodes/execute_bn_gom.php~ +++ /dev/null @@ -1,98 +0,0 @@ - - %s;\n",$ii,$j); - //fprintf($fouttemp,"%s -> %s;\n",$row_name,$col_name); - - } - } - - -} -fwrite($fout,"$endstring"); -fclose($fout); - -$file1="./data/".$keyval."run_initialstructure.sh"; -$initiallines=file_get_contents("./data/temp_shell_file_initial_structure"); -$all_lines="$initiallines"."$keyval\nfi\nexit"; -$fp = fopen($file1,"w"); -fwrite($fp, "$all_lines\n"); -fclose($fp); -//prepare and execute shell script for matlab with a write lock -//$cmd="./runmat.sh $keyval"; -//system($cmd); - -shell_exec('./run_octave '.$keyval); - -?> - - -- cgit 1.4.1