Rodrigo Arias rarias
  • Joined on 2024-04-26
rarias commented on pull request rarias/jungle#213 2025-10-31 13:25:39 +01:00
Fix mpich cross compilation and clean up tagaspi

Thanks!

rarias commented on pull request rarias/jungle#213 2025-10-31 13:24:24 +01:00
Fix mpich cross compilation and clean up tagaspi

Currently we don't use the openmpi package of jungle, so I wouldn't change it.

rarias deleted branch disable-slurm-suspend from rarias/jungle 2025-10-31 11:59:06 +01:00
rarias merged pull request rarias/jungle#214 2025-10-31 11:58:28 +01:00
Don't suspend owl compute nodes
rarias closed issue rarias/jungle#156 2025-10-31 11:58:27 +01:00
Power on nodes located on top of the rack
rarias pushed to master at rarias/jungle 2025-10-31 11:58:27 +01:00
fc69ef3217 Enable pam_slurm_adopt in all compute nodes
1d025f7a38 Don't suspend owl compute nodes
Compare 2 commits »
rarias pushed to disable-slurm-suspend at rarias/jungle 2025-10-31 11:42:12 +01:00
fc69ef3217 Enable pam_slurm_adopt in all compute nodes
1d025f7a38 Don't suspend owl compute nodes
Compare 2 commits »
rarias deleted branch cross-filter from abonerib/jungle 2025-10-31 11:40:51 +01:00
rarias pushed to disable-slurm-suspend at rarias/jungle 2025-10-31 11:27:56 +01:00
541c16cf44 Enable pam_slurm_adopt in all compute nodes
018d94bd77 Don't suspend owl compute nodes
7989779c8f Filter out packages by platform from crossSet
7d721084a7 Add meta to cudainfo
796d34a549 Set amd-uprof platforms to x86_64-linux only
Compare 5 commits »
rarias pushed to master at rarias/jungle 2025-10-31 11:27:35 +01:00
7989779c8f Filter out packages by platform from crossSet
7d721084a7 Add meta to cudainfo
796d34a549 Set amd-uprof platforms to x86_64-linux only
Compare 3 commits »
rarias pushed to cross-filter at abonerib/jungle 2025-10-31 11:22:08 +01:00
7989779c8f Filter out packages by platform from crossSet
7d721084a7 Add meta to cudainfo
796d34a549 Set amd-uprof platforms to x86_64-linux only
Compare 3 commits »
rarias commented on pull request rarias/jungle#209 2025-10-31 11:18:00 +01:00
Add quickShell to build devshells quickly

I see this more akin to a combination of nix develop + shell where the user is fine with an ephemeral shell.

I don't want to allow ephermeral shells without the flake.nix and flake.lock, as…

rarias commented on pull request rarias/jungle#210 2025-10-31 10:52:01 +01:00
Remove cudainfo and amd-uprof from crossSet

Okay, then fine for me.

rarias pushed to disable-slurm-suspend at rarias/jungle 2025-10-31 10:35:26 +01:00
dde13db192 Enable pam_slurm_adopt in all compute nodes
rarias created pull request rarias/jungle#214 2025-10-30 16:04:14 +01:00
Don't suspend owl compute nodes
rarias created branch disable-slurm-suspend in rarias/jungle 2025-10-30 16:03:35 +01:00
rarias pushed to disable-slurm-suspend at rarias/jungle 2025-10-30 16:03:35 +01:00
b8ecc178e3 Don't suspend owl compute nodes
rarias commented on pull request rarias/jungle#213 2025-10-30 13:17:49 +01:00
Fix mpich cross compilation and clean up tagaspi

Thanks!

mpich seems to work (although we lose fortran support when cross compiling). This also fixed its dependants:

  • cross.riscv64.osumb
  • cross.riscv64.sonar
  • `cross.riscv…
rarias commented on pull request rarias/jungle#210 2025-10-30 13:05:41 +01:00
Remove cudainfo and amd-uprof from crossSet

I would like to keep the simple idea that either cross-compilation for a package works (for the pinned commit) and is maintained with cross=true or is broken (even if its is not).

I assume…