-
-
Notifications
You must be signed in to change notification settings - Fork 5.6k
Support s390x #29637
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
Let me add a hint: s390x architecture lacks libunwind support. After disabling libunwind, the buildlog suggests that some work is needed in LLVM. |
I think it would be best to approaching ibm to support this commercially. In the past ibm has given small sums of money for a ppc port as a one off but not at a sustainable way. |
Also isn't it big endian? That would be a considerable porting effort, quite likely. |
s390x is Big Endian. |
I think at this time the best thing would be to go with one of the 1.0 supported architectures. If supporting s390x is essential, it would be best to start a joint dialogue with IBM. |
$make debug USE_SYSTEM_PCRE=1 USE_SYSTEM_LIBM=1 DISABLE_LIBUNWIND=1 CFLAGS=-DNDEBUG
...
JULIA usr/lib/julia/corecompiler.ji
LLVM ERROR: Cannot select: 0x6dee280: i64 = addrspacecast[0 -> 10] 0x6dee218
0x6dee218: i64,ch = load<LD8[@"jl_global#16"](tbaa=<0x6d125b8>)(dereferenceable)(invariant)> 0x6ded100:1, 0x6ddee50, undef:i64
0x6ddee50: i64,ch = load<LD8[GOT]> 0x6d79fe0, 0x6dee5c0, undef:i64
0x6dee5c0: i64 = SystemZISD::PCREL_WRAPPER TargetGlobalAddress:i64<%jl_value_t** @"jl_global#16"> 0 [TF=1]
0x6dee968: i64 = TargetGlobalAddress<%jl_value_t** @"jl_global#16"> 0 [TF=1]
0x6ddecb0: i64 = undef
0x6ddecb0: i64 = undef
In function: japi1_top-level scope_0
make[1]: *** [Makefile:188: /root/julia-1.0.5/usr/lib/julia/corecompiler.ji] Error 1
make: *** [Makefile:75: julia-sysimg] Error 2
|
Some update. Tried to build the latest version of Julia - v1.6.1 on an IBM Cloud Hyper Protect Virtual Server-iz. Got this error.
|
That's a new feature where some simple assembly code is needed on each platform to allow dynamically swapping out BLAS libraries, which is a common request since many people want to use MKL on Intel. The trampoline code for s390x will need to be provided. |
Hello,
I'm referring to Issue #21474. I've been working in programming for a few years at one of the largest German insurance companies (R+V Versicherung) and I'm very interested in Julia.
Since our company strategically relies on the mainframe alongside other platforms, I asked our management if we could provide community access to our s390x machines.
The management is also very interested that we gain experience with Julia because there are many mathematical operations in the company that need to be processed.
So I talked to our z/OS and zLinux groups and we have some questions for you:
We would be happy to support the community.
The text was updated successfully, but these errors were encountered: