Skip to content
Snippets Groups Projects
Commit 3791fc80 authored by Christoph Alt's avatar Christoph Alt
Browse files

added the second benchmark

parent ad66dff2
No related branches found
No related tags found
1 merge request!7Add a new benchmark case
Pipeline #688472 waiting for manual action
......@@ -26,7 +26,7 @@ profile_file="ncuprofile_channelflow_${basename_exe}_${dev_name}"
# without profling
cmdChannelFlow="$MPIRUN $FULL_EXECUTABLE $FULL_ARGUMENT -NumericalSetup.useParticles=false"
echo "Runing $cmdChannelFlow"
export DB_FILE="gpu_benchmark_channel_flow_${dev_name}.sqlite3"
export DB_FILE="gpu_benchmark_percolation_${dev_name}.sqlite3"
$cmdChannelFlow || echo "$cmdChannelFlow failed"
# second test case percolation
......@@ -39,7 +39,7 @@ profile_file="ncuprofile_percolation_${basename_exe}_${dev_name}"
# $cmdPercolation && ncu -i "${profile_file}.ncu-rep" --csv --page=raw > "$(basename -s ".ncu-rep" ${profile_file})".csv || echo "${cmdPercolation} failed"
# without profling
# cmdPercolation="$MPIRUN $FULL_EXECUTABLE $FULL_ARGUMENT"
# echo "Runing $cmdPercolation"
# export DB_FILE="gpu_benchmark_percolation_${dev_name}.sqlite3"
# $cmdPercolation || echo "$cmdPercolation failed"
cmdPercolation="$MPIRUN $FULL_EXECUTABLE $FULL_ARGUMENT"
echo "Runing $cmdPercolation"
export DB_FILE="gpu_benchmark_percolation_${dev_name}.sqlite3"
$cmdPercolation || echo "$cmdPercolation failed"
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment