~ubuntu-branches/ubuntu/vivid/mpich/vivid-proposed

« back to all changes in this revision

Viewing changes to src/env/mpif90.conf.in

  • Committer: Package Import Robot
  • Author(s): Anton Gladky
  • Date: 2014-04-01 20:24:20 UTC
  • mfrom: (5.2.4 sid)
  • Revision ID: package-import@ubuntu.com-20140401202420-t5ey1ia2klt5dkq3
Tags: 3.1-4
* [c3e3398] Disable test_primitives, which is unreliable on some platforms.
            (Closes: #743047)
* [265a699] Add minimal autotest.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
#! /bin/sh
2
 
#
3
 
# This file contains configuration information for mpicc.  This is
4
 
# essentially just the variable-initialization part of mpif90.
5
 
# --------------------------------------------------------------------------
6
 
# Set the default values of all variables.
7
 
#
8
 
# Directory locations: Fixed for any MPI implementation.
9
 
# Set from the directory arguments to configure (e.g., --prefix=/usr/local)
10
 
prefix=@prefix@
11
 
exec_prefix=@exec_prefix@
12
 
sysconfdir=@sysconfdir@
13
 
includedir=@includedir@
14
 
libdir=@libdir@
15
 
 
16
 
# Default settings for compiler, flags, and libraries
17
 
# Determined by a combination of environment variables and tests within
18
 
# configure (e.g., determining whehter -lsocket is needee)
19
 
FC="@FC@"
20
 
FCCPP="@FCCPP@"
21
 
# Fortran 90 Compiler characteristics
22
 
FCINC="@FCINC@"
23
 
# f90modinc specifies how to add a directory to the search path for modules.
24
 
# Some compilers (Intel ifc version 5) do not support this concept, and 
25
 
# instead need 
26
 
# a specific list of files that contain module names and directories.
27
 
# The FCMODINCSPEC is a more general approach that uses <dir> and <file>
28
 
# for the directory and file respectively.
29
 
FCMODINC="@FCMODINCFLAG@"
30
 
FCMODINCSPEC="@FCMODINCSPEC@"
31
 
FCEXT="@FCEXT@"
32
 
FCFLAGS="@WRAPPER_FCFLAGS@"
33
 
LDFLAGS="@WRAPPER_LDFLAGS@"
34
 
LIBS="@WRAPPER_LIBS@"
35
 
MPICH_VERSION="@MPICH_VERSION@"