Skip to content
Extraits de code Groupes Projets
Valider f92bd94d rédigé par JordanHanotiaux's avatar JordanHanotiaux
Parcourir les fichiers

Update Makefile

parent f68781c1
Aucune requête de fusion associée trouvée
CXX = mpic++ CXX = mpic++
CXXFLAGS = -std=c++17 -Wall -Wextra -O0 -g CXXFLAGS = -std=c++17 -Wall -Wextra -O0 -g
TARGET = distributedtests TARGET = profile
OBJ = matrix.o distributedmatrix.o distributedtests.o mlp_sgd_distributed.o globals.o OBJ = matrix.o distributedmatrix.o profile.o mlp_sgd_distributed.o globals.o
HEADERS = abstractmatrix.hpp matrix.hpp distributedmatrix.hpp globals.hpp HEADERS = abstractmatrix.hpp matrix.hpp distributedmatrix.hpp globals.hpp
NVTX_INC = -I/usr/local/cuda/include NVTX_INC = -I/usr/local/cuda/include
NVTX_LIB = -L/usr/local/cuda/lib64 -lnvToolsExt NVTX_LIB = -L/usr/local/cuda/lib64 -lnvToolsExt
...@@ -20,8 +20,8 @@ matrix.o: matrix.cpp matrix.hpp abstractmatrix.hpp ...@@ -20,8 +20,8 @@ matrix.o: matrix.cpp matrix.hpp abstractmatrix.hpp
distributedmatrix.o: distributedmatrix.cpp distributedmatrix.hpp matrix.hpp abstractmatrix.hpp distributedmatrix.o: distributedmatrix.cpp distributedmatrix.hpp matrix.hpp abstractmatrix.hpp
$(CXX) $(CXXFLAGS) -c distributedmatrix.cpp $(CXX) $(CXXFLAGS) -c distributedmatrix.cpp
distributedtests.o: distributedtests.cpp distributedmatrix.hpp matrix.hpp abstractmatrix.hpp profile.o: profile.cpp distributedmatrix.hpp matrix.hpp abstractmatrix.hpp
$(CXX) $(CXXFLAGS) -c distributedtests.cpp $(CXX) $(CXXFLAGS) -c profile.cpp
mlp_sgd_distributed.o: mlp_sgd_distributed.cpp globals.hpp abstractmatrix.hpp matrix.hpp distributedmatrix.hpp mlp_sgd_distributed.o: mlp_sgd_distributed.cpp globals.hpp abstractmatrix.hpp matrix.hpp distributedmatrix.hpp
$(CXX) $(CXXFLAGS) -c mlp_sgd_distributed.cpp $(CXX) $(CXXFLAGS) -c mlp_sgd_distributed.cpp
......
0% Chargement en cours ou .
You are about to add 0 people to the discussion. Proceed with caution.
Terminez d'abord l'édition de ce message.
Veuillez vous inscrire ou vous pour commenter