Discussion:
[OMPI users] [[INVALID], INVALID] ORTE_ERROR_LOG: Not found in file ess_env_module.c at line 367
Blair Climenhaga
2016-06-23 18:48:15 UTC
Permalink
Hello Everyone!

I recently downloaded OpenFOAM and while attempting to use its parallel features (which use mpi) I recieve the following error:

***@su2-HP:~/OpenFOAM/su2-3.0.1/run/tutorials/incompressible/simpleFoam/motorBike_baseCase$ mpirun -np 4 simpleFoam -parallel


[su2-HP:21015] [[INVALID],INVALID] ORTE_ERROR_LOG: Not found in file ess_env_module.c at line 367


[su2-HP:21016] [[INVALID],INVALID] ORTE_ERROR_LOG: Not found in file ess_env_module.c at line 367


[su2-HP:21013] [[INVALID],INVALID] ORTE_ERROR_LOG: Not found in file ess_env_module.c at line 367


[su2-HP:21014] [[INVALID],INVALID] ORTE_ERROR_LOG: Not found in file ess_env_module.c at line 367


[su2-HP:21011] tcp_peer_recv_connect_ack: invalid header type: -1721630720


[su2-HP:21011] tcp_peer_recv_connect_ack: invalid header type: -1721630720


[su2-HP:21011] tcp_peer_recv_connect_ack: invalid header type: -1721630720


[su2-HP:21011] tcp_peer_recv_connect_ack: invalid header type: -1721630720

I have double-checked with colleagues that all OpenFOAM functions were correct so the only two remaining causes are that the mpi was not installed correctly and or that it is not correctly linked to the OpenFOAM. From the errors shown above, does anyone have an idea of which it may be? Or if it may be another problem entirely. Thank you everyone for your time and for any help you may be able to give.

All the best,
Blair Climenhaga
Ralph Castain
2016-06-23 18:59:56 UTC
Permalink
Looks like you are getting mixes of OMPI installations between the nodes - try ensuring that the PATH and LD_LIBRARY_PATH are correct on all the nodes

> On Jun 23, 2016, at 11:48 AM, Blair Climenhaga <***@hotmail.ca> wrote:
>
> Hello Everyone!
>
> I recently downloaded OpenFOAM and while attempting to use its parallel features (which use mpi) I recieve the following error:
>
> ***@su2-HP:~/OpenFOAM/su2-3.0.1/run/tutorials/incompressible/simpleFoam/motorBike_baseCase$ mpirun -np 4 simpleFoam -parallel
> [su2-HP:21015] [[INVALID],INVALID] ORTE_ERROR_LOG: Not found in file ess_env_module.c at line 367
> [su2-HP:21016] [[INVALID],INVALID] ORTE_ERROR_LOG: Not found in file ess_env_module.c at line 367
> [su2-HP:21013] [[INVALID],INVALID] ORTE_ERROR_LOG: Not found in file ess_env_module.c at line 367
> [su2-HP:21014] [[INVALID],INVALID] ORTE_ERROR_LOG: Not found in file ess_env_module.c at line 367
> [su2-HP:21011] tcp_peer_recv_connect_ack: invalid header type: -1721630720
> [su2-HP:21011] tcp_peer_recv_connect_ack: invalid header type: -1721630720
> [su2-HP:21011] tcp_peer_recv_connect_ack: invalid header type: -1721630720
> [su2-HP:21011] tcp_peer_recv_connect_ack: invalid header type: -1721630720
>
> I have double-checked with colleagues that all OpenFOAM functions were correct so the only two remaining causes are that the mpi was not installed correctly and or that it is not correctly linked to the OpenFOAM. From the errors shown above, does anyone have an idea of which it may be? Or if it may be another problem entirely. Thank you everyone for your time and for any help you may be able to give.
>
> All the best,
> Blair Climenhaga
> _______________________________________________
> users mailing list
> ***@open-mpi.org <mailto:***@open-mpi.org>
> Subscription: https://www.open-mpi.org/mailman/listinfo.cgi/users <https://www.open-mpi.org/mailman/listinfo.cgi/users>
> Link to this post: http://www.open-mpi.org/community/lists/users/2016/06/29534.php <http://www.open-mpi.org/community/lists/users/2016/06/29534.php>
Blair Climenhaga
2016-06-23 19:19:44 UTC
Permalink
Hi Ralph,

Thank you for your reply. How would I check that the PATH and LD_LIBRARY_PATH are correct on all nodes? I have a feeling that this is a likely problem though as the computer I am using has had many iterations of MPI installed on it and likely in different locations.

All the best,
Blair Climenhaga

From: ***@open-mpi.org
Date: Thu, 23 Jun 2016 11:59:56 -0700
To: ***@open-mpi.org
Subject: Re: [OMPI users] [[INVALID], INVALID] ORTE_ERROR_LOG: Not found in file ess_env_module.c at line 367

Looks like you are getting mixes of OMPI installations between the nodes - try ensuring that the PATH and LD_LIBRARY_PATH are correct on all the nodes
On Jun 23, 2016, at 11:48 AM, Blair Climenhaga <***@hotmail.ca> wrote:Hello Everyone!

I recently downloaded OpenFOAM and while attempting to use its parallel features (which use mpi) I recieve the following error:

***@su2-HP:~/OpenFOAM/su2-3.0.1/run/tutorials/incompressible/simpleFoam/motorBike_baseCase$ mpirun -np 4 simpleFoam -parallel
[su2-HP:21015] [[INVALID],INVALID] ORTE_ERROR_LOG: Not found in file ess_env_module.c at line 367
[su2-HP:21016] [[INVALID],INVALID] ORTE_ERROR_LOG: Not found in file ess_env_module.c at line 367
[su2-HP:21013] [[INVALID],INVALID] ORTE_ERROR_LOG: Not found in file ess_env_module.c at line 367
[su2-HP:21014] [[INVALID],INVALID] ORTE_ERROR_LOG: Not found in file ess_env_module.c at line 367
[su2-HP:21011] tcp_peer_recv_connect_ack: invalid header type: -1721630720
[su2-HP:21011] tcp_peer_recv_connect_ack: invalid header type: -1721630720
[su2-HP:21011] tcp_peer_recv_connect_ack: invalid header type: -1721630720
[su2-HP:21011] tcp_peer_recv_connect_ack: invalid header type: -1721630720

I have double-checked with colleagues that all OpenFOAM functions were correct so the only two remaining causes are that the mpi was not installed correctly and or that it is not correctly linked to the OpenFOAM. From the errors shown above, does anyone have an idea of which it may be? Or if it may be another problem entirely. Thank you everyone for your time and for any help you may be able to give.

All the best,
Blair Climenhaga
_______________________________________________users mailing ***@open-mpi.orgSubscription: https://www.open-mpi.org/mailman/listinfo.cgi/usersLink to this post: http://www.open-mpi.org/community/lists/users/2016/06/29534.php
Ralph Castain
2016-06-23 19:42:57 UTC
Permalink
One easy solution: configure OMPI with —enable-orterun-prefix-by-default and it will ensure that all the launched daemons and procs have the right setting on the backend nodes. Or you can ssh to each node and print the relevant envars and see what they say.


> On Jun 23, 2016, at 12:19 PM, Blair Climenhaga <***@hotmail.ca> wrote:
>
> Hi Ralph,
>
> Thank you for your reply. How would I check that the PATH and LD_LIBRARY_PATH are correct on all nodes? I have a feeling that this is a likely problem though as the computer I am using has had many iterations of MPI installed on it and likely in different locations.
>
> All the best,
> Blair Climenhaga
>
> From: ***@open-mpi.org
> Date: Thu, 23 Jun 2016 11:59:56 -0700
> To: ***@open-mpi.org
> Subject: Re: [OMPI users] [[INVALID], INVALID] ORTE_ERROR_LOG: Not found in file ess_env_module.c at line 367
>
> Looks like you are getting mixes of OMPI installations between the nodes - try ensuring that the PATH and LD_LIBRARY_PATH are correct on all the nodes
>
> On Jun 23, 2016, at 11:48 AM, Blair Climenhaga <***@hotmail.ca <mailto:***@hotmail.ca>> wrote:
>
> Hello Everyone!
>
> I recently downloaded OpenFOAM and while attempting to use its parallel features (which use mpi) I recieve the following error:
>
> ***@su2-HP:~/OpenFOAM/su2-3.0.1/run/tutorials/incompressible/simpleFoam/motorBike_baseCase$ mpirun -np 4 simpleFoam -parallel
> [su2-HP:21015] [[INVALID],INVALID] ORTE_ERROR_LOG: Not found in file ess_env_module.c at line 367
> [su2-HP:21016] [[INVALID],INVALID] ORTE_ERROR_LOG: Not found in file ess_env_module.c at line 367
> [su2-HP:21013] [[INVALID],INVALID] ORTE_ERROR_LOG: Not found in file ess_env_module.c at line 367
> [su2-HP:21014] [[INVALID],INVALID] ORTE_ERROR_LOG: Not found in file ess_env_module.c at line 367
> [su2-HP:21011] tcp_peer_recv_connect_ack: invalid header type: -1721630720
> [su2-HP:21011] tcp_peer_recv_connect_ack: invalid header type: -1721630720
> [su2-HP:21011] tcp_peer_recv_connect_ack: invalid header type: -1721630720
> [su2-HP:21011] tcp_peer_recv_connect_ack: invalid header type: -1721630720
>
> I have double-checked with colleagues that all OpenFOAM functions were correct so the only two remaining causes are that the mpi was not installed correctly and or that it is not correctly linked to the OpenFOAM. From the errors shown above, does anyone have an idea of which it may be? Or if it may be another problem entirely. Thank you everyone for your time and for any help you may be able to give.
>
> All the best,
> Blair Climenhaga
> _______________________________________________
> users mailing list
> ***@open-mpi.org <mailto:***@open-mpi.org>
> Subscription: https://www.open-mpi.org/mailman/listinfo.cgi/users <https://www.open-mpi.org/mailman/listinfo.cgi/users>
> Link to this post: http://www.open-mpi.org/community/lists/users/2016/06/29534.php <http://www.open-mpi.org/community/lists/users/2016/06/29534.php>
>
> _______________________________________________ users mailing list ***@open-mpi.org <mailto:***@open-mpi.org> Subscription: https://www.open-mpi.org/mailman/listinfo.cgi/users <https://www.open-mpi.org/mailman/listinfo.cgi/users> Link to this post: http://www.open-mpi.org/community/lists/users/2016/06/29535.php <http://www.open-mpi.org/community/lists/users/2016/06/29535.php>_______________________________________________
> users mailing list
> ***@open-mpi.org <mailto:***@open-mpi.org>
> Subscription: https://www.open-mpi.org/mailman/listinfo.cgi/users <https://www.open-mpi.org/mailman/listinfo.cgi/users>
> Link to this post: http://www.open-mpi.org/community/lists/users/2016/06/29536.php <http://www.open-mpi.org/community/lists/users/2016/06/29536.php>
Loading...