Failure criterion state printed for CDEM#676
Conversation
|
If you are using in an app a part of the xml or spd defined in another, and you want to change it without the parent app to notice, there are 2 ways:
For your case, change only a public name of a static parameter, the second is better.
|
|
Thanks for the explanation @jginternational but how is this Actually, I don't want to add that item. In this case, I want the bonds to be visible in all DEM guis. But when I added this piece of tree: |
|
I pushed some changes, but they were not tested yet. @farrufat-cimne said he will take care of this. |
| # therefore, we use the OLD_LD_LIBRARY_PATH and prepend the path to the kratos libs | ||
| if [ "$OLD_LD_LIBRARY_PATH" != "" ]; then | ||
| export LD_LIBRARY_PATH="$3/exec/Kratos":"$3/exec/Kratos/libs":$OLD_LD_LIBRARY_PATH | ||
| export LD_LIBRARY_PATH="$3/exec/Kratos/bin/Release":"$3/exec/Kratos/bin/Release/libs":$OLD_LD_LIBRARY_PATH |
There was a problem hiding this comment.
ouch! That slipped in!! Will remove it immediately
|
Thanks for pointing out @jginternational . I think I undid it. |
|
I recovered the Parallel configuration, which works in my machine. What type of problem was it giving on your pc, @farrufat-cimne ? |
|
One more question @farrufat-cimne : it seems that we are removing fields from the tree here When the procedure should be the opposite, no? I thought the CDEM would increment the fields. @jginternational , if we reverse the operation, adding fields in CDEM instead of removing in DEM, how can we proceed? Here we are adding one field to the tree But I guess adding new conditions is different... |
|
Solved by phone. |
|
I think this is ready. I tested examples in DEM and CDEM and they run fine |
|
@jginternational approve if you think everything is ok |
|
I am not authorized to merge, even if it's approved... |
|
We are on Christmas ... on release period |

Allows printing a new result. But I need a bit of help here: the modification of the spd showing the new field should only work for CDEM, not in the general DEM.