Hello,
I first want to thank all of the FEniCS contributors for their great work.
As everything else works just fine, I assume this question is not related with my installation.
dolfin-convert works just fine with the .node and .ele file from the dolfin/scripts/dolfin-convert directory. The .exo however gives an error:
$:./dolfin-convert test_exodus.exo out.xml
Converting from Exodus II format to NetCDF format
Traceback (most recent call last):
File "./dolfin-convert", line 131, in <module>
main(sys.argv[1:])
File "./dolfin-convert", line 78, in main
meshconvert.convert2xml(ifilename, ofilename, iformat=iformat)
File ".hashdist/bld/profile/d5cuhiuki6dy/lib/python2.7/site-packages/dolfin_utils/meshconvert/meshconvert.py", line 1303, in convert2xml
convert(ifilename, XmlHandler(ofilename), iformat=iformat)
File ".hashdist/bld/profile/d5cuhiuki6dy/lib/python2.7/site-packages/dolfin_utils/meshconvert/meshconvert.py", line 1348, in convert
exodus2xml(ifilename, ofilename)
File ".hashdist/bld/profile/d5cuhiuki6dy/lib/python2.7/site-packages/dolfin_utils/meshconvert/meshconvert.py", line 1287, in exodus2xml
status, output = get_status_output('ncdump '+ifilename + ' > '+netcdffilename)
File ".hashdist/bld/profile/d5cuhiuki6dy/lib/python2.7/site-packages/instant/output.py", line 120, in get_status_output
pipe = Popen(cmd, shell=False, cwd=cwd, env=env, stdout=PIPE, stderr=STDOUT)
File ".hashdist/bld/profile/d5cuhiuki6dy/lib/python2.7/subprocess.py", line 710, in __init__
errread, errwrite)
File ".hashdist/bld/profile/d5cuhiuki6dy/lib/python2.7/subprocess.py", line 1335, in _execute_child
raise child_exception
OSError: [Errno 2] No such file or directory
Is this error reproducible? I'd be glad for any hints, as it seems to be a bit too deep to debug it myself within reasonable time.
Thank you very much in advance!
JonnyB