<div>Hi Mark</div>
<div>After some search on the web, I found that in AIX OS mpcc is the MPI c compiler, while mpCC is the MPI C++ compiler and mpxlf is the MPI fortran compiler.</div>
<div>but when I tried to configure it like: &quot; configure --enable-mpi MPICC=/usr/bin/mpcc&quot;, I still got error complaining &quot;Cannot compile and link MPI code with mpcc&quot;.</div>
<div><br>&nbsp;</div>
<div><span class="gmail_quote">On 10/18/07, <b class="gmail_sendername">Mark Abraham</b> &lt;<a href="mailto:mark.abraham@anu.edu.au">mark.abraham@anu.edu.au</a>&gt; wrote:</span>
<blockquote class="gmail_quote" style="PADDING-LEFT: 1ex; MARGIN: 0px 0px 0px 0.8ex; BORDER-LEFT: #ccc 1px solid">&gt; Hi, thanks for the time<br>&gt; I asked my administrator, he told me that there was no mpicc installed on
<br>&gt; p575, the fore mentioned mpcc was the MPI c compiler, but he is not very<br>&gt; familiar with the AIX OS either, and I will try to explain my problem more<br>&gt; clearly:<br>&gt;<br>&gt; a. configure --enable-mpi --prefix=/hpc/gmxmpi
<br>&gt; I got a error message: &quot;checking whether the MPI cc command works...<br>&gt; configure: error: Cannot compile and link MPI code with mpc&quot;<br>&gt;<br>&gt; b. export MPICC=/usr/bin/mpcc<br>&gt;&nbsp;&nbsp;&nbsp;&nbsp; configure --enable-mpi --prefix=/hpc/gmxmpi
<br>&gt; I got the same error message as (1)<br><br>You need an MPI C compiler. Find out its name. I&#39;d expect b) to work if<br>you use the right name. Otherwise try ./configure --enable-mpi<br>MPICC=name_of_mpi_c_compiler
<br><br>&gt; c. configure --enable-mpi=/usr/bin/mpcc --prefix=/hpc/gmxmpc<br><br>&quot;--enable-mpi=/usr/bin/mpcc&quot; isn&#39;t recognized. Read ./configure --help<br><br>Mark<br><br>_______________________________________________
<br>gmx-users mailing list&nbsp;&nbsp;&nbsp;&nbsp;<a href="mailto:gmx-users@gromacs.org">gmx-users@gromacs.org</a><br><a href="http://www.gromacs.org/mailman/listinfo/gmx-users">http://www.gromacs.org/mailman/listinfo/gmx-users</a><br>Please search the archive at 
<a href="http://www.gromacs.org/search">http://www.gromacs.org/search</a> before posting!<br>Please don&#39;t post (un)subscribe requests to the list. Use the<br>www interface or send it to <a href="mailto:gmx-users-request@gromacs.org">
gmx-users-request@gromacs.org</a>.<br>Can&#39;t post? Read <a href="http://www.gromacs.org/mailing_lists/users.php">http://www.gromacs.org/mailing_lists/users.php</a><br></blockquote></div><br>