hi,
trying to compile IMP on int64a I keep getting an error message:
OSError: [Errno 12] Cannot allocate memory scons: building terminated because of errors.
any ideas how to compile IMP on the cluster ? :)
Keren.
Works for me. Maybe a temporary hiccup?
On Mar 13, 2010, at 1:57 AM, Keren Lasker wrote:
> hi, > > > trying to compile IMP on int64a > I keep getting an error message: > > > OSError: [Errno 12] Cannot allocate memory > scons: building terminated because of errors. > > > any ideas how to compile IMP on the cluster ? :) > > > Keren. > _______________________________________________ > IMP-dev mailing list > IMP-dev@salilab.org > https://salilab.org/mailman/listinfo/imp-dev
temporary hiccup I do not understand why still ..... - Ben ? On Mar 13, 2010, at 8:34 AM, Daniel Russel wrote:
> Works for me. Maybe a temporary hiccup? > > On Mar 13, 2010, at 1:57 AM, Keren Lasker wrote: > >> hi, >> >> >> trying to compile IMP on int64a >> I keep getting an error message: >> >> >> OSError: [Errno 12] Cannot allocate memory >> scons: building terminated because of errors. >> >> >> any ideas how to compile IMP on the cluster ? :) >> >> >> Keren. >> _______________________________________________ >> IMP-dev mailing list >> IMP-dev@salilab.org >> https://salilab.org/mailman/listinfo/imp-dev > > _______________________________________________ > IMP-dev mailing list > IMP-dev@salilab.org > https://salilab.org/mailman/listinfo/imp-dev
Make sure that there aren't lingering scons files (in .scons*) left over from another platform. Scons is easily confused.
On Mar 13, 2010, at 1:57 AM, Keren Lasker wrote:
> hi, > > > trying to compile IMP on int64a > I keep getting an error message: > > > OSError: [Errno 12] Cannot allocate memory > scons: building terminated because of errors. > > > any ideas how to compile IMP on the cluster ? :) > > > Keren. > _______________________________________________ > IMP-dev mailing list > IMP-dev@salilab.org > https://salilab.org/mailman/listinfo/imp-dev
On 03/13/2010 01:57 AM, Keren Lasker wrote: > trying to compile IMP on int64a > I keep getting an error message: > > OSError: [Errno 12] Cannot allocate memory > scons: building terminated because of errors.
I would be tempted to suggest the most obvious explanation first, that the error message is actually correct. ;) Perhaps a job was running on that machine at the time that was using up most of the memory. IMP definitely builds on that machine because that's where the nightly builds run.
Ben
participants (3)
-
Ben Webb
-
Daniel Russel
-
Keren Lasker