Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Electronic Structure Library
omm-bundle
Commits
c4108b29
Commit
c4108b29
authored
May 07, 2017
by
Fabiano Corsetti
Browse files
[pspBLAS] Porting Haizhao's changes in ELSI: Edit README.
parent
0014d125
Changes
2
Show whitespace changes
Inline
Side-by-side
README.md
View file @
c4108b29
...
...
@@ -42,6 +42,8 @@ To install the libraries manually:
*
`-DHAVE_SCALAPACK`
: enable ScaLAPACK routines (requires MPI)
*
`-DHAVE_PSPBLAS`
: enable pspBLAS routines (requires MPI, LAPACK and
ScaLAPACK)
*
`-DHAVE_MKL`
: link the sequential sparse BLAS routines in Intel MKL to
pspBLAS
*
`-DCONV`
: enable automatic conversion of scalar types (real/complex) to
agree with matrix definitions (real/complex). Needed for libOMM.
*
`-DNORAND`
: fixed seed for the random number generator. Enable for testing
...
...
pspBLAS/test/compareSpBLAS.F90
View file @
c4108b29
...
...
@@ -18,9 +18,8 @@ program pzgemmScaling
implicit
none
#ifdef
HAVE_MPI
#if
def
ined(
HAVE_MPI
) && defined(HAVE_MKL)
include
'mpif.h'
#endif
!**** PARAMS **********************************!
...
...
@@ -242,5 +241,8 @@ program pzgemmScaling
call
psp_deallocate_spm
(
Hsp
)
call
psp_deallocate_spm
(
Ssp
)
call
psp_deallocate_spm
(
Dsp
)
#else
print
*
,
'To run this test, compile with MKL.'
#endif
end
program
pzgemmScaling
Write
Preview
Supports
Markdown
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