Skip to content

Commit

Permalink
wipwipwip
Browse files Browse the repository at this point in the history
  • Loading branch information
vicentebolea committed Oct 17, 2023
1 parent b87f6db commit d4417f7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion testing/contract/tau/test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ cd ${test_dir}

TAU=$(spack location -i tau)/bin/tau_exec

mpiexec -np 2 ${TAU} ${build_dir}/bin/adios2_basics_variablesShapes
mpiexec -np 2 ${TAU} ${install_dir}/bin/adios2-variables-shapes-cpp

[ ! -f profile.0.0.0 ] || [ ! -s profile.0.0.0 ] && { echo "Error: file profile.0.0.0 not found or empty"; exit 1; }
[ ! -f profile.1.0.0 ] || [ ! -s profile.1.0.0 ] && { echo "Error: file profile.1.0.0 not found or empty"; exit 1; }
Expand Down

0 comments on commit d4417f7

Please sign in to comment.