tcew / nodal-dg

MIT License
141 stars 90 forks source link

Trouble making nudg++ on Linux #3

Open cbcoutinho opened 7 years ago

cbcoutinho commented 7 years ago

I was able to get the MATLAB code running, but I can't seem to build the c++ version (I'm guessing it's a c++ version of the MATLAB code?)

I'm trying to build nudg++ on openSUSE Tumbleweed, a rolling relase Linux distribution.

At first glance, I'm getting a bunch of ISO c++ warnings, maybe it has to do with a compiler version mismatch? I'm using gcc 6.2.1 - what compiler is required for this to build correctly?

Please see the output of make Maxwell2D attached here: make.txt

BlackOBlack commented 6 years ago

I encountered the same problem. I want to install nudg ++ on Linux, but I do not know how to do it. If you finally solved your problem, could you please tell me about your solution?

cbcoutinho commented 6 years ago

Hi @BlackOBlack,

I wasn't able to get this working. If you make any head way let me know

BlackOBlack commented 6 years ago

Just yesterday I had successfully run nudg ++ on Linux. My operating system is RedHat Linux and my compiler is gcc-4.9 and gfortran-4.9.1. I modified the contents of the 'system.mk' file(see the attached file system.txt). If there are any problems, maybe I can give you some advice. Just contact me.

system.txt

tomtangtrp commented 1 year ago

Just yesterday I had successfully run nudg ++ on Linux. My operating system is RedHat Linux and my compiler is gcc-4.9 and gfortran-4.9.1. I modified the contents of the 'system.mk' file(see the attached file system.txt). If there are any problems, maybe I can give you some advice. Just contact me.

system.txt

Hi, my system is WSL ubuntu 22.04, I cannot make files in WSL as well, could you please give me some hint to modify the system.mk?