Use the default mpi implementation
This commit is contained in:
		
							parent
							
								
									2ebae042a8
								
							
						
					
					
						commit
						b3c898f306
					
				@ -1,13 +1,13 @@
 | 
				
			|||||||
{
 | 
					{
 | 
				
			||||||
  stdenv
 | 
					  stdenv
 | 
				
			||||||
, cmake
 | 
					, cmake
 | 
				
			||||||
, openmpi
 | 
					, mpi
 | 
				
			||||||
}:
 | 
					}:
 | 
				
			||||||
 | 
					
 | 
				
			||||||
stdenv.mkDerivation rec {
 | 
					stdenv.mkDerivation rec {
 | 
				
			||||||
  name = "ovni";
 | 
					  name = "ovni";
 | 
				
			||||||
 | 
					
 | 
				
			||||||
  buildInputs = [ cmake openmpi ];
 | 
					  buildInputs = [ cmake mpi ];
 | 
				
			||||||
 | 
					
 | 
				
			||||||
  # Prevent accidental reutilization of previous builds, as we are taking the
 | 
					  # Prevent accidental reutilization of previous builds, as we are taking the
 | 
				
			||||||
  # current directory as-is
 | 
					  # current directory as-is
 | 
				
			||||||
 | 
				
			|||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user