Skip to content

Change compilers in paths to uppercase for external cray packages#44

Open
NMannall wants to merge 1 commit intoARCHER2-HPC:v1.0.2from
NMannall:v1.0.2
Open

Change compilers in paths to uppercase for external cray packages#44
NMannall wants to merge 1 commit intoARCHER2-HPC:v1.0.2from
NMannall:v1.0.2

Conversation

@NMannall
Copy link
Contributor

The cray compiler wrappers can break if the prefix paths for external packages use lowercase compiler names.

To replicate the current error, you can run:

module load PrgEnv-gnu
module load other-software
module load spack
spack install cray-mpich
spack load cray-mpich
ftn hello.F90

Where hello.F90 is a simple test program:

program hello
  use mpi

  print *, 'Hello, World!'
end program hello

@NMannall NMannall requested a review from welucas2 February 19, 2026 14:04
@NMannall NMannall self-assigned this Feb 19, 2026
@NMannall NMannall added bug Something isn't working cse-environment labels Feb 19, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

bug Something isn't working cse-environment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant