-
Notifications
You must be signed in to change notification settings - Fork 4
ERROR: CoinOptServices #25
Comments
Sort of a duplicate of #4. Try deleting |
I got this error after applying what you suggested. |
that's not the useful part of the error message. post the entire output to https://gist.github.com and leave a link here |
that suggests you're running out of memory. What operating system and compiler version are you using? |
Also I checked my account available memory and I have about 95.8 GB. On Thu, Nov 3, 2016 at 9:10 AM, Zahra Azadi zazadi@g.clemson.edu wrote:
|
Do you have a low memory ulimit or something? It's getting killed while compiling the C++ library, which suggests you wouldn't be able to build couenne outside of Julia either. |
If the ulimit is set really low then processes might get killed anyway. Sysadmins on giant clusters seem to love setting low ulimits, I guess so one person can't use all of the memory? If you are able to read dmesg you'll probably see the out-of-memory or ulimit killer terminating the compiler here. Maybe you could try submitting a small compute job to do the compilation, since the ulimits are probably specific to the login nodes. |
I see that before installing Julia I should have some required dependencies Thanks, On Thu, Nov 3, 2016 at 9:24 AM, Tony Kelman notifications@github.com
|
No, that wouldn't successfully compile up to one particular C++ source file in the middle of Couenne and be killed there. Some user resource limit set too low by a sysadmin on your login node is killing the compiler process. |
Hi, i have a problema like this, my error message is that: checking for COIN-OR package CoinDepend... skipped check via pkg-config, redirect to fallback LoadError: failed process: Process(setenv( ================================================================================ ================================[ BUILD ERRORS ]================================ WARNING: CoinOptServices had build errors.
================================================================================ |
@mattheu94 did you find a solution? i have the same problem. |
installing pkg-config might help |
@tkelman it is installed - that's the weird thing |
gist the entire build log and config.log files |
Hi,
I am trying install CoinOptServices on a linux 64 bit system. But I get an error while building the package. The error is:
===========================[ ERROR: CoinOptServices ]===========================
LoadError: failed process: Process(
patch -p1 -d ..
, ProcessExited(1)) [1]while loading /home/zazadi/.julia/v0.5/CoinOptServices/deps/build.jl, in expression starting on line 69
================================================================================
================================[ BUILD ERRORS ]================================
WARNING: CoinOptServices had build errors.
Pkg.build("CoinOptServices")
deps/build.jl
script================================================================================
Thanks for your help!
Zahra
The text was updated successfully, but these errors were encountered: