Skip to content
Snippets Groups Projects
Commit 793c9ccf authored by jourdain's avatar jourdain
Browse files

RAMSES: Minor add

parent 81131eaf
No related branches found
No related tags found
No related merge requests found
......@@ -43,7 +43,7 @@ else
echo "log file: $log_file" >> metric-large.log
echo "end = $end_t s (total simulation time)" >> metric-large.log
echo "perf = $perf s (total simulation time excluding initialization and i/o)" >> metric-large.log
echo "***********************************************************************************" >> metric-small.log
echo "***********************************************************************************" >> metric-large.log
else
echo "Metrics already written in metric-large.log"
fi
......@@ -62,4 +62,4 @@ python3 ../tools/isclose.py $exp_ref $exp_simu $abs_tol
# Copy log file
mkdir -p resluts-RAMSES-large
cp $bench_dir/testcase_large/$log_file $bench_dir/testcase_large/metric-large.log resluts-RAMSES-large/.
tail -n 4 resluts-RAMSES-large/metric-large.log
......@@ -43,7 +43,7 @@ else
echo "log file: $log_file" >> metric-medium.log
echo "end = $end_t s (total simulation time)" >> metric-medium.log
echo "perf = $perf s (total simulation time excluding initialization and i/o)" >> metric-medium.log
echo "***********************************************************************************" >> metric-small.log
echo "***********************************************************************************" >> metric-medium.log
else
echo "Metrics already written in metric-medium.log"
fi
......@@ -62,3 +62,4 @@ python3 ../tools/isclose.py $exp_ref $exp_simu $abs_tol
# Copy log file
mkdir -p resluts-RAMSES-medium
cp $bench_dir/testcase_medium/$log_file $bench_dir/testcase_medium/metric-medium.log resluts-RAMSES-medium/.
tail -n 4 resluts-RAMSES-medium/metric-medium.log
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment