Hi julio,

On Thursday 25 July 2013 11:22:16 Júlio Hoffimann wrote:
> Next problem is related to the opm-porsol module. When I run make -j 8, it
> eats all my 8GB RAM and I have to shutdown the computer by hand. Any hints
> in what could be the cause?

that's probably the bulltet you have to bite if you use the C++ template 
mechanism. For templated code, the runtime performance and the maintainance 
might be better, but compile time and compiler memory cosumptions skyrocket. 
I'm affraid, that the best way to "fix" this issue is to hit the next computer 
store and buy a few RAM bars. (another possibility you can try is to use the 
clang compiler from the LLVM project. compared to GCC, it compiles faster and 
uses less memory but usually produces slightly slower code and is less well 
tested in the context of OPM.)

cheers
  Andreas

-- 
If the programmers like each other, they play a game called "pair 
programming". And if not, then the game is called "peer review".
        -- Anna Nachesa

Attachment: signature.asc
Description: This is a digitally signed message part.

_______________________________________________
Opm mailing list
[email protected]
http://www.opm-project.org/mailman/listinfo/opm

Reply via email to