Skip to content

Commit

Permalink
[cmsdy] in tlau/lauX.sh add a printout about CUDACPP_RUNTIME_DISABLEFPE
Browse files Browse the repository at this point in the history
  • Loading branch information
valassi committed Aug 7, 2024
1 parent 86ff83e commit ac7f540
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions epochX/cudacpp/tlau/lauX.sh
Original file line number Diff line number Diff line change
Expand Up @@ -177,6 +177,7 @@ sed -i "s/.* = cudacpp_bldall/ True = cudacpp_bldall/" Cards/run_card.dat
###set -x # verbose
START=$(date +%s)
echo "START: $(date)" |& tee ${resultsdir}/${outfile}
if [ -v CUDACPP_RUNTIME_DISABLEFPE ]; then echo CUDACPP_RUNTIME_DISABLEFPE is set |& tee -a ${resultsdir}/${outfile}; else echo CUDACPP_RUNTIME_DISABLEFPE is not set |& tee -a ${resultsdir}/${outfile}; fi # temporary? (debug FPEs in CMS DY #942)
MG5AMC_CARD_PATH=$(pwd)/Cards time ./bin/generate_events -f |& tee -a ${resultsdir}/${outfile}
echo "END: $(date)" |& tee -a ${resultsdir}/${outfile}
END=$(date +%s)
Expand Down

0 comments on commit ac7f540

Please sign in to comment.