Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
elpa
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
11
Issues
11
List
Boards
Labels
Service Desk
Milestones
Merge Requests
0
Merge Requests
0
Operations
Operations
Incidents
Environments
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
elpa
elpa
Commits
508eac5a
Commit
508eac5a
authored
Aug 05, 2016
by
Andreas Marek
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Typo in ELPA header comments
parent
f6e5070a
Changes
45
Hide whitespace changes
Inline
Side-by-side
Showing
45 changed files
with
46 additions
and
46 deletions
+46
-46
README.md
README.md
+1
-1
src/aligned_mem.F90
src/aligned_mem.F90
+1
-1
src/elpa1.F90
src/elpa1.F90
+2
-2
src/elpa1_auxiliary.F90
src/elpa1_auxiliary.F90
+1
-1
src/elpa1_compute_private.F90
src/elpa1_compute_private.F90
+1
-1
src/elpa2.F90
src/elpa2.F90
+1
-1
src/elpa2_compute.F90
src/elpa2_compute.F90
+1
-1
src/elpa2_kernels/elpa2_kernels_asm_x86_64.s
src/elpa2_kernels/elpa2_kernels_asm_x86_64.s
+1
-1
src/elpa2_kernels/elpa2_kernels_complex.F90
src/elpa2_kernels/elpa2_kernels_complex.F90
+1
-1
src/elpa2_kernels/elpa2_kernels_complex_avx-avx2_1hv.c
src/elpa2_kernels/elpa2_kernels_complex_avx-avx2_1hv.c
+1
-1
src/elpa2_kernels/elpa2_kernels_complex_avx-avx2_2hv.c
src/elpa2_kernels/elpa2_kernels_complex_avx-avx2_2hv.c
+1
-1
src/elpa2_kernels/elpa2_kernels_complex_simple.F90
src/elpa2_kernels/elpa2_kernels_complex_simple.F90
+1
-1
src/elpa2_kernels/elpa2_kernels_complex_sse_1hv.c
src/elpa2_kernels/elpa2_kernels_complex_sse_1hv.c
+1
-1
src/elpa2_kernels/elpa2_kernels_complex_sse_2hv.c
src/elpa2_kernels/elpa2_kernels_complex_sse_2hv.c
+1
-1
src/elpa2_kernels/elpa2_kernels_real.F90
src/elpa2_kernels/elpa2_kernels_real.F90
+1
-1
src/elpa2_kernels/elpa2_kernels_real_avx-avx2_2hv.c
src/elpa2_kernels/elpa2_kernels_real_avx-avx2_2hv.c
+1
-1
src/elpa2_kernels/elpa2_kernels_real_avx-avx2_4hv.c
src/elpa2_kernels/elpa2_kernels_real_avx-avx2_4hv.c
+1
-1
src/elpa2_kernels/elpa2_kernels_real_avx-avx2_6hv.c
src/elpa2_kernels/elpa2_kernels_real_avx-avx2_6hv.c
+1
-1
src/elpa2_kernels/elpa2_kernels_real_bgp.f90
src/elpa2_kernels/elpa2_kernels_real_bgp.f90
+1
-1
src/elpa2_kernels/elpa2_kernels_real_bgq.f90
src/elpa2_kernels/elpa2_kernels_real_bgq.f90
+1
-1
src/elpa2_kernels/elpa2_kernels_real_simple.F90
src/elpa2_kernels/elpa2_kernels_real_simple.F90
+1
-1
src/elpa2_kernels/elpa2_kernels_real_sse_2hv.c
src/elpa2_kernels/elpa2_kernels_real_sse_2hv.c
+1
-1
src/elpa2_kernels/elpa2_kernels_real_sse_4hv.c
src/elpa2_kernels/elpa2_kernels_real_sse_4hv.c
+1
-1
src/elpa2_kernels/elpa2_kernels_real_sse_6hv.c
src/elpa2_kernels/elpa2_kernels_real_sse_6hv.c
+1
-1
src/elpa2_print_kernels.F90
src/elpa2_print_kernels.F90
+1
-1
src/elpa2_utilities.F90
src/elpa2_utilities.F90
+1
-1
src/elpa_c_interface.F90
src/elpa_c_interface.F90
+1
-1
src/elpa_qr/elpa_pdgeqrf.F90
src/elpa_qr/elpa_pdgeqrf.F90
+1
-1
src/elpa_qr/elpa_pdlarfb.F90
src/elpa_qr/elpa_pdlarfb.F90
+1
-1
src/elpa_qr/elpa_qrkernels.f90
src/elpa_qr/elpa_qrkernels.f90
+1
-1
src/elpa_qr/qr_utils.F90
src/elpa_qr/qr_utils.F90
+1
-1
src/elpa_reduce_add_vectors.X90
src/elpa_reduce_add_vectors.X90
+1
-1
src/elpa_transpose_vectors.X90
src/elpa_transpose_vectors.X90
+1
-1
src/elpa_utilities.F90
src/elpa_utilities.F90
+1
-1
src/mod_compute_hh_trafo_complex.F90
src/mod_compute_hh_trafo_complex.F90
+1
-1
src/mod_compute_hh_trafo_real.F90
src/mod_compute_hh_trafo_real.F90
+1
-1
src/mod_mpi.F90
src/mod_mpi.F90
+1
-1
src/mod_mpi_stubs.F90
src/mod_mpi_stubs.F90
+1
-1
src/mod_pack_unpack_complex.F90
src/mod_pack_unpack_complex.F90
+1
-1
src/mod_pack_unpack_real.F90
src/mod_pack_unpack_real.F90
+1
-1
src/mod_precision.f90
src/mod_precision.f90
+1
-1
src/mod_time_c.F90
src/mod_time_c.F90
+1
-1
src/redist_band.X90
src/redist_band.X90
+1
-1
test/Fortran/elpa_print_headers.X90
test/Fortran/elpa_print_headers.X90
+1
-1
test/Fortran/test_complex.F90
test/Fortran/test_complex.F90
+1
-1
No files found.
README.md
View file @
508eac5a
...
...
@@ -30,7 +30,7 @@ consisting of the following organizations:
-
Technische Universität München, Lehrstuhl für Informatik mit
Schwerpunkt Wissenschaftliches Rechnen ,
-
Fritz-Haber-Institut, Berlin, Abt. Theorie,
-
Max-Plack-Institut für Mathematik in den Naturwissenschaft
r
n,
-
Max-Plack-Institut für Mathematik in den Naturwissenschaft
e
n,
Leipzig, Abt. Komplexe Strukutren in Biologie und Kognition,
and
-
IBM Deutschland GmbH
...
...
src/aligned_mem.F90
View file @
508eac5a
...
...
@@ -10,7 +10,7 @@
! - Technische Universität München, Lehrstuhl für Informatik mit
! Schwerpunkt Wissenschaftliches Rechnen ,
! - Fritz-Haber-Institut, Berlin, Abt. Theorie,
! - Max-Plack-Institut für Mathematik in den Naturwissenschaft
r
n,
! - Max-Plack-Institut für Mathematik in den Naturwissenschaft
e
n,
! Leipzig, Abt. Komplexe Strukutren in Biologie und Kognition,
! and
! - IBM Deutschland GmbH
...
...
src/elpa1.F90
View file @
508eac5a
...
...
@@ -9,7 +9,7 @@
! - Technische Universität München, Lehrstuhl für Informatik mit
! Schwerpunkt Wissenschaftliches Rechnen ,
! - Fritz-Haber-Institut, Berlin, Abt. Theorie,
! - Max-Plack-Institut für Mathematik in den Naturwissenschaft
r
n,
! - Max-Plack-Institut für Mathematik in den Naturwissenschaft
e
n,
! Leipzig, Abt. Komplexe Strukutren in Biologie und Kognition,
! and
! - IBM Deutschland GmbH
...
...
@@ -65,7 +65,7 @@
!> - Technische Universität München, Lehrstuhl für Informatik mit
!> Schwerpunkt Wissenschaftliches Rechnen ,
!> - Fritz-Haber-Institut, Berlin, Abt. Theorie,
!> - Max-Plack-Institut für Mathematik in den Naturwissenschaft
r
n,
!> - Max-Plack-Institut für Mathematik in den Naturwissenschaft
e
n,
!> Leipzig, Abt. Komplexe Strukutren in Biologie und Kognition,
!> and
!> - IBM Deutschland GmbH
...
...
src/elpa1_auxiliary.F90
View file @
508eac5a
...
...
@@ -10,7 +10,7 @@
! - Technische Universität München, Lehrstuhl für Informatik mit
! Schwerpunkt Wissenschaftliches Rechnen ,
! - Fritz-Haber-Institut, Berlin, Abt. Theorie,
! - Max-Plack-Institut für Mathematik in den Naturwissenschaft
r
n,
! - Max-Plack-Institut für Mathematik in den Naturwissenschaft
e
n,
! Leipzig, Abt. Komplexe Strukutren in Biologie und Kognition,
! and
! - IBM Deutschland GmbH
...
...
src/elpa1_compute_private.F90
View file @
508eac5a
...
...
@@ -10,7 +10,7 @@
! - Technische Universität München, Lehrstuhl für Informatik mit
! Schwerpunkt Wissenschaftliches Rechnen ,
! - Fritz-Haber-Institut, Berlin, Abt. Theorie,
! - Max-Plack-Institut für Mathematik in den Naturwissenschaft
r
n,
! - Max-Plack-Institut für Mathematik in den Naturwissenschaft
e
n,
! Leipzig, Abt. Komplexe Strukutren in Biologie und Kognition,
! and
! - IBM Deutschland GmbH
...
...
src/elpa2.F90
View file @
508eac5a
...
...
@@ -10,7 +10,7 @@
! - Technische Universität München, Lehrstuhl für Informatik mit
! Schwerpunkt Wissenschaftliches Rechnen ,
! - Fritz-Haber-Institut, Berlin, Abt. Theorie,
! - Max-Plack-Institut für Mathematik in den Naturwissenschaft
r
n,
! - Max-Plack-Institut für Mathematik in den Naturwissenschaft
e
n,
! Leipzig, Abt. Komplexe Strukutren in Biologie und Kognition,
! and
! - IBM Deutschland GmbH
...
...
src/elpa2_compute.F90
View file @
508eac5a
...
...
@@ -10,7 +10,7 @@
! - Technische Universität München, Lehrstuhl für Informatik mit
! Schwerpunkt Wissenschaftliches Rechnen ,
! - Fritz-Haber-Institut, Berlin, Abt. Theorie,
! - Max-Plack-Institut für Mathematik in den Naturwissenschaft
r
n,
! - Max-Plack-Institut für Mathematik in den Naturwissenschaft
e
n,
! Leipzig, Abt. Komplexe Strukutren in Biologie und Kognition,
! and
! - IBM Deutschland GmbH
...
...
src/elpa2_kernels/elpa2_kernels_asm_x86_64.s
View file @
508eac5a
...
...
@@ -10,7 +10,7 @@
#
-
Technische
Universit
ä
t
M
ü
nchen
,
Lehrstuhl
f
ü
r
Informatik
mit
#
Schwerpunkt
Wissenschaftliches
Rechnen
,
#
-
Fritz
-
Haber
-
Institut
,
Berlin
,
Abt
.
Theorie
,
#
-
Max
-
Plack
-
Institut
f
ü
r
Mathematik
in
den
Naturwissenschaft
r
n
,
#
-
Max
-
Plack
-
Institut
f
ü
r
Mathematik
in
den
Naturwissenschaft
e
n
,
#
Leipzig
,
Abt
.
Komplexe
Strukutren
in
Biologie
und
Kognition
,
#
and
#
-
IBM
Deutschland
GmbH
...
...
src/elpa2_kernels/elpa2_kernels_complex.F90
View file @
508eac5a
...
...
@@ -10,7 +10,7 @@
! - Technische Universität München, Lehrstuhl für Informatik mit
! Schwerpunkt Wissenschaftliches Rechnen ,
! - Fritz-Haber-Institut, Berlin, Abt. Theorie,
! - Max-Plack-Institut für Mathematik in den Naturwissenschaft
r
n,
! - Max-Plack-Institut für Mathematik in den Naturwissenschaft
e
n,
! Leipzig, Abt. Komplexe Strukutren in Biologie und Kognition,
! and
! - IBM Deutschland GmbH
...
...
src/elpa2_kernels/elpa2_kernels_complex_avx-avx2_1hv.c
View file @
508eac5a
...
...
@@ -10,7 +10,7 @@
// - Technische Universität München, Lehrstuhl für Informatik mit
// Schwerpunkt Wissenschaftliches Rechnen ,
// - Fritz-Haber-Institut, Berlin, Abt. Theorie,
// - Max-Plack-Institut für Mathematik in den Naturwissenschaft
r
n,
// - Max-Plack-Institut für Mathematik in den Naturwissenschaft
e
n,
// Leipzig, Abt. Komplexe Strukutren in Biologie und Kognition,
// and
// - IBM Deutschland GmbH
...
...
src/elpa2_kernels/elpa2_kernels_complex_avx-avx2_2hv.c
View file @
508eac5a
...
...
@@ -10,7 +10,7 @@
// - Technische Universität München, Lehrstuhl für Informatik mit
// Schwerpunkt Wissenschaftliches Rechnen ,
// - Fritz-Haber-Institut, Berlin, Abt. Theorie,
// - Max-Plack-Institut für Mathematik in den Naturwissenschaft
r
n,
// - Max-Plack-Institut für Mathematik in den Naturwissenschaft
e
n,
// Leipzig, Abt. Komplexe Strukutren in Biologie und Kognition,
// and
// - IBM Deutschland GmbH
...
...
src/elpa2_kernels/elpa2_kernels_complex_simple.F90
View file @
508eac5a
...
...
@@ -10,7 +10,7 @@
! - Technische Universität München, Lehrstuhl für Informatik mit
! Schwerpunkt Wissenschaftliches Rechnen ,
! - Fritz-Haber-Institut, Berlin, Abt. Theorie,
! - Max-Plack-Institut für Mathematik in den Naturwissenschaft
r
n,
! - Max-Plack-Institut für Mathematik in den Naturwissenschaft
e
n,
! Leipzig, Abt. Komplexe Strukutren in Biologie und Kognition,
! and
! - IBM Deutschland GmbH
...
...
src/elpa2_kernels/elpa2_kernels_complex_sse_1hv.c
View file @
508eac5a
...
...
@@ -10,7 +10,7 @@
// - Technische Universität München, Lehrstuhl für Informatik mit
// Schwerpunkt Wissenschaftliches Rechnen ,
// - Fritz-Haber-Institut, Berlin, Abt. Theorie,
// - Max-Plack-Institut für Mathematik in den Naturwissenschaft
r
n,
// - Max-Plack-Institut für Mathematik in den Naturwissenschaft
e
n,
// Leipzig, Abt. Komplexe Strukutren in Biologie und Kognition,
// and
// - IBM Deutschland GmbH
...
...
src/elpa2_kernels/elpa2_kernels_complex_sse_2hv.c
View file @
508eac5a
...
...
@@ -10,7 +10,7 @@
// - Technische Universität München, Lehrstuhl für Informatik mit
// Schwerpunkt Wissenschaftliches Rechnen ,
// - Fritz-Haber-Institut, Berlin, Abt. Theorie,
// - Max-Plack-Institut für Mathematik in den Naturwissenschaft
r
n,
// - Max-Plack-Institut für Mathematik in den Naturwissenschaft
e
n,
// Leipzig, Abt. Komplexe Strukutren in Biologie und Kognition,
// and
// - IBM Deutschland GmbH
...
...
src/elpa2_kernels/elpa2_kernels_real.F90
View file @
508eac5a
...
...
@@ -10,7 +10,7 @@
! - Technische Universität München, Lehrstuhl für Informatik mit
! Schwerpunkt Wissenschaftliches Rechnen ,
! - Fritz-Haber-Institut, Berlin, Abt. Theorie,
! - Max-Plack-Institut für Mathematik in den Naturwissenschaft
r
n,
! - Max-Plack-Institut für Mathematik in den Naturwissenschaft
e
n,
! Leipzig, Abt. Komplexe Strukutren in Biologie und Kognition,
! and
! - IBM Deutschland GmbH
...
...
src/elpa2_kernels/elpa2_kernels_real_avx-avx2_2hv.c
View file @
508eac5a
...
...
@@ -10,7 +10,7 @@
// - Technische Universität München, Lehrstuhl für Informatik mit
// Schwerpunkt Wissenschaftliches Rechnen ,
// - Fritz-Haber-Institut, Berlin, Abt. Theorie,
// - Max-Plack-Institut für Mathematik in den Naturwissenschaft
r
n,
// - Max-Plack-Institut für Mathematik in den Naturwissenschaft
e
n,
// Leipzig, Abt. Komplexe Strukutren in Biologie und Kognition,
// and
// - IBM Deutschland GmbH
...
...
src/elpa2_kernels/elpa2_kernels_real_avx-avx2_4hv.c
View file @
508eac5a
...
...
@@ -10,7 +10,7 @@
// - Technische Universität München, Lehrstuhl für Informatik mit
// Schwerpunkt Wissenschaftliches Rechnen ,
// - Fritz-Haber-Institut, Berlin, Abt. Theorie,
// - Max-Plack-Institut für Mathematik in den Naturwissenschaft
r
n,
// - Max-Plack-Institut für Mathematik in den Naturwissenschaft
e
n,
// Leipzig, Abt. Komplexe Strukutren in Biologie und Kognition,
// and
// - IBM Deutschland GmbH
...
...
src/elpa2_kernels/elpa2_kernels_real_avx-avx2_6hv.c
View file @
508eac5a
...
...
@@ -10,7 +10,7 @@
// - Technische Universität München, Lehrstuhl für Informatik mit
// Schwerpunkt Wissenschaftliches Rechnen ,
// - Fritz-Haber-Institut, Berlin, Abt. Theorie,
// - Max-Plack-Institut für Mathematik in den Naturwissenschaft
r
n,
// - Max-Plack-Institut für Mathematik in den Naturwissenschaft
e
n,
// Leipzig, Abt. Komplexe Strukutren in Biologie und Kognition,
// and
// - IBM Deutschland GmbH
...
...
src/elpa2_kernels/elpa2_kernels_real_bgp.f90
View file @
508eac5a
...
...
@@ -10,7 +10,7 @@
! - Technische Universität München, Lehrstuhl für Informatik mit
! Schwerpunkt Wissenschaftliches Rechnen ,
! - Fritz-Haber-Institut, Berlin, Abt. Theorie,
! - Max-Plack-Institut für Mathematik in den Naturwissenschaft
r
n,
! - Max-Plack-Institut für Mathematik in den Naturwissenschaft
e
n,
! Leipzig, Abt. Komplexe Strukutren in Biologie und Kognition,
! and
! - IBM Deutschland GmbH
...
...
src/elpa2_kernels/elpa2_kernels_real_bgq.f90
View file @
508eac5a
...
...
@@ -10,7 +10,7 @@
! - Technische Universität München, Lehrstuhl für Informatik mit
! Schwerpunkt Wissenschaftliches Rechnen ,
! - Fritz-Haber-Institut, Berlin, Abt. Theorie,
! - Max-Plack-Institut für Mathematik in den Naturwissenschaft
r
n,
! - Max-Plack-Institut für Mathematik in den Naturwissenschaft
e
n,
! Leipzig, Abt. Komplexe Strukutren in Biologie und Kognition,
! and
! - IBM Deutschland GmbH
...
...
src/elpa2_kernels/elpa2_kernels_real_simple.F90
View file @
508eac5a
...
...
@@ -10,7 +10,7 @@
! - Technische Universität München, Lehrstuhl für Informatik mit
! Schwerpunkt Wissenschaftliches Rechnen ,
! - Fritz-Haber-Institut, Berlin, Abt. Theorie,
! - Max-Plack-Institut für Mathematik in den Naturwissenschaft
r
n,
! - Max-Plack-Institut für Mathematik in den Naturwissenschaft
e
n,
! Leipzig, Abt. Komplexe Strukutren in Biologie und Kognition,
! and
! - IBM Deutschland GmbH
...
...
src/elpa2_kernels/elpa2_kernels_real_sse_2hv.c
View file @
508eac5a
...
...
@@ -10,7 +10,7 @@
// - Technische Universität München, Lehrstuhl für Informatik mit
// Schwerpunkt Wissenschaftliches Rechnen ,
// - Fritz-Haber-Institut, Berlin, Abt. Theorie,
// - Max-Plack-Institut für Mathematik in den Naturwissenschaft
r
n,
// - Max-Plack-Institut für Mathematik in den Naturwissenschaft
e
n,
// Leipzig, Abt. Komplexe Strukutren in Biologie und Kognition,
// and
// - IBM Deutschland GmbH
...
...
src/elpa2_kernels/elpa2_kernels_real_sse_4hv.c
View file @
508eac5a
...
...
@@ -10,7 +10,7 @@
// - Technische Universität München, Lehrstuhl für Informatik mit
// Schwerpunkt Wissenschaftliches Rechnen ,
// - Fritz-Haber-Institut, Berlin, Abt. Theorie,
// - Max-Plack-Institut für Mathematik in den Naturwissenschaft
r
n,
// - Max-Plack-Institut für Mathematik in den Naturwissenschaft
e
n,
// Leipzig, Abt. Komplexe Strukutren in Biologie und Kognition,
// and
// - IBM Deutschland GmbH
...
...
src/elpa2_kernels/elpa2_kernels_real_sse_6hv.c
View file @
508eac5a
...
...
@@ -10,7 +10,7 @@
// - Technische Universität München, Lehrstuhl für Informatik mit
// Schwerpunkt Wissenschaftliches Rechnen ,
// - Fritz-Haber-Institut, Berlin, Abt. Theorie,
// - Max-Plack-Institut für Mathematik in den Naturwissenschaft
r
n,
// - Max-Plack-Institut für Mathematik in den Naturwissenschaft
e
n,
// Leipzig, Abt. Komplexe Strukutren in Biologie und Kognition,
// and
// - IBM Deutschland GmbH
...
...
src/elpa2_print_kernels.F90
View file @
508eac5a
...
...
@@ -10,7 +10,7 @@
! - Technische Universität München, Lehrstuhl für Informatik mit
! Schwerpunkt Wissenschaftliches Rechnen ,
! - Fritz-Haber-Institut, Berlin, Abt. Theorie,
! - Max-Plack-Institut für Mathematik in den Naturwissenschaft
r
n,
! - Max-Plack-Institut für Mathematik in den Naturwissenschaft
e
n,
! Leipzig, Abt. Komplexe Strukutren in Biologie und Kognition,
! and
! - IBM Deutschland GmbH
...
...
src/elpa2_utilities.F90
View file @
508eac5a
...
...
@@ -10,7 +10,7 @@
! - Technische Universität München, Lehrstuhl für Informatik mit
! Schwerpunkt Wissenschaftliches Rechnen ,
! - Fritz-Haber-Institut, Berlin, Abt. Theorie,
! - Max-Plack-Institut für Mathematik in den Naturwissenschaft
r
n,
! - Max-Plack-Institut für Mathematik in den Naturwissenschaft
e
n,
! Leipzig, Abt. Komplexe Strukutren in Biologie und Kognition,
! and
! - IBM Deutschland GmbH
...
...
src/elpa_c_interface.F90
View file @
508eac5a
...
...
@@ -10,7 +10,7 @@
! - Technische Universität München, Lehrstuhl für Informatik mit
! Schwerpunkt Wissenschaftliches Rechnen ,
! - Fritz-Haber-Institut, Berlin, Abt. Theorie,
! - Max-Plack-Institut für Mathematik in den Naturwissenschaft
r
n,
! - Max-Plack-Institut für Mathematik in den Naturwissenschaft
e
n,
! Leipzig, Abt. Komplexe Strukutren in Biologie und Kognition,
! and
! - IBM Deutschland GmbH
...
...
src/elpa_qr/elpa_pdgeqrf.F90
View file @
508eac5a
...
...
@@ -10,7 +10,7 @@
! - Technische Universität München, Lehrstuhl für Informatik mit
! Schwerpunkt Wissenschaftliches Rechnen ,
! - Fritz-Haber-Institut, Berlin, Abt. Theorie,
! - Max-Plack-Institut für Mathematik in den Naturwissenschaft
r
n,
! - Max-Plack-Institut für Mathematik in den Naturwissenschaft
e
n,
! Leipzig, Abt. Komplexe Strukutren in Biologie und Kognition,
! and
! - IBM Deutschland GmbH
...
...
src/elpa_qr/elpa_pdlarfb.F90
View file @
508eac5a
...
...
@@ -10,7 +10,7 @@
! - Technische Universität München, Lehrstuhl für Informatik mit
! Schwerpunkt Wissenschaftliches Rechnen ,
! - Fritz-Haber-Institut, Berlin, Abt. Theorie,
! - Max-Plack-Institut für Mathematik in den Naturwissenschaft
r
n,
! - Max-Plack-Institut für Mathematik in den Naturwissenschaft
e
n,
! Leipzig, Abt. Komplexe Strukutren in Biologie und Kognition,
! and
! - IBM Deutschland GmbH
...
...
src/elpa_qr/elpa_qrkernels.f90
View file @
508eac5a
...
...
@@ -10,7 +10,7 @@
! - Technische Universität München, Lehrstuhl für Informatik mit
! Schwerpunkt Wissenschaftliches Rechnen ,
! - Fritz-Haber-Institut, Berlin, Abt. Theorie,
! - Max-Plack-Institut für Mathematik in den Naturwissenschaft
r
n,
! - Max-Plack-Institut für Mathematik in den Naturwissenschaft
e
n,
! Leipzig, Abt. Komplexe Strukutren in Biologie und Kognition,
! and
! - IBM Deutschland GmbH
...
...
src/elpa_qr/qr_utils.F90
View file @
508eac5a
...
...
@@ -10,7 +10,7 @@
! - Technische Universität München, Lehrstuhl für Informatik mit
! Schwerpunkt Wissenschaftliches Rechnen ,
! - Fritz-Haber-Institut, Berlin, Abt. Theorie,
! - Max-Plack-Institut für Mathematik in den Naturwissenschaft
r
n,
! - Max-Plack-Institut für Mathematik in den Naturwissenschaft
e
n,
! Leipzig, Abt. Komplexe Strukutren in Biologie und Kognition,
! and
! - IBM Deutschland GmbH
...
...
src/elpa_reduce_add_vectors.X90
View file @
508eac5a
...
...
@@ -11,7 +11,7 @@
! - Technische Universität München, Lehrstuhl für Informatik mit
! Schwerpunkt Wissenschaftliches Rechnen ,
! - Fritz-Haber-Institut, Berlin, Abt. Theorie,
! - Max-Plack-Institut für Mathematik in den Naturwissenschaft
r
n,
! - Max-Plack-Institut für Mathematik in den Naturwissenschaft
e
n,
! Leipzig, Abt. Komplexe Strukutren in Biologie und Kognition,
! and
! - IBM Deutschland GmbH
...
...
src/elpa_transpose_vectors.X90
View file @
508eac5a
...
...
@@ -11,7 +11,7 @@
! - Technische Universität München, Lehrstuhl für Informatik mit
! Schwerpunkt Wissenschaftliches Rechnen ,
! - Fritz-Haber-Institut, Berlin, Abt. Theorie,
! - Max-Plack-Institut für Mathematik in den Naturwissenschaft
r
n,
! - Max-Plack-Institut für Mathematik in den Naturwissenschaft
e
n,
! Leipzig, Abt. Komplexe Strukutren in Biologie und Kognition,
! and
! - IBM Deutschland GmbH
...
...
src/elpa_utilities.F90
View file @
508eac5a
...
...
@@ -10,7 +10,7 @@
! - Technische Universität München, Lehrstuhl für Informatik mit
! Schwerpunkt Wissenschaftliches Rechnen ,
! - Fritz-Haber-Institut, Berlin, Abt. Theorie,
! - Max-Plack-Institut für Mathematik in den Naturwissenschaft
r
n,
! - Max-Plack-Institut für Mathematik in den Naturwissenschaft
e
n,
! Leipzig, Abt. Komplexe Strukutren in Biologie und Kognition,
! and
! - IBM Deutschland GmbH
...
...
src/mod_compute_hh_trafo_complex.F90
View file @
508eac5a
...
...
@@ -10,7 +10,7 @@
! - Technische Universität München, Lehrstuhl für Informatik mit
! Schwerpunkt Wissenschaftliches Rechnen ,
! - Fritz-Haber-Institut, Berlin, Abt. Theorie,
! - Max-Plack-Institut für Mathematik in den Naturwissenschaft
r
n,
! - Max-Plack-Institut für Mathematik in den Naturwissenschaft
e
n,
! Leipzig, Abt. Komplexe Strukutren in Biologie und Kognition,
! and
! - IBM Deutschland GmbH
...
...
src/mod_compute_hh_trafo_real.F90
View file @
508eac5a
...
...
@@ -10,7 +10,7 @@
! - Technische Universität München, Lehrstuhl für Informatik mit
! Schwerpunkt Wissenschaftliches Rechnen ,
! - Fritz-Haber-Institut, Berlin, Abt. Theorie,
! - Max-Plack-Institut für Mathematik in den Naturwissenschaft
r
n,
! - Max-Plack-Institut für Mathematik in den Naturwissenschaft
e
n,
! Leipzig, Abt. Komplexe Strukutren in Biologie und Kognition,
! and
! - IBM Deutschland GmbH
...
...
src/mod_mpi.F90
View file @
508eac5a
...
...
@@ -10,7 +10,7 @@
! - Technische Universität München, Lehrstuhl für Informatik mit
! Schwerpunkt Wissenschaftliches Rechnen ,
! - Fritz-Haber-Institut, Berlin, Abt. Theorie,
! - Max-Plack-Institut für Mathematik in den Naturwissenschaft
r
n,
! - Max-Plack-Institut für Mathematik in den Naturwissenschaft
e
n,
! Leipzig, Abt. Komplexe Strukutren in Biologie und Kognition,
! and
! - IBM Deutschland GmbH
...
...
src/mod_mpi_stubs.F90
View file @
508eac5a
...
...
@@ -10,7 +10,7 @@
! - Technische Universität München, Lehrstuhl für Informatik mit
! Schwerpunkt Wissenschaftliches Rechnen ,
! - Fritz-Haber-Institut, Berlin, Abt. Theorie,
! - Max-Plack-Institut für Mathematik in den Naturwissenschaft
r
n,
! - Max-Plack-Institut für Mathematik in den Naturwissenschaft
e
n,
! Leipzig, Abt. Komplexe Strukutren in Biologie und Kognition,
! and
! - IBM Deutschland GmbH
...
...
src/mod_pack_unpack_complex.F90
View file @
508eac5a
...
...
@@ -10,7 +10,7 @@
! - Technische Universität München, Lehrstuhl für Informatik mit
! Schwerpunkt Wissenschaftliches Rechnen ,
! - Fritz-Haber-Institut, Berlin, Abt. Theorie,
! - Max-Plack-Institut für Mathematik in den Naturwissenschaft
r
n,
! - Max-Plack-Institut für Mathematik in den Naturwissenschaft
e
n,
! Leipzig, Abt. Komplexe Strukutren in Biologie und Kognition,
! and
! - IBM Deutschland GmbH
...
...
src/mod_pack_unpack_real.F90
View file @
508eac5a
...
...
@@ -10,7 +10,7 @@
! - Technische Universität München, Lehrstuhl für Informatik mit
! Schwerpunkt Wissenschaftliches Rechnen ,
! - Fritz-Haber-Institut, Berlin, Abt. Theorie,
! - Max-Plack-Institut für Mathematik in den Naturwissenschaft
r
n,
! - Max-Plack-Institut für Mathematik in den Naturwissenschaft
e
n,
! Leipzig, Abt. Komplexe Strukutren in Biologie und Kognition,
! and
! - IBM Deutschland GmbH
...
...
src/mod_precision.f90
View file @
508eac5a
...
...
@@ -10,7 +10,7 @@
! - Technische Universität München, Lehrstuhl für Informatik mit
! Schwerpunkt Wissenschaftliches Rechnen ,
! - Fritz-Haber-Institut, Berlin, Abt. Theorie,
! - Max-Plack-Institut für Mathematik in den Naturwissenschaft
r
n,
! - Max-Plack-Institut für Mathematik in den Naturwissenschaft
e
n,
! Leipzig, Abt. Komplexe Strukutren in Biologie und Kognition,
! and
! - IBM Deutschland GmbH
...
...
src/mod_time_c.F90
View file @
508eac5a
...
...
@@ -10,7 +10,7 @@
! - Technische Universität München, Lehrstuhl für Informatik mit
! Schwerpunkt Wissenschaftliches Rechnen ,
! - Fritz-Haber-Institut, Berlin, Abt. Theorie,
! - Max-Plack-Institut für Mathematik in den Naturwissenschaft
r
n,
! - Max-Plack-Institut für Mathematik in den Naturwissenschaft
e
n,
! Leipzig, Abt. Komplexe Strukutren in Biologie und Kognition,
! and
! - IBM Deutschland GmbH
...
...
src/redist_band.X90
View file @
508eac5a
...
...
@@ -11,7 +11,7 @@
! - Technische Universität München, Lehrstuhl für Informatik mit
! Schwerpunkt Wissenschaftliches Rechnen ,
! - Fritz-Haber-Institut, Berlin, Abt. Theorie,
! - Max-Plack-Institut für Mathematik in den Naturwissenschaft
r
n,
! - Max-Plack-Institut für Mathematik in den Naturwissenschaft
e
n,
! Leipzig, Abt. Komplexe Strukutren in Biologie und Kognition,
! and
! - IBM Deutschland GmbH
...
...
test/Fortran/elpa_print_headers.X90
View file @
508eac5a
...
...
@@ -11,7 +11,7 @@
! - Technische Universität München, Lehrstuhl für Informatik mit
! Schwerpunkt Wissenschaftliches Rechnen ,
! - Fritz-Haber-Institut, Berlin, Abt. Theorie,
! - Max-Plack-Institut für Mathematik in den Naturwissenschaft
r
n,
! - Max-Plack-Institut für Mathematik in den Naturwissenschaft
e
n,
! Leipzig, Abt. Komplexe Strukutren in Biologie und Kognition,
! and
! - IBM Deutschland GmbH
...
...
test/Fortran/test_complex.F90
View file @
508eac5a
...
...
@@ -10,7 +10,7 @@
! - Technische Universität München, Lehrstuhl für Informatik mit
! Schwerpunkt Wissenschaftliches Rechnen ,
! - Fritz-Haber-Institut, Berlin, Abt. Theorie,
! - Max-Plack-Institut für Mathematik in den Naturwissenschaft
r
n,
! - Max-Plack-Institut für Mathematik in den Naturwissenschaft
e
n,
! Leipzig, Abt. Komplexe Strukutren in Biologie und Kognition,
! and
! - IBM Deutschland GmbH
...
...
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