Skip to content

Commit

Permalink
specify CCOMPL for 5.5.3
Browse files Browse the repository at this point in the history
  • Loading branch information
JakeOShannessy committed Apr 16, 2024
1 parent 8a3e33d commit 89c2219
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion fds/5.5.3.spec
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
%global intelmpi_build_command \
dir=$(pwd) \
target=${dir##*/} \
make FCOMPL=mpiifx FOPENMPFLAGS="-qopenmp -qopenmp-link static -liomp5" VPATH="../../FDS_Source" -f ../makefile "$target"
make CCOMPL=icx FCOMPL=mpiifx FOPENMPFLAGS="-qopenmp -qopenmp-link static -liomp5" VPATH="../../FDS_Source" -f ../makefile "$target"
%global mpich_build_command \
dir=$(pwd) \
target=${dir##*/} \
Expand Down

0 comments on commit 89c2219

Please sign in to comment.