Re: [OMPI users] Linkage problem

2018-04-05 Thread Quentin Faure
n 4 Apr 2018, at 11:30, Jeff Squyres (jsquyres) <jsquy...@cisco.com> wrote: > >> On Apr 4, 2018, at 12:58 PM, Quentin Faure <quentin...@hotmail.fr> wrote: >> >> Sorry, I did not see my autocorrect changed some word. >> >> I added the -l and it did n

Re: [OMPI users] Linkage problem

2018-04-04 Thread Quentin Faure
Sorry, I did not see my autocorrect changed some word. I added the -l and it did not change anything. Also the mpicxx —showme does not work. It says that the option —showme does not exist Quentin On Apr 4, 2018, at 10:45, Quentin Faure <quentin...@hotmail.fr<mailto:quentin...@hotm

Re: [OMPI users] Linkage problem

2018-04-04 Thread Quentin Faure
ught you had linker input was a missing -I on /usr/lib/openmpi/include . Though that include shouldn't be needed as the wrapper will do that for you. You can see what the wrapper passes to gcc by running: mpicxx --showme. -Nathan On Apr 03, 2018, at 02:16 PM, Quentin Faure <quenti

[OMPI users] Linkage problem

2018-03-29 Thread Quentin Faure
Hello, I would like to use openmpi with a software called LAMMPS. I know it is possible when compiling the software to indicate it to use it with openmpi. However when I do that I have a warning message telling me that the linkage could not have been done (I specified the path for openmpi