Login  Register

Re: Quantlib 1.8 Python SWIG on Linux/Python 3.5.1

Posted by Luigi Ballabio on Jul 15, 2016; 7:40am
URL: http://quantlib.414.s1.nabble.com/Quantlib-1-8-Python-SWIG-on-Linux-Python-3-5-1-tp17463p17600.html

Oh, ok. You're right, an error would stop the build immediately. The build is probably just taking a lot of memory (the wrappers are very large) and your computer is swapping. Decreasing the optimization level might help the compiler use less resources; you can try running

    CXXFLAGS='-O0' python setup.py build

and see if it works.

Luigi

On Fri, Jul 15, 2016 at 10:29 AM Jay-Jay-D <[hidden email]> wrote:
How can I know if I or Anaconda / are passing any flags to the compiler that
causes it to treat warnings as errors/?

By the way, I don't think the warning is treated as error because it doesn't
kill the make, just makes it hang. When I check the make  status with htop,
after the warning is thrown the make start to consume more and more memory
(even 2 GB in swap), but the status is 'D' (sleeping in disk).



--
View this message in context: http://quantlib.10058.n7.nabble.com/Quantlib-1-8-Python-SWIG-on-Linux-Python-3-5-1-tp17463p17597.html
Sent from the quantlib-users mailing list archive at Nabble.com.

------------------------------------------------------------------------------
What NetFlow Analyzer can do for you? Monitors network bandwidth and traffic
patterns at an interface-level. Reveals which users, apps, and protocols are
consuming the most bandwidth. Provides multi-vendor support for NetFlow,
J-Flow, sFlow and other flows. Make informed decisions using capacity planning
reports.http://sdm.link/zohodev2dev
_______________________________________________
QuantLib-users mailing list
[hidden email]
https://lists.sourceforge.net/lists/listinfo/quantlib-users

------------------------------------------------------------------------------
What NetFlow Analyzer can do for you? Monitors network bandwidth and traffic
patterns at an interface-level. Reveals which users, apps, and protocols are
consuming the most bandwidth. Provides multi-vendor support for NetFlow,
J-Flow, sFlow and other flows. Make informed decisions using capacity planning
reports.http://sdm.link/zohodev2dev
_______________________________________________
QuantLib-users mailing list
[hidden email]
https://lists.sourceforge.net/lists/listinfo/quantlib-users