[slurm-users] FreeBSD/aarch64: ld: error: unknown emulation: elf_aarch64

2024-05-04 Thread Nuno Teixeira via slurm-users
Hello,

I'm new maintainer of slurm FreeBSD port
 and for a long time it
failing on aarch64 platform.

Any clues?

> ld: error: unknown emulation: elf_aarch64

`clang -print-targets`:

  Registered Targets:
aarch64- AArch64 (little endian)
aarch64_32 - AArch64 (little endian ILP32)
aarch64_be - AArch64 (big endian)
arm- ARM
arm64  - ARM64 (little endian)
arm64_32   - ARM64 (little endian ILP32)
armeb  - ARM (big endian)
ppc32  - PowerPC 32
ppc32le- PowerPC 32 LE
ppc64  - PowerPC 64
ppc64le- PowerPC 64 LE
riscv32- 32-bit RISC-V
riscv64- 64-bit RISC-V
thumb  - Thumb
thumbeb- Thumb (big endian)
x86- 32-bit X86: Pentium-Pro and above
x86-64 - 64-bit X86: EM64T and AMD64

Full log:
https://pkg-status.freebsd.org/ampere2/data/main-arm64-default/pb78025a96ed9_s3c1be0b2615/logs/slurm-wlm-23.11.6.log

Thanks,

-- 
Nuno Teixeira
FreeBSD UNIX: Web:  https://FreeBSD.org

-- 
slurm-users mailing list -- slurm-users@lists.schedmd.com
To unsubscribe send an email to slurm-users-le...@lists.schedmd.com


[slurm-users] Re: FreeBSD/aarch64: ld: error: unknown emulation: elf_aarch64

2024-05-04 Thread Christopher Samuel via slurm-users

On 5/4/24 4:24 am, Nuno Teixeira via slurm-users wrote:


Any clues?

 > ld: error: unknown emulation: elf_aarch64


All I can think is that your ld doesn't like elf_aarch64, from the log 
your posting it looks that's being injected from the FreeBSD ports 
system. Looking at the man page for ld on Linux it says:


  -m emulation
   Emulate the emulation linker.  You can list the available 
emulations with the --verbose or -V options.


So I'd guess you'd need to look at what that version of ld supports and 
then update the ports system to match.


Good luck!

All the best,
Chris
--
Chris Samuel  :  http://www.csamuel.org/  :  Berkeley, CA, USA


--
slurm-users mailing list -- slurm-users@lists.schedmd.com
To unsubscribe send an email to slurm-users-le...@lists.schedmd.com


[slurm-users] Convergence of Kube and Slurm?

2024-05-04 Thread Dan Healy via slurm-users
Bright Cluster Manager has some verbiage on their marketing site that they
can manage a cluster running both Kubernetes and Slurm. Maybe I
misunderstood it. But nevertheless, I am encountering groups more
frequently that want to run a stack of containers that need private
container networking.

What’s the current state of using the same HPC cluster for both Slurm and
Kube?

Note: I’m aware that I can run Kube on a single node, but we need more
resources. So ultimately we need a way to have Slurm and Kube exist in the
same cluster, both sharing the full amount of resources and both being
fully aware of resource usage.

Thanks,

Daniel Healy

-- 
slurm-users mailing list -- slurm-users@lists.schedmd.com
To unsubscribe send an email to slurm-users-le...@lists.schedmd.com