<html>
<head>
<meta content="text/html; charset=UTF-8" http-equiv="Content-Type">
</head>
<body text="#000000" bgcolor="#FFFFFF">
<div class="moz-cite-prefix">I made this modification in configure
and I have success<br>
<br>
./configure --prefix=/home/fernando_luz/usr/mpe
--with-mpicc=/home/fernando_luz/usr/mpich/bin/mpicc
--with-mpilibs=<i class="moz-txt-slash"><span class="moz-txt-tag">-L/</span>home/fernando_luz/usr/mpich/lib<span
class="moz-txt-tag">/</span></i> --with-mpiinc=<i
class="moz-txt-slash"><span class="moz-txt-tag">-I/</span>home/fernando_luz/usr/mpich/include<span
class="moz-txt-tag">/ --disable-f77<br>
<br>
</span></i><span class="moz-txt-slash"><span class="moz-txt-tag">but
it's the correct way to execute the configure?</span></span><i
class="moz-txt-slash"><span class="moz-txt-tag"><br>
<br>
</span></i><span class="moz-txt-slash"><span class="moz-txt-tag">Regards</span></span><i
class="moz-txt-slash"><span class="moz-txt-tag"><br>
</span></i><br>
On 06/10/2013 11:16 AM, fernando_luz wrote:<br>
</div>
<blockquote cite="mid:51B5DFB4.7070309@tpn.usp.br" type="cite">Hi
Jeff and Antonio,
<br>
<br>
<br>
I checked my mpich installation and everything is ok.
<br>
<br>
I used the variables CC=mpicc and MPI_CC=mpicc and I don't have
any success.
<br>
<br>
Looking the log, my guess is the command to link the conftest.c
wasn't built in a correct way, because the Include flag '-I' and
the library path '-L' was not inserted in the command line.
<br>
<br>
configure:4099: /home/fernando_luz/usr/mpich/bin/mpicc -o conftest
/home/fernando_luz/usr/mpich/include/ conftest.c
/home/fernando_luz/usr/mpich/lib/ >&5
<br>
<br>
Running this command in the terminal (with -I and -L) I have
success.
<br>
<br>
It's my first time using the autoconf, and I don't have an idea
where I can modify this.
<br>
<br>
Regards
<br>
<br>
On 06/07/2013 07:38 PM, Jeff Hammond wrote:
<br>
<blockquote type="cite">Did you read it? It's got the reason that
configure is failing pretty
<br>
clearly stated. You need to debug your configure invocation.
Maybe use
<br>
CC=mpicc etc instead...
<br>
<br>
Jeff
<br>
<br>
Sent from my iPhone
<br>
<br>
On Jun 7, 2013, at 3:04 PM, fernando_luz
<a class="moz-txt-link-rfc2396E" href="mailto:fernando_luz@tpn.usp.br"><fernando_luz@tpn.usp.br></a> wrote:
<br>
<br>
<blockquote type="cite">In attachment.
<br>
<br>
Fernando
<br>
<br>
On 06/07/2013 04:56 PM, Jeff Hammond wrote:
<br>
<blockquote type="cite">please attach config.log.
<br>
<br>
jeff
<br>
<br>
On Fri, Jun 7, 2013 at 1:07 PM, fernando_luz
<a class="moz-txt-link-rfc2396E" href="mailto:fernando_luz@tpn.usp.br"><fernando_luz@tpn.usp.br></a> wrote:
<br>
<blockquote type="cite">Hi Rajeev,
<br>
<br>
Thanks for the answers.
<br>
<br>
I get the source code in repository, but I didn't succeed
in the compile
<br>
process.
<br>
I ran the autogen.sh and after this I tried to configure
my installation and
<br>
I received the following error message.
<br>
<br>
<br>
fernando_luz@TPN000300:~/git/mpe$ ./configure
<br>
--prefix=/home/fernando_luz/usr/mpe
<br>
--with-mpicc=/home/fernando_luz/usr/mpich/bin/mpicc
<br>
--with-mpilibs=/home/fernando_luz/usr/mpich/lib/
<br>
--with-mpiinc=/home/fernando_luz/usr/mpich/include/
<br>
Configuring MPE Profiling System with
'--prefix=/home/fernando_luz/usr/mpe'
<br>
'--with-mpicc=/home/fernando_luz/usr/mpich/bin/mpicc'
<br>
'--with-mpilibs=/home/fernando_luz/usr/mpich/lib/'
<br>
'--with-mpiinc=/home/fernando_luz/usr/mpich/include/'
<br>
'MPI_CC=/home/fernando_luz/usr/mpich/bin/mpicc'
<br>
'MPI_INC=/home/fernando_luz/usr/mpich/include'
<br>
'MPI_LIBS=/home/fernando_luz/usr/mpich/lib'
<br>
checking for current directory name...
/home/fernando_luz/git/mpe
<br>
checking gnumake... yes using --no-print-directory
<br>
checking BSD 4.4 make... no - whew
<br>
checking OSF V3 make... no
<br>
checking for virtual path format... VPATH
<br>
User supplied MPI implmentation (Good Luck!)
<br>
checking for leftover Makefiles in subpackages ... none
<br>
checking for gcc... cc
<br>
checking whether the C compiler works... yes
<br>
checking for C compiler default output file name... a.out
<br>
checking for suffix of executables...
<br>
checking whether we are cross compiling... no
<br>
checking for suffix of object files... o
<br>
checking whether we are using the GNU C compiler... yes
<br>
checking whether cc accepts -g... yes
<br>
checking for cc option to accept ISO C89... none needed
<br>
checking whether MPI_CC has been set ...
<br>
/home/fernando_luz/usr/mpich/bin/mpicc
<br>
checking whether we are using the GNU Fortran 77
compiler... no
<br>
checking whether f77 accepts -g... no
<br>
checking whether MPI_F77 has been set ... f77
<br>
checking for the linkage of the supplied MPI C definitions
... no
<br>
configure: error: Cannot link with basic MPI C program!
<br>
Check your MPI include paths, MPI libraries and MPI
CC compiler
<br>
<br>
Where /home/fernando_luz/usr/mpich/ is my mpi installation
(MPICH-3.0.4).
<br>
<br>
I prefer to use the mpe in repository because in the site,
the last version
<br>
was dated in 2010 and in the git repository the last
commit was in 2012.
<br>
<br>
Regards
<br>
<br>
Fernando
<br>
<br>
<br>
<br>
On 06/04/2013 03:05 PM, Rajeev Thakur wrote:
<br>
<blockquote type="cite">It can be downloaded from
<br>
<a class="moz-txt-link-freetext" href="http://www.mcs.anl.gov/research/projects/perfvis/download/index.htm">http://www.mcs.anl.gov/research/projects/perfvis/download/index.htm</a>.
<br>
<br>
The source repository is at
<a class="moz-txt-link-freetext" href="http://git.mpich.org/mpe.git/">http://git.mpich.org/mpe.git/</a>
<br>
<br>
Rajeev
<br>
<br>
On Jun 4, 2013, at 12:48 PM, Jeff Hammond wrote:
<br>
<br>
<blockquote type="cite">MPE isn't actively developed and
should sit strictly on top of any MPI
<br>
implementation so you can just grab MPE from an older
release of
<br>
MPICH.
<br>
<br>
My guess is that MPE will be a standalone download at
some point in the
<br>
future.
<br>
<br>
Jeff
<br>
<br>
On Tue, Jun 4, 2013 at 10:59 AM, fernando_luz
<a class="moz-txt-link-rfc2396E" href="mailto:fernando_luz@tpn.usp.br"><fernando_luz@tpn.usp.br></a>
<br>
wrote:
<br>
<blockquote type="cite">Hi,
<br>
<br>
I didn't find the MPE source in mpich-3.0.4 package.
Where I can
<br>
download
<br>
the source? It is still compatible with mpich?
<br>
<br>
And I tried to install the logging support available
in this release,
<br>
but my
<br>
try didn't was successful. I received the follow
error:
<br>
<br>
/home/fernando_luz/software/mpich-3.0.4/src/util/logging/rlog/configure:
<br>
line 3694: PAC_CC_SUBDIR_SHLIBS: command not found
<br>
configure: creating ./config.status
<br>
config.status: error: cannot find input file:
`Makefile.in'
<br>
configure: error: src/util/logging/rlog configure
failed
<br>
<br>
I attached the c.txt file used in the configuration.
<br>
<br>
Regards
<br>
<br>
Fernando
<br>
<br>
_______________________________________________
<br>
discuss mailing list <a class="moz-txt-link-abbreviated" href="mailto:discuss@mpich.org">discuss@mpich.org</a>
<br>
To manage subscription options or unsubscribe:
<br>
<a class="moz-txt-link-freetext" href="https://lists.mpich.org/mailman/listinfo/discuss">https://lists.mpich.org/mailman/listinfo/discuss</a>
<br>
</blockquote>
<br>
--
<br>
Jeff Hammond
<br>
Argonne Leadership Computing Facility
<br>
University of Chicago Computation Institute
<br>
<a class="moz-txt-link-abbreviated" href="mailto:jhammond@alcf.anl.gov">jhammond@alcf.anl.gov</a> / (630) 252-5381
<br>
<a class="moz-txt-link-freetext" href="http://www.linkedin.com/in/jeffhammond">http://www.linkedin.com/in/jeffhammond</a>
<br>
<a class="moz-txt-link-freetext" href="https://wiki.alcf.anl.gov/parts/index.php/User:Jhammond">https://wiki.alcf.anl.gov/parts/index.php/User:Jhammond</a>
<br>
ALCF docs: <a class="moz-txt-link-freetext" href="http://www.alcf.anl.gov/user-guides">http://www.alcf.anl.gov/user-guides</a>
<br>
_______________________________________________
<br>
discuss mailing list <a class="moz-txt-link-abbreviated" href="mailto:discuss@mpich.org">discuss@mpich.org</a>
<br>
To manage subscription options or unsubscribe:
<br>
<a class="moz-txt-link-freetext" href="https://lists.mpich.org/mailman/listinfo/discuss">https://lists.mpich.org/mailman/listinfo/discuss</a>
<br>
</blockquote>
_______________________________________________
<br>
discuss mailing list <a class="moz-txt-link-abbreviated" href="mailto:discuss@mpich.org">discuss@mpich.org</a>
<br>
To manage subscription options or unsubscribe:
<br>
<a class="moz-txt-link-freetext" href="https://lists.mpich.org/mailman/listinfo/discuss">https://lists.mpich.org/mailman/listinfo/discuss</a>
<br>
</blockquote>
_______________________________________________
<br>
discuss mailing list <a class="moz-txt-link-abbreviated" href="mailto:discuss@mpich.org">discuss@mpich.org</a>
<br>
To manage subscription options or unsubscribe:
<br>
<a class="moz-txt-link-freetext" href="https://lists.mpich.org/mailman/listinfo/discuss">https://lists.mpich.org/mailman/listinfo/discuss</a>
<br>
</blockquote>
<br>
</blockquote>
<config.log>
<br>
_______________________________________________
<br>
discuss mailing list <a class="moz-txt-link-abbreviated" href="mailto:discuss@mpich.org">discuss@mpich.org</a>
<br>
To manage subscription options or unsubscribe:
<br>
<a class="moz-txt-link-freetext" href="https://lists.mpich.org/mailman/listinfo/discuss">https://lists.mpich.org/mailman/listinfo/discuss</a>
<br>
</blockquote>
_______________________________________________
<br>
discuss mailing list <a class="moz-txt-link-abbreviated" href="mailto:discuss@mpich.org">discuss@mpich.org</a>
<br>
To manage subscription options or unsubscribe:
<br>
<a class="moz-txt-link-freetext" href="https://lists.mpich.org/mailman/listinfo/discuss">https://lists.mpich.org/mailman/listinfo/discuss</a>
<br>
</blockquote>
<br>
_______________________________________________
<br>
discuss mailing list <a class="moz-txt-link-abbreviated" href="mailto:discuss@mpich.org">discuss@mpich.org</a>
<br>
To manage subscription options or unsubscribe:
<br>
<a class="moz-txt-link-freetext" href="https://lists.mpich.org/mailman/listinfo/discuss">https://lists.mpich.org/mailman/listinfo/discuss</a>
<br>
</blockquote>
<br>
</body>
</html>