Re: [OMPI users] ORTE_ERROR: orte_ess_base_open failed

2012-08-27 Thread Jeff Squyres
Did you install Open MPI on a network share, or is it installed locally on each machine? If you installed it locally on each machine, you may want to double check your installation on AV8 to ensure it was installed correctly. Also, you might want to double check that Open MPI is available at th

Re: [OMPI users] ORTE_ERROR: orte_ess_base_open failed

2012-08-26 Thread Ralph Castain
I have no further ideas, I'm afraid. The only thing I can see is that your directory tree doesn't look right - if /usr/local is your prefix, then there should be a /usr/local/lib/openmpi directory, and the .la's should be in there. You might try reinstalling it to somewhere other than /usr/local

Re: [OMPI users] ORTE_ERROR: orte_ess_base_open failed

2012-08-26 Thread Shanthini Kannan
Hello Ralph, /usr/local/lib is in my LD_LIBRARY_PATH. I am running the right version of mpirun and I do have all permissions on them. Thanks! Shanthini On Fri, Aug 24, 2012 at 7:30 PM, Ralph Castain wrote: > And just to be sure - /usr/local/lib is in your ld_lib_path, yes? > > You might also ch

Re: [OMPI users] ORTE_ERROR: orte_ess_base_open failed

2012-08-24 Thread Ralph Castain
And just to be sure - /usr/local/lib is in your ld_lib_path, yes? You might also check the permissions to ensure you can read them. Also, check "which mpirun" - let's make sure you are running the one you think! On Aug 24, 2012, at 4:22 PM, Shanthini Kannan wrote: > Thanks Ralph. > My prefix i

Re: [OMPI users] ORTE_ERROR: orte_ess_base_open failed

2012-08-24 Thread Shanthini Kannan
Thanks Ralph. My prefix is /usr/local and I see that mca_ess_env.la is present in /usr/local/lib directory. -bash-4.2# pwd /usr/local/lib -bash-4.2# ls mca_ess* mca_ess_env.la mca_ess_singleton.la mca_ess_slurm.la mca_ess_tool.la mca_ess_env.so mca_ess_singleton.so mca_ess_slurm.so mca_ess

Re: [OMPI users] ORTE_ERROR: orte_ess_base_open failed

2012-08-24 Thread Ralph Castain
Check you /lib directory - there should be an openmpi directory under it, and that should have a bunch of libs in it. One of those should be mca_ess_env.la Is it there? On Aug 24, 2012, at 3:27 PM, Shanthini Kannan wrote: > I had the OMPI lib directory added in /etc/ld.so.conf. > I also added

Re: [OMPI users] ORTE_ERROR: orte_ess_base_open failed

2012-08-24 Thread Shanthini Kannan
I had the OMPI lib directory added in /etc/ld.so.conf. I also added it in LD_LIBRARY_PATH, but it made no difference. When I call mpirun, should I specify the MCA in command-line? Thanks! On Fri, Aug 24, 2012 at 2:07 PM, Ralph Castain wrote: > I suspect your LD_LIBRARY_PATH doesn't include the O

Re: [OMPI users] ORTE_ERROR: orte_ess_base_open failed

2012-08-24 Thread Ralph Castain
I suspect your LD_LIBRARY_PATH doesn't include the OMPI lib location On Aug 24, 2012, at 10:58 AM, Shanthini Kannan wrote: > Hello, > I am running mpptest over Open MPI (v1.5.4). > I get the following error saying component "env" in Framework "ess" is not > found. Am I missing something? I am

[OMPI users] ORTE_ERROR: orte_ess_base_open failed

2012-08-24 Thread Shanthini Kannan
Hello, I am running mpptest over Open MPI (v1.5.4). I get the following error saying component "env" in Framework "ess" is not found. Am I missing something? I am new to MPI and any help you can offer is appreciated. A requested component was not found, or was unable to be opened. This means tha