mirror of
https://github.com/opelly27/Stockfish.git
synced 2026-05-20 10:57:43 +00:00
[cluster] Some formatting cleanup
standarize whitespace a bit. Also adds two TODOs for follow up work. No functional change.
This commit is contained in:
committed by
Stéphane Nicolet
parent
1cd2c7861a
commit
54a0a228f6
+1
-5
@@ -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
|
||||
### ==========================================================================
|
||||
|
||||
Reference in New Issue
Block a user