Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/UpdateBuildInstructions' into OD…
Browse files Browse the repository at this point in the history
…ESolve
  • Loading branch information
jennloe committed Apr 21, 2022
2 parents f5f4f15 + 3e5f4e4 commit fe02bcf
Showing 1 changed file with 8 additions and 3 deletions.
11 changes: 8 additions & 3 deletions scripts/cm_test_all_sandia
Original file line number Diff line number Diff line change
Expand Up @@ -1456,10 +1456,15 @@ wait_summarize_and_exit() {
if [ $TEST_SPACK = "False" ]; then
echo "#######################################################"
echo " # Reproducer instructions:"
cat $faildir/reload_modules.sh
cat $faildir/call_generate_makefile_genericpath.sh
echo " 1. \\$(cat $faildir/reload_modules.sh)
echo “ 2. Then run the following bash script:"
echo \"$(cat $faildir/call_generate_makefile_genericpath.sh)\"
echo " where KOKKOSKERNELS_PATH is the top-level KokkosKernels
echo " code directory. This will generate a makefile.
echo ""
echo " # To reload modules, reconfigure, rebuild, and retest directly from this failing build do the following:"
echo " # If (and only if) you have webcars Jenkins job creation access:
echo " ## To reload modules, reconfigure, rebuild, and retest
echo " ## directly from this failing build, do the following:
echo " # Move to the build directory"
echo " cd $faildir"
echo " # To reload modules"
Expand Down

0 comments on commit fe02bcf

Please sign in to comment.