NLeSC / esibayes

Optimization and state estimation of dynamic models
Apache License 2.0
2 stars 3 forks source link

matlab throws gcc version warning #9

Open jspaaks opened 10 years ago

jspaaks commented 10 years ago

If you compile with module load matlab/2013a one of the Makefile outputs is a warning about the version of GCC. It's using 4.7 now (current default on LISA), but MATLAB only supports GCC up to 4.4. I don't think it breaks anything, and the optimization still works, but I need to check it some more.