Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
D
darshan
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
72
Issues
72
List
Boards
Labels
Milestones
Merge Requests
5
Merge Requests
5
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
darshan
darshan
Commits
b70be200
Commit
b70be200
authored
Jun 17, 2016
by
Shane Snyder
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
port NULL module over to new API changes
parent
ba0f880b
Changes
2
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
168 additions
and
221 deletions
+168
-221
darshan-runtime/Makefile.in
darshan-runtime/Makefile.in
+2
-4
darshan-runtime/lib/darshan-null.c
darshan-runtime/lib/darshan-null.c
+166
-217
No files found.
darshan-runtime/Makefile.in
View file @
b70be200
all
:
lib/libdarshan.a lib/libdarshan-stubs.a
#TODO: lib/darshan-null.o
all
:
lib/libdarshan.a lib/libdarshan-stubs.a lib/darshan-null.o
#TODO: each module provides own makefile with module-specific objects, build options, etc.
...
...
@@ -24,9 +23,8 @@ DARSHAN_LOG_FORMAT = $(srcdir)/../darshan-log-format.h
DARSHAN_VERSION
=
@DARSHAN_VERSION@
ifndef
DISABLE_LDPRELOAD
all
:
lib/libdarshan.so
all
:
lib/libdarshan.so
lib/darshan-null.po
endif
#TODO: lib/darshan-null.po
VPATH
=
$(srcdir)
...
...
darshan-runtime/lib/darshan-null.c
View file @
b70be200
This diff is collapsed.
Click to expand it.
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