deepflame-dev icon indicating copy to clipboard operation
deepflame-dev copied to clipboard

Error running examples dfLowMachFoam

Open mactone opened this issue 6 months ago • 0 comments

Thank you for reading :)

I encountered a error when running examples/dfLowMachFoam/pytorch/twoD_temporally_evolving_jet/C2H4

Error message as below. Anyone has the same issue?


slaveTime = 9.4436e-05
slaveTime = 0.000114352
problemSize = 220000
terminate called after throwing an instance of 'pybind11::error_already_set'
  what():  ImportError: Mismatch between Cantera Python module Git commit (e449f18) and Cantera shared library git commit (5c7a0a09d)

At:
  build/python/cantera/_utils.pyx(66): init cantera._utils

[HP-Z4:567382] *** Process received signal ***
[HP-Z4:567382] Signal: Aborted (6)
[HP-Z4:567382] Signal code:  (-6)
[HP-Z4:567382] [ 0] /lib/x86_64-linux-gnu/libpthread.so.0(+0x14420)[0x7f767251a420]
[HP-Z4:567382] [ 1] /lib/x86_64-linux-gnu/libc.so.6(gsignal+0xcb)[0x7f767235700b]
[HP-Z4:567382] [ 2] /lib/x86_64-linux-gnu/libc.so.6(abort+0x12b)[0x7f7672336859]
[HP-Z4:567382] [ 3] /home/mactone/miniconda3/envs/deepflame/lib/libstdc++.so.6(_ZN9__gnu_cxx27__verbose_terminate_handlerEv+0xc0)[0x7f767278df9e]
[HP-Z4:567382] [ 4] /home/mactone/miniconda3/envs/deepflame/lib/libstdc++.so.6(+0xb64e2)[0x7f767278c4e2]
[HP-Z4:567382] [ 5] /home/mactone/miniconda3/envs/deepflame/lib/libstdc++.so.6(_ZSt10unexpectedv+0x0)[0x7f76727862e3]

Details please see log log.mpirun.txt

mactone avatar Aug 06 '24 09:08 mactone