0
I Use This!
Activity Not Available

News

Analyzed 4 months ago. based on code collected over 1 year ago.
Posted 9 months 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 9 months 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 9 months 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 9 months ago by Richard C
Even better if you can submit a PR on Github!
Posted 9 months 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 9 months 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 9 months 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 12 months 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]
Posted 12 months ago by hassan elsayed
Yes, i just did it. However, now i received error during compiling the mex files. /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. [Less]
Posted 12 months ago by Richard C
have you run mfemm_setup?