Discussion:
[OMPI users] Open MPI not building
Lovelace III, Henry
2018-07-08 21:33:10 UTC
Permalink
Hi,

opal_crs.7 does not generate, package-version requires argument. How do I fix this error?

Thanks
Lovelace III, Henry
2018-07-08 23:49:59 UTC
Permalink
Hi,

opal_crs.7 does not generate, package-version requires argument. How do I fix this error?

Thanks
Gilles Gouaillardet
2018-07-09 00:25:58 UTC
Permalink
Henry,



By any change, did you manually edit 'configure' and remove that line

PACKAGE_VERSION=3.1.0


or even replace it with

PACKAGE_VERSION=



would you mind running

md5sum configure

and post the output ?



note you did not configure --prefix=/.../, Open MPI will be installed in
/usr/local

so since you are building it from a non root account, you should

sudo make install


Cheers,


Gilles


On 7/9/2018 8:49 AM, Lovelace III, Henry wrote:
>
> Hi,
>
>    opal_crs.7 does not generate, *package-version* requires argument.
> How do I fix this error?
>
> Thanks
>
>
>
>
>
> _______________________________________________
> users mailing list
> ***@lists.open-mpi.org
> https://lists.open-mpi.org/mailman/listinfo/users
Lovelace III, Henry
2018-07-09 13:14:51 UTC
Permalink
Hi,

I did not make any changes to the configure file, below is the out put of the md5sum:


1f1ccf59888dc739fad0f9fcff6175d5 configure


Thanks,


Henry

________________________________
From: users <users-***@lists.open-mpi.org> on behalf of Gilles Gouaillardet <***@rist.or.jp>
Sent: Sunday, July 8, 2018 8:25:58 PM
To: ***@lists.open-mpi.org
Subject: Re: [OMPI users] Fw: Open MPI not building

Henry,



By any change, did you manually edit 'configure' and remove that line

PACKAGE_VERSION=3.1.0


or even replace it with

PACKAGE_VERSION=



would you mind running

md5sum configure

and post the output ?



note you did not configure --prefix=/.../, Open MPI will be installed in
/usr/local

so since you are building it from a non root account, you should

sudo make install


Cheers,


Gilles


On 7/9/2018 8:49 AM, Lovelace III, Henry wrote:
>
> Hi,
>
> opal_crs.7 does not generate, *package-version* requires argument.
> How do I fix this error?
>
> Thanks
>
>
>
>
>
> _______________________________________________
> users mailing list
> ***@lists.open-mpi.org
> https://lists.open-mpi.org/mailman/listinfo/users
Gilles Gouaillardet
2018-07-10 00:26:37 UTC
Permalink
Henry,


this is what I have


$ md5sum openmpi-3.1.0/configure

78f5308c46545a9cf1583593328592ac  openmpi-3.1.0/configure


from

0895e268ca27735d7654bf64cee6c256  openmpi-3.1.0.tar.bz2
(as advertised on https://www.open-mpi.org/software/ompi/v3.1/)



Just to be clear, if you choose to install Open MPI from a tarball, you
do not need (and you likely do not want)

to run autogen.pl --force

note autogen.pl will regenerate configure (and hence the md5sum will
very likely change)



Best regards,


Gilles


On 7/9/2018 10:14 PM, Lovelace III, Henry wrote:
>
> Hi,
>
>     I did not make any changes to the configure file, below is the out
> put of the***md5sum*:
>
>
> *1f1ccf59888dc739fad0f9fcff6175d5 configure*
>
> *
> *
>
> Thanks,
>
>
> Henry
>
> ------------------------------------------------------------------------
> *From:* users <users-***@lists.open-mpi.org> on behalf of Gilles
> Gouaillardet <***@rist.or.jp>
> *Sent:* Sunday, July 8, 2018 8:25:58 PM
> *To:* ***@lists.open-mpi.org
> *Subject:* Re: [OMPI users] Fw: Open MPI not building
> Henry,
>
>
>
> By any change, did you manually edit 'configure' and remove that line
>
> PACKAGE_VERSION=3.1.0
>
>
> or even replace it with
>
> PACKAGE_VERSION=
>
>
>
> would you mind running
>
> md5sum configure
>
> and post the output ?
>
>
>
> note you did not configure --prefix=/.../, Open MPI will be installed in
> /usr/local
>
> so since you are building it from a non root account, you should
>
> sudo make install
>
>
> Cheers,
>
>
> Gilles
>
>
> On 7/9/2018 8:49 AM, Lovelace III, Henry wrote:
> >
> > Hi,
> >
> >    opal_crs.7 does not generate, *package-version* requires argument.
> > How do I fix this error?
> >
> > Thanks
> >
> >
> >
> >
> >
> > _______________________________________________
> > users mailing list
> > ***@lists.open-mpi.org
> > https://lists.open-mpi.org/mailman/listinfo/users
>
> _______________________________________________
> users mailing list
> ***@lists.open-mpi.org
> https://lists.open-mpi.org/mailman/listinfo/users
>
>
> _______________________________________________
> users mailing list
> ***@lists.open-mpi.org
> https://lists.open-mpi.org/mailman/listinfo/users
Gilles Gouaillardet
2018-07-09 13:57:46 UTC
Permalink
Henry,

I have a different md5sum from the 3.1.0 tarball.

Did you run ?
autogen.pl --force

The easiest path is likely you download again a tarball and run configure without autogen.pl


Cheers,

Gilles

"Lovelace III, Henry" <***@bnl.gov> wrote:
><!-- P {margin-top:0;margin-bottom:0;} -->
>
>Hi,
>
>    I did not make any changes to the configure file, below is the out put of the md5sum:
>
>
>1f1ccf59888dc739fad0f9fcff6175d5  configure
>
>
>Thanks,
>
>
>Henry
>
>From: users <users-***@lists.open-mpi.org> on behalf of Gilles Gouaillardet <***@rist.or.jp>
>Sent: Sunday, July 8, 2018 8:25:58 PM
>To: ***@lists.open-mpi.org
>Subject: Re: [OMPI users] Fw: Open MPI not building
>
> 
>
>Henry,
>
>
>
>By any change, did you manually edit 'configure' and remove that line
>
>PACKAGE_VERSION=3.1.0
>
>
>or even replace it with
>
>PACKAGE_VERSION=
>
>
>
>would you mind running
>
>md5sum configure
>
>and post the output ?
>
>
>
>note you did not configure --prefix=/.../, Open MPI will be installed in
>/usr/local
>
>so since you are building it from a non root account, you should
>
>sudo make install
>
>
>Cheers,
>
>
>Gilles
>
>
>On 7/9/2018 8:49 AM, Lovelace III, Henry wrote:
>>
>> Hi,
>>
>>    opal_crs.7 does not generate, *package-version* requires argument.
>> How do I fix this error?
>>
>> Thanks
>>
>>
>>
>>
>>
>> _______________________________________________
>> users mailing list
>> ***@lists.open-mpi.org
>> https://lists.open-mpi.org/mailman/listinfo/users
>
>_______________________________________________
>users mailing list
>***@lists.open-mpi.org
>https://lists.open-mpi.org/mailman/listinfo/users
>
Lovelace III, Henry
2018-07-09 14:37:25 UTC
Permalink
Hi,

What do you have for your md5sum from the 3.1.0 tarball? I did not run autogen.pl --force. I did run source /usr/local/bin/ifortvars.sh -arch intel64 -platform linux to prevent the error 127.

Thanks,

Henry


________________________________
From: users <users-***@lists.open-mpi.org> on behalf of Gilles Gouaillardet <***@gmail.com>
Sent: Monday, July 9, 2018 9:57:46 AM
To: Open MPI Users
Subject: Re: [OMPI users] Fw: Open MPI not building

Henry,

I have a different md5sum from the 3.1.0 tarball.

Did you run ?
autogen.pl --force

The easiest path is likely you download again a tarball and run configure without autogen.pl


Cheers,

Gilles

"Lovelace III, Henry" <***@bnl.gov> wrote:

Hi,

I did not make any changes to the configure file, below is the out put of the md5sum:


1f1ccf59888dc739fad0f9fcff6175d5 configure


Thanks,


Henry

________________________________
From: users <users-***@lists.open-mpi.org> on behalf of Gilles Gouaillardet <***@rist.or.jp>
Sent: Sunday, July 8, 2018 8:25:58 PM
To: ***@lists.open-mpi.org
Subject: Re: [OMPI users] Fw: Open MPI not building

Henry,



By any change, did you manually edit 'configure' and remove that line

PACKAGE_VERSION=3.1.0


or even replace it with

PACKAGE_VERSION=



would you mind running

md5sum configure

and post the output ?



note you did not configure --prefix=/.../, Open MPI will be installed in
/usr/local

so since you are building it from a non root account, you should

sudo make install


Cheers,


Gilles


On 7/9/2018 8:49 AM, Lovelace III, Henry wrote:
>
> Hi,
>
> opal_crs.7 does not generate, *package-version* requires argument.
> How do I fix this error?
>
> Thanks
>
>
>
>
>
> _______________________________________________
> users mailing list
> ***@lists.open-mpi.org
> https://lists.open-mpi.org/mailman/listinfo/users
users Info Page - Open MPI<https://lists.open-mpi.org/mailman/listinfo/users>
lists.open-mpi.org
General user information and questions about Open MPI. ==> Users Archives Using users: To post a message to all the list members, send email to ***@lists.open-mpi.org.
Lovelace III, Henry
2018-07-09 19:18:41 UTC
Permalink
Hi,

The autogen.pl --force command worked.

Thanks,

Henry

________________________________
From: users <users-***@lists.open-mpi.org> on behalf of Gilles Gouaillardet <***@gmail.com>
Sent: Monday, July 9, 2018 9:57:46 AM
To: Open MPI Users
Subject: Re: [OMPI users] Fw: Open MPI not building

Henry,

I have a different md5sum from the 3.1.0 tarball.

Did you run ?
autogen.pl --force

The easiest path is likely you download again a tarball and run configure without autogen.pl


Cheers,

Gilles

"Lovelace III, Henry" <***@bnl.gov> wrote:

Hi,

I did not make any changes to the configure file, below is the out put of the md5sum:


1f1ccf59888dc739fad0f9fcff6175d5 configure


Thanks,


Henry

________________________________
From: users <users-***@lists.open-mpi.org> on behalf of Gilles Gouaillardet <***@rist.or.jp>
Sent: Sunday, July 8, 2018 8:25:58 PM
To: ***@lists.open-mpi.org
Subject: Re: [OMPI users] Fw: Open MPI not building

Henry,



By any change, did you manually edit 'configure' and remove that line

PACKAGE_VERSION=3.1.0


or even replace it with

PACKAGE_VERSION=



would you mind running

md5sum configure

and post the output ?



note you did not configure --prefix=/.../, Open MPI will be installed in
/usr/local

so since you are building it from a non root account, you should

sudo make install


Cheers,


Gilles


On 7/9/2018 8:49 AM, Lovelace III, Henry wrote:
>
> Hi,
>
> opal_crs.7 does not generate, *package-version* requires argument.
> How do I fix this error?
>
> Thanks
>
>
>
>
>
> _______________________________________________
> users mailing list
> ***@lists.open-mpi.org
> https://lists.open-mpi.org/mailman/listinfo/users
Loading...