-
Notifications
You must be signed in to change notification settings - Fork 1
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Linking HELICS 3.X with Matlab #6
Comments
What operating system is this on? |
It is a Ubuntu 21.10 |
staring at this a bit more. it is possible there is a mismatch between the gcc used for compiling and that available in the library used by matlab. Since it appears the libstdc++ is coming from matlab. can you try You might also try mex -setup C++ and choose an older gcc version if you have one available and then recompile the mex file |
If possible, uploading a copy of |
Appears that the mexa64 is not one of the supported types here, so I can email that alternatively. |
Here is what happens with using I am not sure if I am putting the |
You will have to do that second one on the bash command line, not in matlab it is is linux command line, not even sure it works there or if you need to install something to use strings. |
The << and >> are being used to show that the text inside is a description of what the argument that replaces those <<>> and everything inside them would be (as in those carrots and all the text inside them will be gone). All that is saying is to run For uploading the mex file, you can probably trick GitHub by making a copy with a supported extension like .png, .txt or similar to upload. |
Sorry I missed that it had to be executed on a Command Line. So here is how I was able to do it: I get the same result as above, after I execute the Here is the Zip file of mexa64. |
You left the Or run the |
Thanks for the succinct explanation, My output is exactly the same as yours: |
Hello Philip and Ryan, Any leads up till now? |
Hello, Checking back to see if their are any leads on it? |
Sorry, I don't have any updates on this. I think Philip was going to see if the bug occurs on one of the HPC systems here that already has Matlab installed -- I'm not sure if that has been tested yet. |
As best as we can tell the Matlab interface is behaving normally on Linux now as of the 3.3.0 release. We are going to tag a 3.3.1 release soon to match with the latest HELICS release. |
Hello,
Earlier, my attempts to integrate Matlab with HELICS 2.8 ended in a fiasco, so, with suggestion from the developers, I decided to move up to HELICS 3.
As, I execute the installation instructions given on: [https://github.com/GMLC-TDC/matHELICS]
I get the following error: (for clarity, I am sharing the exact screenshot)
(Pardon if I did something wrong, I am relatively new to linux)
Looking forward to your support in this regard.
The text was updated successfully, but these errors were encountered: