0
I Use This!
Activity Not Available

News

Analyzed about 1 year ago. based on code collected over 2 years ago.
Posted 9 months ago by Leon
I have matlab 2023 running in window 11 environment and have C++ 2017 setup as shown below, and try to setup mfemm, it throw error below. I searched around, not much valid information online to help me finish the mfemm setup finish. anyone can help? ... [More] mex -setup MEX configured to use 'Microsoft Visual C++ 2017 (C)' for C language compilation. To choose a different C compiler, select one from the following: MinGW64 Compiler (C) mex -setup:F:\MATLAB\R2023b\bin\win64\mexopts\mingw64.xml C Microsoft Visual... [Less]
Posted 9 months ago by Leon
I have C++ 2017 setup, and try to setup mfemm, it throw error below. I searched around, not much valid information online. mex -setup MEX configured to use 'Microsoft Visual C++ 2017 (C)' for C language compilation. To choose a different C compiler ... [More] , select one from the following: MinGW64 Compiler (C) mex -setup:F:\MATLAB\R2023b\bin\win64\mexopts\mingw64.xml C Microsoft Visual C++ 2017 (C) mex -setup:C:\Users\xx\AppData\Roaming\MathWorks\MATLAB\R2023b\mex_C_win64.xml C To choose a different language,... [Less]
Posted almost 2 years ago by Eric Maslen
Thanks, I think I figured the Github thing out. I made the same changes that Robert previously recommended except that he didn’t leave any notes on compiler issues. Still picking away at this. On Aug 21, 2023, at 10:40 AM, Richard C ... [More] [email protected] wrote: Github is where xfemm's latest source code is stored and developed. https://github.com/Reoptimize-Systems/xfemm We use Git for development, and Github is a kind of web interface for Git. PR is short for Pull Request. Probably explaining... [Less]
Posted almost 2 years ago by Richard C
Github is where xfemm's latest source code is stored and developed. https://github.com/Reoptimize-Systems/xfemm We use Git for development, and Github is a kind of web interface for Git. PR is short for Pull Request. Probably explaining what a pull ... [More] request is is beyond the scope of this forum. At the very least, however, using the 'Issues' tab for the project to describe the problem and track it would be useful and requires no prior knowledge of git or github. [Less]
Posted almost 2 years ago by Eric Maslen
Richard, This sounds great but I’ll need it in English: what are PR and Github? -Eric On Aug 21, 2023, at 10:15 AM, Richard C [email protected] wrote: Even better if you can submit a PR on Github! Compiling the MATLAB interface on MacOS ... [More] https://sourceforge.net/p/xfemm/discussion/general/thread/08f86ebde5/?limit=25#3d97 Sent from sourceforge.net because you indicated interest in https://sourceforge.net/p/xfemm/discussion/general/ To unsubscribe from further messages, please visit ht... [Less]
Posted almost 2 years ago by Richard C
Even better if you can submit a PR on Github!
Posted almost 2 years ago by Eric Maslen
Ugh! No luck with the zip file that Robert uploaded. It seems that his version only compiles on x86_64 architectures and I have an arm64 machine. If anybody has tackled this problem, I would appreciate your help!
Posted almost 2 years ago by Richard C
If you open a github issue it is a bit more likely to get addressed. Unfortunately there doesn't seem to be many mac users (or at least enough who complain).
Posted almost 2 years ago by Eric Maslen
It's hard to believe that this discussion died in 2020! I'm trying to implement XFEMM on a Mac M1 and am running into the same problems that Robert had then. If anybody is listening, I'd appreciate any help you can give. Meanwhile I will sequentially implement the fixes that Robert appears to have used and see how far I get.
Posted about 2 years ago by hassan elsayed
Yes, i just did it. However, now i received error during compiling the mex files Seems like missing packages. Error: /usr/lib64/gcc/x86_64-suse-linux/12/../../../../x86_64-suse-linux/bin/ld: cannot find -loctinterp ... [More] /usr/lib64/gcc/x86_64-suse-linux/12/../../../../x86_64-suse-linux/bin/ld: cannot find -loctave collect2: error: ld returned 1 exit status warning: mkoctfile: building exited with failure status error: mex: building exited with failure status Any idea? Thank you. On Sun, 14 May 2023 at... [Less]