You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm trying to install from source following the directions here. The reason I'm installing from source rather than the pre-compiled binaries is that I'm hoping to try out the Kronecker functionality. It works fine on my mac, but when I try to install on the cluster I get the error:
ERROR: Command errored out with exit status -11: /gscratch/home/tagordon/jwst/celerite2/env/bin/python -c 'import sys, setuptools, tokenize; sys.argv[0] = '"'"'/gscratch/home/tagordon/jwst/celerite2/setup.py'"'"'; file='"'"'/gscratch/home/tagordon/jwst/celerite2/setup.py'"'"';f=getattr(tokenize, '"'"'open'"'"', open)(file);code=f.read().replace('"'"'\r\n'"'"', '"'"'\n'"'"');f.close();exec(compile(code, file, '"'"'exec'"'"'))' develop --no-deps Check the logs for full command output.
This happens regardless of whether I'm install from the kron branch or not. Any help is appreciated!
Thanks,
Tyler
The text was updated successfully, but these errors were encountered:
I think this is the same issue as #3 and the problem is that the compilation uses an unreasonable amount of memory because of how it's handling fixed size matrices.
So, making that substitution didn't seem to change anything but I was able to install it by increasing my memory allocation on the cluster, which must mean that you diagnosed the problem correctly. Thanks!
Hi,
I'm trying to install from source following the directions here. The reason I'm installing from source rather than the pre-compiled binaries is that I'm hoping to try out the Kronecker functionality. It works fine on my mac, but when I try to install on the cluster I get the error:
This happens regardless of whether I'm install from the kron branch or not. Any help is appreciated!
Thanks,
Tyler
The text was updated successfully, but these errors were encountered: