hi Dear Daniel
i install the openMPS but when i run the example i have an error :
Execute_MPSMain TMP_01/Ising_Staticsg_0.0Main.nml 0
/bin/sh: 1: Execute_MPSMain: not found
Traceback (most recent call last):
File "01_IsingStatics.py", line 105, in <module>
main(PostProcess=Post)
File "01_IsingStatics.py", line 69, in main
mps.runMPS(MainFiles)
File "/home/king/anaconda3/lib/python3.6/site-packages/MPSPyLib/tools.py", line 389, in runMPS
raise MPSFortLibError(ret_val)
MPSPyLib.tools.MPSFortLibError: MPSFortLib quit with fatal return code 127!</module>
I see my file and i have the file Execute_MPSMain and i install sudo apt-get install libarpack2-dev but the error still apear
what shuold i do ?
thank you
Hello Ali,
How did you install (e.g.) what commands did you use?
The example is looking for MPS in either a local directory, or a system directory. We just need to tell it where to look
Matthew Jones
a note: I've updated the library to be a bit more intelligent in how it identifies the location of the binary.
I've also updated the wiki to include a quick start guide . Please let me know if this doesn't solve your problem
Hi,Matthew
Thank you my problem solved👍🏻