Please I used the cellml_converter.py module to convert a cellml model to easyml format. Warnings raised by the cellml converter were addressed. I then utilized make_dynamic_model.sh script to create the .h, .c, and .so files for the .model file. I tried running the new model in bench but it keeps throwing the exception below.
"error while loading shared libraries: libmpifort.so.12: cannot open shared object file: No such file or directory" The path for the .so is correct in my case.
Below is the link to the cellml model I am trying to modify:
https://models.cellml.org/e/5f0/ModTrovato2020.cellml/view
NB. I have modified existing models in opencarp repository, tried the same steps as I mentioned earlier and works fine.