Closed cekees closed 4 years ago
@zhang-alvin this new stack built fine on the buildbot, but it ran out of memory compiling with of the adaption submodules earlier. Could you take a quick lock at the zoltan and scorec versions and make sure I haven't gone backwards or something? This build issues seems vaguely familiar.
@cekees, yes the Travis error:
/usr/bin/ld: out of memory allocating 281474976710656 bytes after a total of 3100672 bytes
was "fixed" by not caching the zoltan package built by the buildbots. I recall from forums that this happens if there package is built on a 32-bit platform but run on a 64-bit platform.
OK, thanks @zhang-alvin, I removed the zoltan artifact from the cache.
Closing; Merged into #1190 to fix last test failures there.
Preloading the lustre library prevents a warning about not being able to load it. It doesn't appear to change how things run on that system.
Mandatory Checklist
Please ensure that the following criteria are met:
As a general rule of thumb, try to follow PEP8 guidelines.
Description