Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
darshan
darshan
Commits
659b579d
Commit
659b579d
authored
Aug 05, 2015
by
Shane Snyder
Browse files
add necessary ld options for hdf5/pnetcdf
parent
328425b7
Changes
4
Hide whitespace changes
Inline
Side-by-side
darshan-runtime/Makefile.in
View file @
659b579d
...
...
@@ -134,6 +134,8 @@ endif
install
-m
755 share/mpi-profile/darshan-bg-f.conf
$(datarootdir)
/mpi-profile/darshan-bg-f.conf
install
-m
644 darshan-base-ld-opts
$(datarootdir)
/darshan-base-ld-opts
install
-m
644
$(srcdir)
/darshan-posix-ld-opts
$(datarootdir)
/darshan-posix-ld-opts
install
-m
644
$(srcdir)
/darshan-hdf5-ld-opts
$(datarootdir)
/darshan-hdf5-ld-opts
install
-m
644
$(srcdir)
/darshan-pnetcdf-ld-opts
$(datarootdir)
/darshan-pnetcdf-ld-opts
install
-d
$(libdir)
/pkgconfig
install
-m
644 lib/pkgconfig/darshan-runtime.pc
$(libdir)
/pkgconfig/darshan-runtime.pc
...
...
darshan-runtime/darshan-base-ld-opts.in
View file @
659b579d
@@darshan_share_path@/darshan-posix-ld-opts
@@darshan_share_path@/darshan-hdf5-ld-opts
@@darshan_share_path@/darshan-pnetcdf-ld-opts
darshan-runtime/darshan-hdf5-ld-opts
0 → 100644
View file @
659b579d
--wrap=H5Fcreate
--wrap=H5Fopen
--wrap=H5Fclose
darshan-runtime/darshan-pnetcdf-ld-opts
0 → 100644
View file @
659b579d
--wrap=ncmpi_create
--wrap=ncmpi_open
--wrap=ncmpi_close
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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