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
Dear all,
I encounter a strange issue with starting any julia process on a remote server with the following oputput for lscpu
$ lscpu
Architecture: x86_64
CPU op-mode(s): 32-bit, 64-bit
Byte Order: Little Endian
CPU(s): 24
On-line CPU(s) list: 0-23
Thread(s) per core: 2
Core(s) per socket: 6
Socket(s): 2
NUMA node(s): 2
Vendor ID: GenuineIntel
CPU family: 6
Model: 44
Model name: Intel(R) Xeon(R) CPU X5650 @ 2.67GHz
Stepping: 2
CPU MHz: 2660.137
BogoMIPS: 5319.80
Virtualization: VT-x
L1d cache: 32K
L1i cache: 32K
L2 cache: 256K
L3 cache: 12288K
NUMA node0 CPU(s): 0,2,4,6,8,10,12,14,16,18,20,22
NUMA node1 CPU(s): 1,3,5,7,9,11,13,15,17,19,21,23
I have downloaded the generic julia binaries locally and added the MKL.jl package and built it with the package manager.
Afterwards I get the following output:
$ julia -v
julia version 1.4.1
$ julia
ERROR: Unable to find compatible target in system image.
To check, I downloaded the generic binaries again without adding MKL.jl and I can start the REPL:
Dear all,
I encounter a strange issue with starting any julia process on a remote server with the following oputput for
lscpu
I have downloaded the generic julia binaries locally and added the MKL.jl package and built it with the package manager.
Afterwards I get the following output:
To check, I downloaded the generic binaries again without adding MKL.jl and I can start the REPL:
EDIT: I have no admin/root privileges on the server.
The text was updated successfully, but these errors were encountered: