Skip to content
Snippets Groups Projects
Unverified Commit b08952f1 authored by Dave Love's avatar Dave Love Committed by Ludovic Courtès
Browse files

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: default avatarLudovic Courtès <ludovic.courtes@inria.fr>
parent fc2de6ce
No related branches found
No related tags found
No related merge requests found
......@@ -132,9 +132,7 @@ (define-public openmpi
`(("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"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment