Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
N
NP_TMcode
Manage
Activity
Members
Plan
Wiki
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Container registry
Analyze
Contributor analytics
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Giacomo Mulas
NP_TMcode
Commits
94bef41d
Commit
94bef41d
authored
1 year ago
by
Giovanni La Mura
Browse files
Options
Downloads
Patches
Plain Diff
Configure linking with LAPACKe64
parent
691bb6e6
Branches
Branches containing commit
Tags
Tags containing commit
No related merge requests found
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
src/include/lapack_calls.h
+1
-1
1 addition, 1 deletion
src/include/lapack_calls.h
src/make.inc
+2
-2
2 additions, 2 deletions
src/make.inc
with
3 additions
and
3 deletions
src/include/lapack_calls.h
+
1
−
1
View file @
94bef41d
...
...
@@ -13,7 +13,7 @@
* matrix with double precision elements.
*
* \param mat: Matrix of complex. The matrix to be inverted.
* \param n: `int` The number of rows and columns of the [n x n] matrix.
* \param n: `
lapack_
int` The number of rows and columns of the [n x n] matrix.
* \param jer: `int &` Reference to an integer return flag.
*/
void
zinvert
(
std
::
complex
<
double
>
**
mat
,
lapack_int
n
,
int
&
jer
);
...
...
This diff is collapsed.
Click to expand it.
src/make.inc
+
2
−
2
View file @
94bef41d
...
...
@@ -40,7 +40,7 @@ endif
# CXXFLAGS defines the default compilation options for the C++ compiler
ifndef
CXXFLAGS
override
CXXFLAGS
=-
O3
-
ggdb
-
pg
-
coverage
-
I
$
(
HDF5_INCLUDE
)
-
DLAPACK_ILP64
override
CXXFLAGS
=-
O3
-
ggdb
-
pg
-
coverage
-
DLAPACK_ILP64
-
I
$
(
HDF5_INCLUDE
)
#override CXXFLAGS=-O3 -I$(HDF5_INCLUDE)
endif
...
...
@@ -50,7 +50,7 @@ ifndef CXXLDFLAGS
ifndef
HDF5_LIB
override
HDF5_LIB
=/
usr
/
lib
/
x86_64
-
linux
-
gnu
/
hdf5
/
serial
endif
override
CXXLDFLAGS
=-
L
/
usr
/
lib64
-
L
$
(
HDF5_LIB
)
-
lhdf5
-
llapacke
$
(
LDFLAGS
)
override
CXXLDFLAGS
=-
L
/
usr
/
lib64
-
L
$
(
HDF5_LIB
)
-
lhdf5
-
llapacke
64
$
(
LDFLAGS
)
#else
#override CXXLDFLAGS=-L/usr/lib64 -L$(HDF5_LIB) -lhdf5 $(CXXLDFLAGS)
endif
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment