[cluster] Some formatting cleanup

standarize whitespace a bit.
Also adds two TODOs for follow up work.

No functional change.
This commit is contained in:
Joost VandeVondele
2018-12-13 23:02:59 +01:00
committed by Stéphane Nicolet
parent 1cd2c7861a
commit 54a0a228f6
5 changed files with 49 additions and 24 deletions
+1 -5
View File
@@ -357,15 +357,11 @@ ifeq ($(OS), Android)
endif
### 3.10 MPI
ifeq ($(CXX),$(filter $(CXX),mpicxx mpic++ mpiCC mpicxx.mpich))
ifneq (,$(findstring mpi, $(CXX)))
mpi = yes
endif
ifeq ($(mpi),yes)
CXXFLAGS += -DUSE_MPI -Wno-cast-qual
endif
### ==========================================================================
### Section 4. Public targets
### ==========================================================================