Page 1 of 1
Results not converted.
Posted: Wed May 06, 2020 12:53 pm
by pwyszkie
I am following the Simulation Guide for the Cylinder Example. I am at Post-processing and when I click Convert... I get this error:
- Screen Shot 2020-05-06 at 3.42.20 PM.png (54.09 KiB) Viewed 288 times
What can I do to fix this?
Thank you!
Re: Results not converted.
Posted: Wed May 06, 2020 1:18 pm
by davep
Hi Paulina,
It seems that when converting results you are not selecting the correct directory containing the simulation results. After running the steady simulation the simulation results should be in
Code: Select all
/Users/paulinawyszkiewicz/Downloads/SimVascular/CylinderProject/Simulations/steady/8-procs_case/
Select this directory when clicking on
Result Dir ... from the
Convert Results panel.
Cheers,
Dave
Re: Results not converted.
Posted: Thu May 07, 2020 9:51 am
by pwyszkie
Hello,
Yes I tried doing that as well, but I still get the same error. Is there something wrong with my restart.0.1 file? Could this be because of something done wrong in running the simulation before converting the results. My histor.dat file has different numbers than the one in the Running Simulation Jobs guide and my maximum number of processes was 4 not 8 that's why I have 4-procs_case.
Thank you for your help.
- Screen Shot 2020-05-07 at 12.46.55 PM.png (323.52 KiB) Viewed 259 times
Re: Results not converted.
Posted: Thu May 07, 2020 12:50 pm
by davep
Hi Paulina,
The problem is that there is a space in the results directory name
/Users/paulinawyszkiewicz/Downloads/SimVascular/CylinderProject 1/Simulations/steady/8-procs_case/
Directory names with spaces was not being handled correctly in the bash script that is used to convert results. I will fix this. For now just rename your project directory.
Cheers,
Dave
Re: Results not converted.
Posted: Sun Aug 22, 2021 5:31 pm
by yoonw
I had same problem and I found this solution by Dave very helpful!