<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
  <head>
    <meta content="text/html; charset=ISO-8859-1"
      http-equiv="Content-Type">
  </head>
  <body text="#000000" bgcolor="#ffffff">
    <br>
    <table id="TransContent" border="0">
      <tbody>
      </tbody>
    </table>
    &nbsp;&nbsp; <br>
    But my link G77 is a symbolic link pointing to the compiler
    Gfortran.<br>
    <br>
    <br>
    varlei@vanaheim:~$ ls -l /usr/bin/g77<br>
    lrwxrwxrwx 1 root root 21 2011-06-22 18:18 /usr/bin/g77 -&gt;
    /usr/bin/gfortran-4.5<br>
    <br>
    <br>
    &nbsp;&nbsp; And also, any compiler that I use, the error persists. I tried
    compiling with Ifort, gfortan, gfortran-4.5 and the error continues.<br>
    &nbsp;&nbsp; I wonder where and how to declare the parameters cited in the
    file README into package parallel-netcdf. (part below) <br>
    &nbsp;&nbsp; <br>
    &nbsp;&nbsp; <br>
    <i>&nbsp;&nbsp;&nbsp; - Fortran routines will pass in a 64 bit integer for some
      parameters (those<br>
      &nbsp;&nbsp;&nbsp;&nbsp;&nbsp; corresponding to MPI_Offset type in the C routines).&nbsp;
      Declare those<br>
      &nbsp;&nbsp;&nbsp;&nbsp;&nbsp; parameters as 'integer(kind=MPI_OFFSET_KIND)'</i><br>
    <br>
    I need to cite an example of this Declaration<br>
    <br>
    Varlei <br>
    <br>
    <br>
    <br>
    <br>
    <br>
    On 06/28/2011 10:46 AM, Jim Edwards wrote:
    <blockquote
      cite="mid:BANLkTimCGkBNAFqtpQfu71jFUcZG10A6nw@mail.gmail.com"
      type="cite">Rajeev,<br>
      <br>
      I think that your question has already been answered.&nbsp;&nbsp; You are
      using the g77 compiler - you need to use gfortran. <br>
      <br>
      Jim<br>
      <br>
      <div class="gmail_quote">On Tue, Jun 28, 2011 at 7:43 AM, Rajeev
        Thakur <span dir="ltr">&lt;<a moz-do-not-send="true"
            href="mailto:thakur@mcs.anl.gov">thakur@mcs.anl.gov</a>&gt;</span>
        wrote:<br>
        <blockquote class="gmail_quote" style="margin: 0pt 0pt 0pt
          0.8ex; border-left: 1px solid rgb(204, 204, 204);
          padding-left: 1ex;">Did you try using gfortran instead of g77
          as the Fortran compiler as I had said?<br>
          <br>
          Rajeev<br>
          <div>
            <div class="h5"><br>
              On Jun 28, 2011, at 8:41 AM, Varlei Everton Menconi wrote:<br>
              <br>
              &gt;<br>
              &gt;<br>
              &gt; -------- Original Message --------<br>
              &gt; Subject: &nbsp; &nbsp; &nbsp;Help, Urgent please. Fwd: Error try
              install parallel-NetCDF: configure: error: F77 does not
              support "integer*8"<br>
              &gt; Date: Fri, 24 Jun 2011 18:02:37 -0300<br>
              &gt; From: Varlei Everton Menconi &lt;<a
                moz-do-not-send="true" href="mailto:varlei@dge.inpe.br">varlei@dge.inpe.br</a>&gt;<br>
              &gt; To: &nbsp; <a moz-do-not-send="true"
                href="mailto:parallel-netcdf@mcs.anl.gov">parallel-netcdf@mcs.anl.gov</a><br>
              &gt;<br>
              &gt;<br>
              &gt; Hello.<br>
              &gt;<br>
              &gt; I need your help. urgent. I didn't complet the
              compilation of program.<br>
              &gt;<br>
              &gt; In &nbsp;file REAME from package-source citate:<br>
              &gt;<br>
              &gt; &nbsp;- Fortran routines will pass in a 64 bit integer for
              some parameters (those<br>
              &gt; &nbsp; &nbsp; &nbsp; corresponding to MPI_Offset type in the C
              routines). &nbsp;Declare those<br>
              &gt; &nbsp; &nbsp; &nbsp; parameters as 'integer(kind=MPI_OFFSET_KIND)'<br>
              &gt;<br>
              &gt; How to and what file and parameters i do this
              settings ?<br>
              &gt; It's a possible send me samples of configuration.<br>
              &gt;<br>
              &gt; This error:<br>
              &gt; &nbsp;configure: error: F77 does not support "integer*8"<br>
              &gt;<br>
              &gt; Varlei<br>
              &gt;<br>
              &gt;<br>
              &gt;<br>
              &gt;<br>
              &gt; -------- Original Message --------<br>
              &gt; Subject: &nbsp; &nbsp; &nbsp;Error try install parallel-NetCDF:
              configure: error: F77 does not support "integer*8"<br>
              &gt; Date: Wed, 22 Jun 2011 19:15:23 -0300<br>
              &gt; From: Varlei Everton Menconi &lt;<a
                moz-do-not-send="true" href="mailto:varlei@dge.inpe.br">varlei@dge.inpe.br</a>&gt;<br>
              &gt; To: &nbsp; <a moz-do-not-send="true"
                href="mailto:parallel-netcdf@mcs.anl.gov">parallel-netcdf@mcs.anl.gov</a><br>
              &gt; CC: &nbsp; <a moz-do-not-send="true"
                href="mailto:varlei@dge.inpe.br">varlei@dge.inpe.br</a><br>
              &gt;<br>
              &gt; Hello.<br>
              &gt;<br>
              &gt; I tring to install &nbsp;parallel-netcdf.<br>
              &gt;<br>
              &gt; I run &nbsp;the command<br>
              &gt; ./configure --prefix=/usr/local/parallelNetCDF
              --enable-fortran<br>
              &gt; --enable-mpi-io-test --with-mpi=/usr<br>
              &gt;<br>
              &gt; The compile processing with sucess (look log this
              display compile<br>
              &gt; process into attach file) at error above show.<br>
              &gt;<br>
              &gt; I would like know what cause this error and how to
              compile the program<br>
              &gt; parallelNetCDF.<br>
              &gt;<br>
              &gt; The environment &nbsp;variables settings :<br>
              &gt;<br>
              &gt; #!/bin/bash<br>
              &gt; SHELL=/bin/bash<br>
              &gt;<br>
              &gt; MAILTO=<a moz-do-not-send="true"
                href="mailto:varlei@dge.inpe.br">varlei@dge.inpe.br</a><br>
              &gt;<br>
              &gt; clear<br>
              &gt; # export USEFORTRAN=/usr/bin/fort77<br>
              &gt; export USEFORTRAN=/usr/bin/g77<br>
            </div>
          </div>
        </blockquote>
      </div>
    </blockquote>
    <blockquote
      cite="mid:BANLkTimCGkBNAFqtpQfu71jFUcZG10A6nw@mail.gmail.com"
      type="cite">
      <div class="gmail_quote">
        <blockquote class="gmail_quote" style="margin: 0pt 0pt 0pt
          0.8ex; border-left: 1px solid rgb(204, 204, 204);
          padding-left: 1ex;">
          <div>
            <div class="h5">
              &gt; # export USEFORTRAN=/usr/bin/ratfor<br>
              &gt; # export USEFORTRAN=/opt/intel/bin/ifort<br>
              &gt;<br>
              &gt; ##<br>
              &gt; # export MPICC=/usr/bin/mpicc<br>
              &gt; export MPICC=/usr/bin/mpicc.mpich2<br>
              &gt; export MPICXX=/usr/bin/mpic++.mpich2<br>
              &gt; export CC=/usr/bin/gcc<br>
              &gt; export CXX=/usr/bin/g++<br>
              &gt; ##<br>
              &gt; export MPIF77=/usr/bin/mpif90.mpich2<br>
              &gt; export F77=$USEFORTRAN<br>
              &gt; export F90=$USEFORTRAN<br>
              &gt; export F95=$USEFORTRAN<br>
              &gt; ##<br>
              &gt;<br>
              &gt; I work with gnu-compilers (gfortran-4.5, gcc-4.5,
              g++-4.5) &nbsp;and intel<br>
              &gt; compilers version 12.0.4<br>
              &gt; (icc 12.0.4.00, icpc, ifortran-12.0.4)<br>
              &gt;<br>
              &gt; I need yor help urgent.<br>
              &gt;<br>
              &gt; Thanks by attention.<br>
              &gt;<br>
              &gt;<br>
              &gt; Varlei Everton Menconi<br>
              &gt; (S&atilde;o Jos&eacute; dos Campos, SP, Brazil)<br>
              &gt;<br>
              &gt; <a moz-do-not-send="true"
                href="mailto:varlei@dge.inpe.br">varlei@dge.inpe.br</a><br>
              &gt;<br>
              &gt;<br>
              &gt;<br>
              &gt;<br>
              &gt;<br>
              &gt;<br>
              &gt;<br>
              &gt;<br>
              &gt;<br>
              &gt;<br>
              &gt;<br>
              &gt; --<br>
              &gt;
-----------------------------------------------------------------------------<br>
              &gt; &nbsp; Varlei Everton Menconi<br>
              &gt; &nbsp; (<br>
              &gt; <a moz-do-not-send="true"
                href="mailto:varlei@dge.inpe.br">varlei@dge.inpe.br</a><br>
              &gt; )<br>
              &gt;<br>
              &gt; &nbsp; INPE - Instituto Nacional de Pesquisas Espaciais<br>
              &gt; &nbsp; CEA - Ci&ecirc;ncias Espaciais e Atmosf&eacute;ricas<br>
              &gt; &nbsp; DGE - Divis&atilde;o de Geof&iacute;sica Espacial<br>
              &gt; &nbsp; Avenida dos Astronautas, 1758- Jardim Granja
              -Predio Sigma -Sala 41<br>
              &gt; &nbsp; Cep: 12227-010 - S&atilde;o Jose dos Campos - SP - Brasil<br>
              &gt; &nbsp; fone: &nbsp;(055) (012) &nbsp;3208-6819<br>
              &gt; &nbsp; fax: &nbsp; (055) (012) &nbsp;3208-6810<br>
              &gt;
------------------------------------------------------------------------------<br>
              &gt;<br>
              &gt;<br>
              &gt;<br>
            </div>
          </div>
          &gt; &lt;logCompileParallelNetCdf.txt&gt;<br>
          <br>
        </blockquote>
      </div>
      <br>
    </blockquote>
    <br>
    <br>
    <pre class="moz-signature" cols="72">-- 
-----------------------------------------------------------------------------
 Varlei Everton Menconi
 (<a class="moz-txt-link-abbreviated" href="mailto:varlei@dge.inpe.br">varlei@dge.inpe.br</a>)

 INPE - Instituto Nacional de Pesquisas Espaciais
 CEA - Ci&ecirc;ncias Espaciais e Atmosf&eacute;ricas
 DGE - Divis&atilde;o de Geof&iacute;sica Espacial
 Avenida dos Astronautas, 1758- Jardim Granja -Predio Sigma -Sala 41
 Cep: 12227-010 - S&atilde;o Jose dos Campos - SP - Brasil
 fone:  (055) (012)  3208-6819
 fax:   (055) (012)  3208-6810
------------------------------------------------------------------------------</pre>
  </body>
</html>