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
7ffc87c0
Commit
7ffc87c0
authored
May 27, 2020
by
Andreas Marek
Browse files
Release of ELPA 2020.05.001
parent
c7fad5f0
Changes
28
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
src/helpers/mod_simd_kernel.F90
View file @
7ffc87c0
...
...
@@ -16,7 +16,7 @@
!
!
! More information can be found here:
! http://elpa.
rzg
.mpg.de/
! http
s
://elpa.
mpcdf
.mpg.de/
!
! ELPA is free software: you can redistribute it and/or modify
! it under the terms of the version 3 of the license of the
...
...
test/shared/mod_tests_blas_interfaces.F90
View file @
7ffc87c0
...
...
@@ -16,7 +16,7 @@
!
!
! More information can be found here:
! http://elpa.
rzg
.mpg.de/
! http
s
://elpa.
mpcdf
.mpg.de/
!
! ELPA is free software: you can redistribute it and/or modify
! it under the terms of the version 3 of the license of the
...
...
test/shared/mod_tests_scalapack_interfaces.F90
View file @
7ffc87c0
...
...
@@ -16,7 +16,7 @@
!
!
! More information can be found here:
! http://elpa.
rzg
.mpg.de/
! http
s
://elpa.
mpcdf
.mpg.de/
!
! ELPA is free software: you can redistribute it and/or modify
! it under the terms of the version 3 of the license of the
...
...
test/shared/tests_variable_definitions.F90
View file @
7ffc87c0
...
...
@@ -16,7 +16,7 @@
!
!
! More information can be found here:
! http://elpa.
rzg
.mpg.de/
! http
s
://elpa.
mpcdf
.mpg.de/
!
! ELPA is free software: you can redistribute it and/or modify
! it under the terms of the version 3 of the license of the
...
...
test_project_1stage/configure.ac
View file @
7ffc87c0
AC_PREREQ([2.69])
AC_INIT([elpa_test_project],[2020.05.001
.rc2
], elpa-library@
rzg
.mpg.de)
elpaversion="2020.05.001
.rc2
"
AC_INIT([elpa_test_project],[2020.05.001], elpa-library@
mpcdf
.mpg.de)
elpaversion="2020.05.001"
AC_CONFIG_SRCDIR([src/test_real.F90])
AM_INIT_AUTOMAKE([foreign -Wall subdir-objects])
...
...
test_project_2stage/configure.ac
View file @
7ffc87c0
AC_PREREQ([2.69])
AC_INIT([elpa_test_project],[2020.05.001
.rc2
], elpa-library@
rzg
.mpg.de)
elpaversion="2020.05.001
.rc2
"
AC_INIT([elpa_test_project],[2020.05.001], elpa-library@
mpcdf
.mpg.de)
elpaversion="2020.05.001"
AC_CONFIG_SRCDIR([src/test_real2.F90])
AM_INIT_AUTOMAKE([foreign -Wall subdir-objects])
...
...
test_project_C/configure.ac
View file @
7ffc87c0
AC_PREREQ([2.69])
AC_INIT([elpa_test_project],[2020.05.001
.rc2
], elpa-library@
rzg
.mpg.de)
elpaversion="2020.05.001
.rc2
"
AC_INIT([elpa_test_project],[2020.05.001], elpa-library@
mpcdf
.mpg.de)
elpaversion="2020.05.001"
AC_CONFIG_SRCDIR([src/test_real.c])
AM_INIT_AUTOMAKE([foreign -Wall subdir-objects])
...
...
test_project_C_2stage/configure.ac
View file @
7ffc87c0
AC_PREREQ([2.69])
AC_INIT([elpa_test_project],[2020.05.001
.rc2
], elpa-library@
rzg
.mpg.de)
elpaversion="2020.05.001
.rc2
"
AC_INIT([elpa_test_project],[2020.05.001], elpa-library@
mpcdf
.mpg.de)
elpaversion="2020.05.001"
AC_CONFIG_SRCDIR([src/test_real2.c])
AM_INIT_AUTOMAKE([foreign -Wall subdir-objects])
...
...
Prev
1
2
Next
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