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
elpa
elpa
Commits
26a4b3e7
Commit
26a4b3e7
authored
Jul 31, 2017
by
Andreas Marek
Browse files
Reactivate redirect of MPI tasks if needed
parent
18aa6e7b
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
test/Fortran/test.F90
View file @
26a4b3e7
...
...
@@ -112,6 +112,9 @@ program test
use
test_check_correctness
use
test_analytic
#ifdef HAVE_REDIRECT
use
test_redirect
#endif
implicit
none
! matrix dimensions
...
...
@@ -155,6 +158,12 @@ program test
call
read_input_parameters_traditional
(
na
,
nev
,
nblk
,
write_to_file
)
call
setup_mpi
(
myid
,
nprocs
)
#ifdef HAVE_REDIRECT
#ifdef WITH_MPI
call
MPI_BARRIER
(
MPI_COMM_WORLD
,
mpierr
)
#endif
call
redirect_stdout
(
myid
)
#endif
if
(
elpa_init
(
CURRENT_API_VERSION
)
/
=
ELPA_OK
)
then
print
*
,
"ELPA API version not supported"
...
...
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