-
Notifications
You must be signed in to change notification settings - Fork 36
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
ipm_parse does not generate correct HTML file #18
Comments
Hi The --enable-parser option is not working. Please use the perl parser bin/ipm_parse On Mon, May 9, 2016 at 3:09 PM, jscarretero notifications@github.com
Nick. |
Thanks njwright! You were right, and also the problem was with the way I installed IPM and its associated packages. I am attaching a description of the steps to install IPM on an Ubuntu 16.04 x86 operating system, just in case another newbie like me is facing the same problems: I begin by installing Ubuntu 16.04 in a Virtual Machine (for testing purposes).
Also install OpenMPI stuff:
IPM Installation:
Will output something like this:
And add it to your .bashrc file with:
Testing the installation:
It generates a file jcarrete.1462829706.ipm.xml (around 7KB, file attached). And parse the xml file:
It will generate a directory containing HTML files for better visualization purposes. |
Hello, I've been curios to see whether the latest version of IPM (from github) works as you've described. As Nick suggested, I used the perl script to convert the xml file into the html output (I should say that the -full option seems to work find).
Do you know this issue or can you successfully convert the xml output? |
Hi Sascha, |
Hi, |
Hey Sascha,
And only images for "Load balance by task: memory, flops, timings " and some for "Communication balance by task" are generated... |
By the way, did you check this "issue": #14 ? |
The problem is your code is measured as running for zero time. So there is Either
Try a longer running code 1st - that is easier to debug ! On Tue, May 24, 2016 at 9:35 AM, jscarretero notifications@github.com
Nick. |
Hi Nick, |
Hi, |
Hi there! I need your help, please :)
I begin by installing Ubuntu 16.04 in a Virtual Machine (for testing purposes), with 1 processor and 2 cores
Then install basic stuff (gcc, g++, and fortran compilers):
Then install OpenMPI:
Then install IPM:
./configure --enable-coll-details --enable-parser
Produces:
_################################################
IPM configuration:
MPI profiling enabled : yes
POSIX-I/O profiling enabled : no
PAPI enabled : no
CFLAGS : -g -O2 -DHAVE_DYNLOAD -DIPM_COLLECTIVE_DETAILS=1 -DOS_LINUX
LDFLAGS :
LIBS : -lmxml
MPI_STATUS_COUNT : ucount
Fortran underscore : -funderscore_post
Building IPM Parser : yes
And then, when testing:
It generates a file jcarrete.1462829706.ipm.xml (around 7KB, file attached)
Then, I install ploticus:
sudo apt-get install ploticus
And parse the xml file:
The result is that it generates output to the stdout, but does not generate any directory.
If I execute:
ipm_parse -html file jcarrete.1462829706.ipm.xml -o output.html
Then, it generates an html file with almost no information, no navigation options and fails to load these files: https://dl.dropboxusercontent.com/u/408013/protovis.js and http://dl.dropbox.com/u/408013/style.css (output.html attached)
Output files: outputs.zip
Am I doing something wrong? Please help me :)
The text was updated successfully, but these errors were encountered: