gnu: openmpi: Configure without builtin atomics.
See https://www.mail-archive.com/users@lists.open-mpi.org//msg31400.html * gnu/packages/mpi.scm (openmpi)[arguments]: Don't configure with --enable-builtin-atomics. Signed-off-by: Ludovic Courtès <ludovic.courtes@inria.fr>
This commit is contained in:
		
							parent
							
								
									fc2de6ce13
								
							
						
					
					
						commit
						b08952f1bb
					
				
					 1 changed files with 1 additions and 3 deletions
				
			
		|  | @ -132,9 +132,7 @@ bind processes, and much more.") | |||
|      `(("pkg-config" ,pkg-config) | ||||
|        ("perl" ,perl))) | ||||
|     (arguments | ||||
|      `(#:configure-flags `("--enable-builtin-atomics" | ||||
| 
 | ||||
|                            "--enable-mpi-ext=affinity" ;cr doesn't work | ||||
|      `(#:configure-flags `("--enable-mpi-ext=affinity" ;cr doesn't work | ||||
|                            "--enable-memchecker" | ||||
|                            "--with-sge" | ||||
| 
 | ||||
|  |  | |||
		Reference in a new issue