Skip to content

Commit

Permalink
Updating makefile.inc for Jacobs new laptop
Browse files Browse the repository at this point in the history
  • Loading branch information
Jacob Schroder committed Oct 10, 2018
1 parent 8e84ab4 commit b5011cf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion makefile.inc
Expand Up @@ -71,7 +71,7 @@ ifeq ($(findstring tux408,$(HOSTNAME)),tux408)
ifeq ($(lvalgrind),YES)
#only needed for openmpi: LFLAGS += /usr/lib64/valgrind/libmpiwrap-amd64-linux.so
endif
else ifeq ($(findstring kullat,$(HOSTNAME)),kullat)
else ifeq ($(findstring ASTechs,$(HOSTNAME)),ASTechs)
# for Jacob's laptop
CC = gcc
MPICC = mpicc
Expand Down

0 comments on commit b5011cf

Please sign in to comment.