Re: [OMPI users] --mca parameter explainer; mpirun WARNING: There was an error initializing an OpenFabrics device

2022-09-26 Thread Jeff Squyres (jsquyres) via users
@lists.open-mpi.org Cc: Rob Kudyba Subject: [OMPI users] --mca parameter explainer; mpirun WARNING: There was an error initializing an OpenFabrics device We're using OpenMPI 4.1.1, CUDA aware on RHEL 8 cluster that we load as a module with Infiniband controller Mellanox Technologies MT28908 F

[OMPI users] --mca parameter explainer; mpirun WARNING: There was an error initializing an OpenFabrics device

2022-09-22 Thread Rob Kudyba via users
We're using OpenMPI 4.1.1, CUDA aware on RHEL 8 cluster that we load as a module with Infiniband controller Mellanox Technologies MT28908 Family ConnectX-6, we see this warning runnig mpirun without any MCA options/parameters: WARNING: There was an error initializing an OpenFabrics device. Local

Re: [OMPI users] MCA parameter to disable OFI?

2021-04-20 Thread Jeff Squyres (jsquyres) via users
You can rm $prefix/lib/openmpi/mca_btl_openib* Or set the MCA param "btl" to "^openib" (which means: not openib) -- either in the environment, on the command line, or in the global config file: https://www.open-mpi.org/faq/?category=tuning#setting-mca-params > On Apr 20, 2021, at 2:33 PM, Benn

[OMPI users] MCA parameter to disable OFI?

2021-04-20 Thread Bennet Fauber via users
We are getting this message when OpenMPI starts up. -- WARNING: There was an error initializing an OpenFabrics device. Local host: gls801 Local device: mlx5_0

Re: [OMPI users] MCA parameter "orte_base_help_aggregate"

2021-01-25 Thread Ralph Castain via users
There should have been an error message right above that - all this is saying is that the same error message was output by 7 more processes besides the one that was output. It then indicates that process 3 (which has pid 0?) was killed. Looking at the help message tag, it looks like no NICs were

[OMPI users] MCA parameter "orte_base_help_aggregate"

2021-01-25 Thread Paul Cizmas via users
Hello: I am testing a rather large code on several computers. It works fine on all except for a Linux Pop!_OS machine. I tried both OpenMPI 2.1.1 and 4.0.5. I fear there is an issue because of the Pop!_OS but before I contact System76 I would like to explore things further. I get the follow

Re: [OMPI users] mca parameter

2008-12-09 Thread Jeff Squyres
See http://www.open-mpi.org/faq/?category=tuning#setting-mca-params. On Dec 9, 2008, at 5:18 AM, Yasmine Yacoub wrote: Thanks for your reponse, it works this time but when I tried again another job without the command you gave me, I got the same warning!!, should I use this command every ti

[OMPI users] mca parameter

2008-12-09 Thread Yasmine Yacoub
Thanks for your reponse, it works this time but when I tried again another job without the command you gave me, I got the same warning!!, should I use this command every time I want to run a job? there isn't another method to tun off this warning for ever.

Re: [OMPI users] mca parameter

2008-12-08 Thread jody
you forgot the "mpirun" mpirun -mca btl_openib_warn_default_gid_prefix 0 jody On Mon, Dec 8, 2008 at 4:00 PM, Yasmine Yacoub wrote: > Thank you for your response, but still my problem remains, I have used this > command: > > -mca btl_openib_warn_default_gid_prefix 0 > > and I have got this

Re: [OMPI users] mca parameter

2008-12-08 Thread Ralph Castain
I'm sorry for not communicating this accurately enough - you need to add that line to your mpirun command. In other words, you need to start your job with: mpirun -mca btl_openib_warn_default_gid_prefix 0 . Ralph On Dec 8, 2008, at 8:00 AM, Yasmine Yacoub wrote: Thank you for your re

[OMPI users] mca parameter

2008-12-08 Thread Yasmine Yacoub
Thank you for your response, but still my problem remains, I have used this command:  -mca  btl_openib_warn_default_gid_prefix 0 and I have got this message: -bash: -mca: command not found

Re: [OMPI users] MCA parameter

2008-12-08 Thread Ralph Castain
There are multiple ways to set MCA parameters - you can checkout the FAQ to see all of them: http://www.open-mpi.org/faq/?category=tuning#setting-mca-params In your immediate case, just add -mca btl_openib_warn_default_gid_prefix 0 to your cmd line. Ralph On Dec 8, 2008, at 1:49 AM, Yasmi

[OMPI users] MCA parameter

2008-12-08 Thread Yasmine Yacoub
Good morning, I have explain my problem lat time and still I haven't receive any response. ok, my problem is that after installing pwscf and running one scf example, I got the output but with this warning message : WARNING: There are more than one active ports on host 'stallo-2.local', but the de

[OMPI users] MCA parameter

2008-12-05 Thread Yasmine Yacoub
Thank you for your response, and these are the details for my problem: I have installed pwscf and then I have tried to run scf calculations, but before having the output I got this warning message:     WARNING: There are more than one active ports on host 'stallo-2.local', but the default subnet

Re: [OMPI users] MCA parameter

2008-12-04 Thread Jeff Squyres
I'm afraid that this isn't nearly enough information for us to help you -- you haven't even specifically stated what your exact problem is. Please submit all the information listed here: http://www.open-mpi.org/community/help/ Thanks. On Dec 4, 2008, at 4:34 AM, Yasmine Yacoub wrote:

[OMPI users] MCA parameter

2008-12-04 Thread Yasmine Yacoub
  Good morning,   after installing pwscf and running an example, I got a warning message related to the MCA parameter. To fix it I have tried all the steps indicated in the FAQ link but it doesn't work. please which command I have to use and from which directory can use it. perhaps I didn't use