mirror of
https://gitlab.univ-nantes.fr/glicid-public/guix-glicid.git
synced 2025-04-30 14:18:38 +02:00
cleanup
This commit is contained in:
parent
58786ef88f
commit
530da4d204
1 changed files with 0 additions and 60 deletions
|
@ -142,23 +142,6 @@
|
|||
)
|
||||
)
|
||||
|
||||
;(define-public glicid-gromacs-openmpi
|
||||
; (package
|
||||
; (inherit gromacs)
|
||||
; (name "glicid-gromacs-openmpi")
|
||||
; (inputs `(("openmpi", openmpi)
|
||||
; ,@(package-inputs gromacs)))
|
||||
; (build-system cmake-build-system)
|
||||
; (arguments
|
||||
; `(#:configure-flags configure-flags)
|
||||
; (append configure-flags (list "-DGMX_MPI=on"
|
||||
; "-DCMAKE_C_COMPILER=mpicc"
|
||||
; "-DCMAKE_CXX_COMPILER=mpiicxx"
|
||||
; ))
|
||||
; )
|
||||
; )
|
||||
;)
|
||||
|
||||
|
||||
(define-public glicid-gromacs-openmpi
|
||||
(package
|
||||
|
@ -257,49 +240,6 @@
|
|||
)
|
||||
)
|
||||
|
||||
;(define-public glicid-specific-hdf5-parallel-openmpi
|
||||
; (package/inherit glicid-specific-hdf5 ;use the latest
|
||||
; (name "glicid-specific-hdf5-parallel-openmpi")
|
||||
; (inputs
|
||||
; `(("mpi" ,glicid-specific-openmpi)
|
||||
; ,@(package-inputs glicid-specific-hdf5)))
|
||||
; (arguments
|
||||
;
|
||||
;; `(
|
||||
;; #:tests? #f
|
||||
;
|
||||
; (
|
||||
; substitute-keyword-arguments (package-arguments glicid-specific-hdf5)
|
||||
; ((#:configure-flags flags)
|
||||
; ``("--enable-parallel" "--disable-tests"
|
||||
; ,@(delete "--enable-cxx"
|
||||
; (delete "--enable-threadsafe" ,flags))))
|
||||
; ((#:phases phases)
|
||||
; `(modify-phases ,phases
|
||||
; (add-after 'build 'mpi-setup
|
||||
; ,%openmpi-setup)
|
||||
; (add-before 'check 'patch-tests
|
||||
; (lambda _
|
||||
; ;; OpenMPI's mpirun will exit with non-zero status if it
|
||||
; ;; detects an "abnormal termination", i.e. any process not
|
||||
; ;; calling MPI_Finalize(). Since the test is explicitly
|
||||
; ;; avoiding MPI_Finalize so as not to have at_exit and thus
|
||||
; ;; H5C_flush_cache from being called, mpirun will always
|
||||
; ;; complain, so turn this test off.
|
||||
; (substitute* "testpar/Makefile"
|
||||
; (("(^TEST_PROG_PARA.*)t_pflush1(.*)" front back)
|
||||
; (string-append front back "\n")))
|
||||
; (substitute* "tools/test/h5diff/testph5diff.sh"
|
||||
; (("/bin/sh") (which "sh")))
|
||||
; #t))))
|
||||
;
|
||||
;))
|
||||
;
|
||||
;
|
||||
;
|
||||
; (synopsis "Management suite for data with parallel IO support")))
|
||||
;
|
||||
|
||||
|
||||
(define-public glicid-motif
|
||||
(package
|
||||
|
|
Loading…
Add table
Reference in a new issue