Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
S
src
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
6
Issues
6
List
Boards
Labels
Service Desk
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Code Review
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
H5hut
src
Commits
20424235
Commit
20424235
authored
Jun 23, 2017
by
gsell
1
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
configure.ac
- set Fortran compiler with AC_PROG_FC, closing
#7
parent
7d73439b
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
7 additions
and
0 deletions
+7
-0
configure.ac
configure.ac
+7
-0
No files found.
configure.ac
View file @
20424235
...
...
@@ -119,18 +119,25 @@ if test "x$ENABLE_PARALLEL" = "xyes"; then
if test "x$MPICXX" != "x"; then
CXX=$MPICXX
fi
if test "x$MPIFC" != "x"; then
FC=$MPIFC
fi
c_compilers="mpicc cc"
cxx_compilers="mpic++ CC"
fc_compiler="mpifort"
else
c_compilers="pgcc pathcc icc gcc cc_r cc"
cxx_compilers="pgcc pathcc icc g++ cc_r c++"
fc_compiler="ifort gfortran g95"
fi
AC_PROG_CC($c_compilers)
AC_PROG_CXX($cxx_compilers)
AC_PROG_FC($fc_compiler)
CC=`which $CC`
CXX=`which $CXX`
FC=`which $FC`
AC_PROG_CC_C99
if test "x$ac_cv_prog_cc_c99" = "xno"; then
...
...
gsell
@gsell
mentioned in issue
#7 (closed)
·
Jul 26, 2017
mentioned in issue
#7 (closed)
mentioned in issue #7
Toggle commit list
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment