[Openmd-users] make: *** [all] Error 2

Mohamed Abdu mohamed3ma at gmail.com
Thu May 14 09:49:28 EDT 2015


Dear Prof. Dan,
Thank you sir. It works. :)

"
[100%] Building CXX object
CMakeFiles/DynamicProps.dir/src/applications/dynamicProps/DynamicPropsCmd.cpp.o
Linking CXX executable bin/StaticProps
[100%] Built target StaticProps
Linking CXX executable bin/DynamicProps
[100%] Built target DynamicProps
"


Best Regards,
Mohamed

On Thu, May 14, 2015 at 3:08 PM, Dan Gezelter <gezelter at nd.edu> wrote:

> Dear Mohamed,
>
>   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:
>
> export CXX=mpic++
> cmake ../openmd-2.3
> make
>
> Best regards,
>
>  —Dan Gezelter
>
> > On May 14, 2015, at 8:48 AM, Mohamed Abdu <mohamed3ma at gmail.com> wrote:
> >
> >
> > ---------- Forwarded message ----------
> > From: Mohamed Abdu <mohamed3ma at gmail.com>
> > Date: Thu, May 14, 2015 at 2:46 PM
> > Subject: Re: [Openmd-users] make: *** [all] Error 2
> > To: Dan Gezelter <gezelter at nd.edu>
> >
> >
> > kindly find attached the terminal output
> >
> > what is the problem, sir?
> >
> > Thank you,
> > Mohamed
> >
> > On Wed, May 13, 2015 at 4:28 PM, Dan Gezelter <gezelter at nd.edu> wrote:
> >
> > > On May 13, 2015, at 10:11 AM, Mohamed Abdu <mohamed3ma at gmail.com>
> wrote:
> > >
> > > Dear Prof. Dan,
> > >
> > > Are these the files you want ?
> > >
> >
> > 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).
> >
> > Please do:
> >
> > make clean
> > cmake ../openmd-2.3
> > make VERBOSE=1
> >
> > and send the output.
> >
> > Best regards,
> >
> >  --Dan Gezelter
> >
> > ***********************************************
> >   J. Daniel Gezelter
> >   Professor of Chemistry and Biochemistry
> >   251 Nieuwland Science Hall
> >   University of Notre Dame
> >   Notre Dame, IN 46556-5670
> >
> >   phone:  +1 (574) 631-7595
> >   e-mail: gezelter at nd.edu
> >   web:    http://www.nd.edu/~gezelter
> > ************************************************
> >
> >
> >
> >
> >
> > <terminal>
>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://openmd.org/pipermail/openmd-users/attachments/20150514/22e6b865/attachment.html>


More information about the Openmd-users mailing list