Skip to content

Commit

Permalink
Moved adios_lint to the utils directory
Browse files Browse the repository at this point in the history
  • Loading branch information
ge1 committed Jun 17, 2008
1 parent b7b98ef commit 4cf69ba
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 0 deletions.
4 changes: 4 additions & 0 deletions utils/README
Original file line number Diff line number Diff line change
@@ -1,4 +1,8 @@
executables:
adios_lint
-- check the XML file for correctness. No news is good news.
-- USAGE: ./adios_lint <config.xml>

bpdump
-- convert bp format to netcdf format
-- USAGE: ./bpdump [-d [var]|--dump [var]] <filename>
Expand Down
8 changes: 8 additions & 0 deletions utils/adios_lint/Makefile.am
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
INCLUDES = $(all_includes)

bin_PROGRAMS=adios_lint

adios_lint_SOURCES=adios_lint.c
adios_lint_CPPFLAGS=$(MXML_CPPFLAGS)
adios_lint_LDFLAGS=$(MXML_LDFLAGS)
adios_lint_LDADD=$(MXML_LIBS)

0 comments on commit 4cf69ba

Please sign in to comment.