erdc / proteus

A computational methods and simulation toolkit
http://proteustoolkit.org
MIT License
88 stars 56 forks source link

Add jim configuration #1192

Closed cekees closed 4 years ago

cekees commented 4 years ago

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

cekees commented 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.

zhang-alvin commented 4 years ago

@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.

cekees commented 4 years ago

OK, thanks @zhang-alvin, I removed the zoltan artifact from the cache.

cekees commented 4 years ago

Closing; Merged into #1190 to fix last test failures there.