<div dir="ltr"><div><div><div>Dear Prof. Dan,<br></div>Thank you sir. It works. :)<br><br>"<br>[100%] Building CXX object CMakeFiles/DynamicProps.dir/src/applications/dynamicProps/DynamicPropsCmd.cpp.o<br>Linking CXX executable bin/StaticProps<br>[100%] Built target StaticProps<br>Linking CXX executable bin/DynamicProps<br>[100%] Built target DynamicProps<br>"<br><br><br></div>Best Regards,<br></div>Mohamed<br></div><div class="gmail_extra"><br><div class="gmail_quote">On Thu, May 14, 2015 at 3:08 PM, Dan Gezelter <span dir="ltr"><<a href="mailto:gezelter@nd.edu" target="_blank">gezelter@nd.edu</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Dear Mohamed,<br>
<br>
  It looks like cmake found the MPI libraries and include files, but the compiler wasn’t able to link to them.  If you have the mpi compiler available in your path, you can rebuild using that instead of the default c++ compiler:<br>
<br>
export CXX=mpic++<br>
cmake ../openmd-2.3<br>
make<br>
<br>
Best regards,<br>
<br>
 —Dan Gezelter<br>
<div><div class="h5"><br>
> On May 14, 2015, at 8:48 AM, Mohamed Abdu <<a href="mailto:mohamed3ma@gmail.com">mohamed3ma@gmail.com</a>> wrote:<br>
><br>
><br>
> ---------- Forwarded message ----------<br>
> From: Mohamed Abdu <<a href="mailto:mohamed3ma@gmail.com">mohamed3ma@gmail.com</a>><br>
> Date: Thu, May 14, 2015 at 2:46 PM<br>
> Subject: Re: [Openmd-users] make: *** [all] Error 2<br>
> To: Dan Gezelter <<a href="mailto:gezelter@nd.edu">gezelter@nd.edu</a>><br>
><br>
><br>
> kindly find attached the terminal output<br>
><br>
> what is the problem, sir?<br>
><br>
> Thank you,<br>
> Mohamed<br>
><br>
> On Wed, May 13, 2015 at 4:28 PM, Dan Gezelter <<a href="mailto:gezelter@nd.edu">gezelter@nd.edu</a>> wrote:<br>
><br>
> > On May 13, 2015, at 10:11 AM, Mohamed Abdu <<a href="mailto:mohamed3ma@gmail.com">mohamed3ma@gmail.com</a>> wrote:<br>
> ><br>
> > Dear Prof. Dan,<br>
> ><br>
> > Are these the files you want ?<br>
> ><br>
><br>
> Not really.  The CMakeError.log just shows the last cmake command that encountered something missing (in this case the conio.h include file which doesn't exist in linux).<br>
><br>
> Please do:<br>
><br>
> make clean<br>
> cmake ../openmd-2.3<br>
> make VERBOSE=1<br>
><br>
> and send the output.<br>
><br>
> Best regards,<br>
><br>
>  --Dan Gezelter<br>
><br>
> ***********************************************<br>
>   J. Daniel Gezelter<br>
>   Professor of Chemistry and Biochemistry<br>
>   251 Nieuwland Science Hall<br>
>   University of Notre Dame<br>
>   Notre Dame, IN 46556-5670<br>
><br>
>   phone:  +1 (574) 631-7595<br>
>   e-mail: <a href="mailto:gezelter@nd.edu">gezelter@nd.edu</a><br>
>   web:    <a href="http://www.nd.edu/~gezelter" target="_blank">http://www.nd.edu/~gezelter</a><br>
> ************************************************<br>
><br>
><br>
><br>
><br>
><br>
</div></div>> <terminal><br>
<br>
</blockquote></div><br></div>