Fix makefile typo
@ -1,5 +1,5 @@
export CC = $(if $(shell which gcc-5),gcc-5,gcc)
export CXX = $(if $(shell which g++-5),g++-5,gcc)
export CXX = $(if $(shell which g++-5),g++-5,g++)
export MPICXX = mpicxx
export LDFLAGS= -pthread -lm
The note is not visible to the blocked user.