Skip to content
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

Extra xml added after config in export is wrong #101

Closed
mdzik opened this issue Aug 22, 2016 · 0 comments
Closed

Extra xml added after config in export is wrong #101

mdzik opened this issue Aug 22, 2016 · 0 comments

Comments

@mdzik
Copy link
Member

mdzik commented Aug 22, 2016

I found that XML saving in XXX_config_P00_000000.xml is not working right

The xml file looks like this:

<?xml version="1.0"?>
<CLBConfig version="2.0" output="output/">
    <!-- this is OK -->
</CLBConfig>
<Run model="d2q9_kuper">
    <Code version="v6.0-beta-529-g31f6a5f" precision="double" cross="GPU" />
</Run>

I get this error during post-processing parsing:

xml.sax._exceptions.SAXParseException: /XXXXX/run_config_P00_00000000.xml:47:0: junk after document element

Which refers to part. this is wrong: XML states that document should have single root element

% xmllint NX1024_prom/id1/output/run_config_P00_00000000.xml                                                                                                                               ~/praca/bench_MP_Laplace
NX1024_prom/id1/output/run_config_P00_00000000.xml:47: parser error : Extra content at the end of the document
<Run model="d2q9_kuper">
^

@mdzik mdzik added the bug label Aug 22, 2016
@llaniewski llaniewski added this to the V6.1 Release Candidate milestone Dec 12, 2016
mdzik added a commit to mdzik/TCLB that referenced this issue Dec 16, 2016
mdzik added a commit to mdzik/TCLB that referenced this issue Dec 19, 2016
llaniewski pushed a commit that referenced this issue Dec 19, 2016
llaniewski pushed a commit that referenced this issue Dec 19, 2016
obrep pushed a commit to obrep/TCLB that referenced this issue Apr 24, 2017
obrep pushed a commit to obrep/TCLB that referenced this issue Apr 24, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants