Closed roblatham00 closed 1 year ago
@roblatham00 Thanks for the report! Can you confirm the loaded modules and if you installed it using Spack or directly from source?
I installed from git@main and am using a mix of Ubuntu packages, pip, and CRAN
I will try with spack, but where is the spack recipie?
@roblatham00, thanks for reporting this! Could you give it a try with the current main branch?
Ubuntu-22.04:
% ./explorer/dxt.py sample/short.darshan
./explorer/dxt.py: 20:
DXT Explorer.
DXT Explorer Copyright (c) 2021, The Regents of the University of
California, through Lawrence Berkeley National Laboratory (subject
to receipt of any required approvals from the U.S. Dept. of Energy).
All rights reserved.
If you have questions about your rights to use or distribute this software,
please contact Berkeley Lab's Intellectual Property Office at
IPO@lbl.gov.
NOTICE. This Software was developed under funding from the U.S. Department
of Energy and the U.S. Government consequently retains certain rights. As
such, the U.S. Government has been granted for itself and others acting on
its behalf a paid-up, nonexclusive, irrevocable, worldwide license in the
Software to reproduce, distribute copies to the public, prepare derivative
works, and perform publicly and display publicly, and to permit others to do
so.
: File name too long
Ubuntu-20.04:
$ python3 explorer/dxt.py sample/jlbez_IO_test5.Linux_id1797024_12-1-78642-14680324743816948210_159.darshan
Traceback (most recent call last):
File "explorer/dxt.py", line 35, in <module>
from explorer import version
ModuleNotFoundError: No module named 'explorer'
Hmm, you should not be running it directly. Could you give it a try with pip install .
?
thanks that did the trick! Ubuntu-20.04 produces a graphic. Ubuntu-22.04 however renders a blank page with only title and file name, no graph.
Great! I tried on Ubuntu 22, and I managed to view the plot. Could you confirm the R version you had there? Also, could you share the generated .html file?
@roblatham00 did you run into this issue with the latest release? Were you able to run and render it in Ubuntu 22.04?
Sorry for not responding in a timely fashion.
command line:
% /home/robl/.local/bin/dxt-explorer sample/jlbez_IO_test5.Linux_id1797024_12-1-78642-14680324743816948210_159.darshan
generated HTML report did not render in either Microsoft Edge or Filrefox browsers: just a two line header and an otherwise blank web page.
What happened?
I ran
But it failed with lots of errors of the form
then
This is from version 'main'.
What did you expect to happen?
I expected to find a generated `explore.html' file
Version
0.2 (Default)
Relevant log output