Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Tony Delarue
guix-hpc
Commits
89043061
Commit
89043061
authored
Oct 23, 2019
by
MARAIT Gilles
Browse files
Fix: MaPHyS+paddle
parent
4951edef
Changes
2
Hide whitespace changes
Inline
Side-by-side
inria/hiepacs.scm
View file @
89043061
...
...
@@ -223,7 +223,7 @@ area (CPUs-GPUs, distributed nodes).")
(
commit
version
)
;; We need the submodule in 'cmake_modules/morse'.
(
recursive?
#t
)))
(
patches
(
search-patches
"inria/patches/
patch_maphys.diff
"
))
(
patches
(
search-patches
"inria/patches/
maphys-cmake-paddle.patch
"
))
(
file-name
(
string-append
name
"-"
version
"-checkout"
))
(
sha256
(
base32
...
...
@@ -251,9 +251,9 @@ area (CPUs-GPUs, distributed nodes).")
(
"scalapack"
,
scalapack
)
(
"openblas"
,
openblas
)
(
"lapack"
,
lapack
)
(
"scotch"
,
pt-scotch
32
)
(
"scotch"
,
pt-scotch
)
(
"mumps"
,
mumps-openmpi
)
(
"pastix"
,
pastix
32
)
(
"pastix"
,
pastix
)
;;("fabulous" ,fabulous)
(
"paddle"
,
paddle
)
(
"metis"
,
metis
)))
...
...
@@ -284,13 +284,14 @@ moderate number of blocks which ensures a reasonable convergence behavior.")
(
method
git-fetch
)
(
uri
(
git-reference
(
url
home-page
)
(
commit
version
)
;;(commit version)
(
commit
"c6d5e18c4662503b416052473adad8254e1a564e"
)
;; We need the submodule in 'cmake_modules/morse'.
(
recursive?
#t
)))
(
file-name
(
string-append
name
"-"
version
"-checkout"
))
(
sha256
(
base32
"
0r93vxl1yr2kppddqmp8qw0d4i5vww7vdrljpgv02z669x085mm6
"
))))
"
1gdyi4nf2hyrw0kfv2i4yfgdz5c4nxws2b72iks245ryx3z3akkj
"
))))
(
build-system
cmake-build-system
)
(
arguments
'
(
#
:configure-flags
'
(
"-DBUILD_SHARED_LIBS=ON"
...
...
@@ -306,7 +307,7 @@ moderate number of blocks which ensures a reasonable convergence behavior.")
(
setenv
"OMPI_MCA_rmaps_base_oversubscribe"
"1"
)
#t
)))))
(
inputs
`
((
"openmpi"
,
openmpi
)
(
"ssh"
,
openssh
)
(
"scotch"
,
pt-scotch
32
)))
(
"scotch"
,
pt-scotch
)))
(
native-inputs
`
((
"gforgran"
,
gfortran
)
(
"pkg-config"
,
pkg-config
)))
(
synopsis
"Parallel Algebraic Domain Decomposition for Linear systEms"
)
...
...
inria/patches/
patch_maphys.diff
→
inria/patches/
maphys-cmake-paddle.patch
View file @
89043061
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 194334c..
f6cd151
100644
index 194334c..
6d2f2de
100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -263,6 +263,7 @@
if (MORSE_DISTRIB_DIR OR EXISTS "${CMAKE_SOURCE_DIR}/cmake_modules/")
if (PASTIX_INCLUDE_DIRS)
include_directories( ${PASTIX_INCLUDE_DIRS} )
+ message(STATUS "PASTIX include directories found: ${PASTIX_
LIBRARY
_DIRS}")
+ message(STATUS "PASTIX include directories found: ${PASTIX_
INCLUDE
_DIRS}")
endif()
if (PASTIX_LIBRARY_DIRS)
list(REMOVE_DUPLICATES PASTIX_LIBRARY_DIRS)
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment