forked from moebiusband/NuSiF-Solver
		
	Add MPI option to icc make include
This commit is contained in:
		@@ -1,4 +1,10 @@
 | 
				
			|||||||
CC   = icc
 | 
					ifeq ($(ENABLE_MPI),true)
 | 
				
			||||||
 | 
					CC   = mpiicc
 | 
				
			||||||
 | 
					DEFINES  = -D_MPI
 | 
				
			||||||
 | 
					else
 | 
				
			||||||
 | 
					CC = icc
 | 
				
			||||||
 | 
					endif
 | 
				
			||||||
 | 
					
 | 
				
			||||||
GCC  = gcc
 | 
					GCC  = gcc
 | 
				
			||||||
LINKER = $(CC)
 | 
					LINKER = $(CC)
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user