Skip to content

Commit

Permalink
remove openmp tests
Browse files Browse the repository at this point in the history
  • Loading branch information
cjknight committed Feb 25, 2025
1 parent 213b529 commit 3a53918
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 216 deletions.
4 changes: 2 additions & 2 deletions gpu/mini-apps/affinity/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -75,13 +75,13 @@ $(PM_OBJ): %.o: pm/%.cpp
# -- Remove *.o and *~ from the directory
clean:
rm -f *.o *~ ./$(EXE)
rm -f $(INSTALL)/$(EXE)
rm -f $(EXE)
rm -rf $(EXE).dSYM
#
# -- Remove *.o, *~, and executable from the directory
realclean:
rm -f *.o *~ ./$(EXE)
rm -f $(INSTALL)/$(EXE)
rm -f $(EXE)
rm -rf $(EXE).dSYM
rm -f *.optrpt
rm -r pm
Expand Down
4 changes: 2 additions & 2 deletions gpu/mini-apps/math/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -89,13 +89,13 @@ $(ML_OBJ): %.o: mathlib/%.cpp
# -- Remove *.o and *~ from the directory
clean:
rm -f *.o *~ ./$(EXE)
rm -f $(INSTALL)/$(EXE)
rm -f $(EXE)
rm -rf $(EXE).dSYM
#
# -- Remove *.o, *~, and executable from the directory
realclean:
rm -f *.o *~ ./$(EXE)
rm -f $(INSTALL)/$(EXE)
rm -f $(EXE)
rm -rf $(EXE).dSYM
rm -f *.optrpt
rm -r pm
Expand Down
80 changes: 0 additions & 80 deletions gpu/mini-apps/openmp/c++/Makefile

This file was deleted.

132 changes: 0 additions & 132 deletions gpu/mini-apps/openmp/c++/main.cpp

This file was deleted.

0 comments on commit 3a53918

Please sign in to comment.