Skip to content

Commit

Permalink
(codethorn) fixed domain checks for parallel eval
Browse files Browse the repository at this point in the history
* changed domain checks to use different output files for each check
  - this had the potential to cause conflicts when run in parallel
  - modified make clean to also remove new output files

CODETHORN-70
  • Loading branch information
mschordan committed Sep 6, 2022
1 parent e138d70 commit b3e599b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion projects/CodeThorn/src/Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -1005,7 +1005,7 @@ clean-local: clean-thorn4
rm -f *.cfg.dot # runParCfgTests
rm -f a.out
rm -rf ../docs/doxygen
rm -f *.imout
rm -f *.imout*
rm -f *.exe
rm -f *.imout.check
rm -Rf make_check_log_*
Expand Down

0 comments on commit b3e599b

Please sign in to comment.