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
15
Issues
15
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
b672f4e9
Commit
b672f4e9
authored
Apr 18, 2017
by
Andreas Marek
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Mark old elpa_driver as legacy
parent
5e43f1e2
Changes
3
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
2 additions
and
2 deletions
+2
-2
Makefile.am
Makefile.am
+1
-1
configure.ac
configure.ac
+1
-1
src/elpa_driver/legacy_interface/elpa_legacy.F90
src/elpa_driver/legacy_interface/elpa_legacy.F90
+0
-0
No files found.
Makefile.am
View file @
b672f4e9
...
...
@@ -11,7 +11,7 @@ AM_LDFLAGS = $(SCALAPACK_LDFLAGS)
noinst_LTLIBRARIES
=
libelpa@SUFFIX@_public.la
libelpa@SUFFIX@
_public_la_FCFLAGS
=
$(AM_FCFLAGS)
@FC_MODOUT@modules @FC_MODINC@private_modules
libelpa@SUFFIX@
_public_la_SOURCES
=
\
src/elpa.F90
\
src/elpa
_driver/legacy_interface/elpa_legacy
.F90
\
src/elpa1/legacy_interface/elpa1_legacy.F90
\
src/elpa1/elpa1_new_interface.F90
\
src/elpa2/legacy_interface/elpa2_legacy.F90
\
...
...
configure.ac
View file @
b672f4e9
...
...
@@ -4,7 +4,7 @@ AC_PREREQ([2.69])
AC_INIT([elpa],m4_esyscmd_s([awk '/^ *Version:/ {print $2;}' elpa.spec]), [elpa-library@mpcdf.mpg.de])
AC_SUBST([PACKAGE_VERSION])
AC_CONFIG_SRCDIR([src/elpa.F90])
AC_CONFIG_SRCDIR([src/elpa
_t
.F90])
AM_INIT_AUTOMAKE([foreign -Wall subdir-objects])
...
...
src/elpa.F90
→
src/elpa
_driver/legacy_interface/elpa_legacy
.F90
View file @
b672f4e9
File moved
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