-
Notifications
You must be signed in to change notification settings - Fork 14
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
How to modify and compile LamgSetup.m? #3
Comments
Hi, you can modify "LamgSetup.m" and then execute "mcc -m LamgSetup.m" in the Matlab command-line mode. For more details, you can check here: https://www.mathworks.com/help/compiler/mcc.html |
Thanks for your help, I ll have a try
|
Hi, is the lamg solver integrated in matlab? |
No, you need to run "make.m" file first. You can also change the lamg code
in lamg/.
…On Sat, Mar 21, 2020 at 11:43 AM NIRVANA ***@***.***> wrote:
Hi, is the lamg solver integrated in matlab?
lamg = Solvers.newSolver('lamg'....)
—
You are receiving this because you commented.
Reply to this email directly, view it on GitHub
<#3 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AKDCMJFNV5JZ4SNKPSZ2Q2TRITODLANCNFSM4LQN3W2Q>
.
|
Hi, thanks for your help; |
another question, I tried to run LampSetup.m in matlab and here comes the error |
Running "mcc -m LamgSetup.m" should give you binary file. You can check affinity matrix here: lamg/main/+amg/+coarse/CoarseSetAffinityMatrix.m Have you run "make.m" before running "LamgSetup.m"? |
Thanks for your help, |
Hi, thanks for your great work;
I have been reading your code. As for the code file in mat_coarsen, I wonder if I can modify and cmopile the binary file?
Could you provide the instructions for this,
thanks ;)
The text was updated successfully, but these errors were encountered: