[OMPI users] How to launch MPMD with partial oversubscription?

2024-08-29 Thread Jianyu Liu via users
Hi, PBS version : 2021.1.3 OpenMPI : 5.0.3 I’d like to do a partial oversubscription with MPMD, like this 1. Request 40 trunks in total 2. First group of 32 trunks with 128 cores per trunk, 1 MPI rank per core, 1 OMP threads per MPI rank 3. Second group of 8 trunks with 128 cores per tru

[OMPI users] Confusions on building and running OpenMPI over Slingshot 10 on Cray EX HPC

2024-05-08 Thread Jianyu Liu via users
Hi, I'm trying to build an OpenMPI 5.0.3 environment on the Cray EX HPC with Slingshot 10 support. General speaking, there were error messages while building OpenMPI, and make check also didn't report any failure. While tested OpenMPI Env. with a simple 'hello world' MPI Fortran codes, it

Re: [OMPI users] Question about '--mca btl tcp,self'

2014-03-16 Thread Jianyu Liu
if run on single node.How to figure out the possible reasons? Appreciating your kindly input Jianyu > From: r...@open-mpi.org > Date: Sat, 15 Mar 2014 07:21:31 -0700 > To: us...@open-mpi.org > Subject: Re: [OMPI users] Question about '--mca btl tcp,self' > >

Re: [OMPI users] Question about '--mca btl tcp,self'

2014-03-15 Thread Jianyu Liu
>On Mar 14, 2014, at 10:16:34 AM,Jeff Squyres wrote: > >>On Mar 14, 2014, at 10:11 AM, Ralph Castain wrote: >> >>> 1. If specified '--mca btl tcp,self', which interface application will run >>> on, use GigE adaper OR use the OpenFabrics interface in IP over IB mode >>> (just like a high perfo

[OMPI users] Question about '--mca btl tcp,self'

2014-03-14 Thread Jianyu Liu
Dear Sir/Madam, 1. If specified '--mca btl tcp,self', which interface application will run on, use GigE adaper OR use the OpenFabrics interface in IP over IB mode (just like a high performance GigE adapter) ? 2. If '--mca btl tcp,self' forced application to use GigE adapter, how to forc

[OMPI users] Question about "--appfile"

2014-03-13 Thread Jianyu Liu
Hi, The man page said all other command line options will be ignored if --appfile used. So just wondering 1. how to specify "--mca btl ^sm " option while launching MPMD applications with --appfile? 2. how to know the option "--mca btl ^sm " worked? Appreciating your kindly help