Re: [OMPI users] Typo in mpi-fort-wrapper-data.txt?

2018-01-31 Thread Joshua Wall
Hello Jeff,

   Just to be clear, I installed it with (nothing fancy here... I've
experienced installing OMPI from source before, but its not worth it on
this small laptop!):

sudo apt install libopenmpi-dev

Cordially,

Josh
-- 
Joshua Wall
Doctoral Candidate
Department of Physics
Drexel University
3141 Chestnut Street
Philadelphia, PA 19104
___
users mailing list
users@lists.open-mpi.org
https://lists.open-mpi.org/mailman/listinfo/users

Re: [OMPI users] Typo in mpi-fort-wrapper-data.txt?

2018-01-31 Thread Gilles Gouaillardet
Joshua,

Can you extract the configure command line that was used when building the 
package ?

Packager should always use --with-foo instead of --with-foo=/usr

That being said, there used to be a bug and the latter syntax was required for 
a specific package. I do not remember the details off hand, but I am positive 
this has been fixed a while ago.

Bottom line, /usr/lib in the flags is bad, and
/usr//lib is uglier but equally bad.


Cheers,

Gilles

Joshua Wall  wrote:
>Hello Jeff,
>
>
>   Just to be clear, I installed it with (nothing fancy here... I've 
>experienced installing OMPI from source before, but its not worth it on this 
>small laptop!):
>
>
>sudo apt install libopenmpi-dev
>
>
>Cordially,
>
>
>Josh
>
>-- 
>
>Joshua Wall
>
>Doctoral Candidate
>
>Department of Physics
>
>Drexel University
>
>3141 Chestnut Street
>
>Philadelphia, PA 19104
>
___
users mailing list
users@lists.open-mpi.org
https://lists.open-mpi.org/mailman/listinfo/users