Skip to content
GitLab
Menu
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
a0524fd9
Commit
a0524fd9
authored
Jan 27, 2021
by
Jakob Luettgau
Browse files
Add a test to quickly verify pypi env from pypi yields working pydarshan.
parent
1af1f5c2
Changes
2
Hide whitespace changes
Inline
Side-by-side
darshan-util/pydarshan/Makefile
View file @
a0524fd9
...
...
@@ -16,6 +16,9 @@ clean-docs:
rm
-f
docs/darshan.
*
.rst
rm
-f
docs/modules.rst
clean-wheels
:
rm
-rf
wheelhouse
clean-pyc
:
#
remove Python file artifacts
find
.
-name
'*.pyc'
-exec
rm
-f
{}
+
find
.
-name
'*.pyo'
-exec
rm
-f
{}
+
...
...
@@ -68,6 +71,10 @@ servedocs: docs # compile the docs watching for changes
watchmedo shell-command
-p
'*.rst'
-c
'
$(MAKE)
-C docs html'
-R
-D
.
bump-minior
:
wheels
:
./devel/build-all.sh
...
...
darshan-util/pydarshan/tests/test_pypi_dist_working.sh
0 → 100755
View file @
a0524fd9
#!/bin/sh
startdir
=
$PWD
tmp
=
tmpd98d40iijej0
rm
-rf
$tmp
mkdir
-p
$tmp
cd
$tmp
python3
-m
venv venv
source
venv/bin/activate
pip
install
darshan
echo
""
echo
"PyDarshan version is:"
python
-m
darshan
--version
echo
""
echo
"Test a log can be succesfully parsed:"
python
-m
darshan info
$startdir
/../examples/example-logs/ior_hdf5_example.darshan
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