Skip to content
GitLab
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
438b3e19
Commit
438b3e19
authored
Jun 08, 2020
by
Andreas Marek
Browse files
Add test for 50 50 16 with 9 Tasks
parent
17381fa5
Changes
3
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
View file @
438b3e19
This source diff could not be displayed because it is too large. You can
view the blob
instead.
ci_test_scripts/generate_gitlab_ci_tests.py
View file @
438b3e19
...
...
@@ -777,9 +777,9 @@ for cc, fc, m, o, p, a, b, g, instr, addr, na in product(
print
(
"# "
+
cc
+
"-"
+
fc
+
"-"
+
m
+
"-"
+
o
+
"-"
+
p
+
"-"
+
a
+
"-"
+
b
+
"-"
+
g
+
"-"
+
cov
+
"-"
+
instr
+
"-"
+
addr
)
print
(
cc
+
"-"
+
fc
+
"-"
+
m
+
"-"
+
o
+
"-"
+
p
+
"-"
+
a
+
"-"
+
b
+
"-"
+
g
+
"-"
+
cov
+
"-"
+
instr
+
"-"
+
addr
+
"-jobs:"
)
#
if (MasterOnly):
#
print(" only:")
#
print(" - /.*master.*/")
if
(
MasterOnly
):
print
(
" only:"
)
print
(
" - /.*master.*/"
)
if
(
instr
==
"power8"
):
print
(
" allow_failure: true"
)
print
(
" tags:"
)
...
...
test/Fortran/test.F90
View file @
438b3e19
...
...
@@ -195,7 +195,7 @@ program test
do_test_frank_eigenvalues
,
&
do_test_toeplitz_eigenvalues
,
do_test_cholesky
,
&
do_test_hermitian_multiply
logical
::
ignoreError
#ifdef WITH_OPENMP
TEST_INT_TYPE
::
max_threads
,
threads_caller
#endif
...
...
@@ -205,6 +205,8 @@ program test
character
(
len
=
MPI_MAX_ERROR_STRING
)
::
mpierr_string
#endif
ignoreError
=
.false.
call
read_input_parameters_traditional
(
na
,
nev
,
nblk
,
write_to_file
,
skip_check_correctness
)
call
setup_mpi
(
myid
,
nprocs
)
...
...
@@ -302,6 +304,15 @@ program test
np_cols
,
layout
,
my_blacs_ctxt
,
my_prow
,
&
my_pcol
)
#if defined(TEST_GENERALIZED_EIGENPROBLEM) && defined(TEST_ALL_LAYOUTS)
#ifdef WITH_MPI
call
mpi_finalize
(
mpierr
)
#endif
stop
77
#endif
call
set_up_blacs_descriptor
(
na
,
nblk
,
my_prow
,
my_pcol
,
&
np_rows
,
np_cols
,
&
na_rows
,
na_cols
,
sc_desc
,
my_blacs_ctxt
,
info
)
...
...
Write
Preview
Supports
Markdown
0%
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!
Cancel
Please
register
or
sign in
to comment