-
Notifications
You must be signed in to change notification settings - Fork 15
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #44 from edhartnett/ejh_dirs
Renamed some directories now that C and Fortran are separate...
- Loading branch information
Showing
33 changed files
with
15 additions
and
99 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,13 @@ | ||
# This is the automake file for GPTL source code directories. | ||
# Ed Hartnett, 5/18/18 | ||
# This automake file generates the Makefile to build the GPTL C library. | ||
# Ed Hartnett 5/18/18 | ||
|
||
libgptl_la_CPPFLAGS = -I$(top_srcdir)/include | ||
|
||
# This is our output. The GPTL library. | ||
lib_LTLIBRARIES = libgptl.la | ||
|
||
# These are the source files. | ||
libgptl_la_SOURCES = f_wrappers.c getoverhead.c gptl.c gptl_papi.c \ | ||
hashstats.c memstats.c memusage.c pmpi.c print_rusage.c pr_summary.c \ | ||
util.c | ||
|
||
SUBDIRS = clib |
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.