Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Move ifx ahead of ifort #1193

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions src/configure
Original file line number Diff line number Diff line change
Expand Up @@ -5680,7 +5680,7 @@ then
then
if test "$hypre_using_openmp" = "yes"
then
for ac_prog in xlf_r ifort ifx gfortran g77 g95 pgf77 pgfortran f77
for ac_prog in xlf_r ifx ifort gfortran g77 g95 pgf77 pgfortran f77
do
# Extract the first word of "$ac_prog", so it can be a program name with args.
set dummy $ac_prog; ac_word=$2
Expand Down Expand Up @@ -5728,7 +5728,7 @@ fi
done

else
for ac_prog in xlf ifort ifx gfortran g77 g95 pgf77 pgfortran f77
for ac_prog in xlf ifx ifort gfortran g77 g95 pgf77 pgfortran f77
do
# Extract the first word of "$ac_prog", so it can be a program name with args.
set dummy $ac_prog; ac_word=$2
Expand Down Expand Up @@ -5779,7 +5779,7 @@ done
else
if test "$hypre_using_openmp" = "yes"
then
for ac_prog in mpxlf mpixlf77_r mpiifort mpiifx mpif77 mpipgf77 mpipgifort
for ac_prog in mpxlf mpixlf77_r mpiifx mpiifort mpif77 mpipgf77 mpipgifort
do
# Extract the first word of "$ac_prog", so it can be a program name with args.
set dummy $ac_prog; ac_word=$2
Expand Down Expand Up @@ -5827,7 +5827,7 @@ fi
done

else
for ac_prog in mpxlf mpixlf77 mpiifort mpiifx mpif77 mpipgf77 mpipgifort
for ac_prog in mpxlf mpixlf77 mpiifx mpiifort mpif77 mpipgf77 mpipgifort
do
# Extract the first word of "$ac_prog", so it can be a program name with args.
set dummy $ac_prog; ac_word=$2
Expand Down