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

Dan Gezelter gezelter at nd.edu
Thu May 14 09:08:33 EDT 2015


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>



More information about the Openmd-users mailing list