Skip to content

Commit

Permalink
Fix missing comma in CXX options
Browse files Browse the repository at this point in the history
Co-authored-by: Pierre Jolivet <prj-@users.noreply.github.com>
  • Loading branch information
simonlegrand and prj- authored Dec 21, 2024
1 parent dde45a2 commit 9920ab7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/full-openmpi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ jobs:

env:
CC: gcc
CXX: "g++ -Wl -ld_classic -Wno-unused-command-line-argument"
CXX: "g++ -Wl,-ld_classic -Wno-unused-command-line-argument"
FC: gfortran
F77: gfortran
MPIRUN: mpirun
Expand Down

0 comments on commit 9920ab7

Please sign in to comment.