Skip to content

Commit e79942a

Browse files
committed
perlmutter: MPICC use absolute path
This fix mpi4py failed to build when `cuda` package is added to the `config/common.txt` file.
1 parent 46a4773 commit e79942a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

config/perlmutter/build_env.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
export MPICC=cc
1+
export MPICC=$(which cc)

0 commit comments

Comments
 (0)