[OMPI users] OMPI 4.0.1 valgrind error on simple MPI_Send()

2019-04-30 Thread David Mathog via users
Attempting to debug a complex program (99.9% of which is others' code) which stops running when run in valgrind as follows: mpirun -np 10 \ --hostfile /usr/common/etc/openmpi.machines.LINUX_INTEL_newsaf_rev2 \ --mca plm_rsh_agent rsh \ /usr/bin/valgrind \ --leak-check=full \ --leak-

Re: [OMPI users] OMPI 4.0.1 valgrind error on simple MPI_Send()

2019-04-30 Thread David Mathog via users
On 30-Apr-2019 11:39, George Bosilca wrote: Depending on the alignment of the different types there might be small holes in the low-level headers we exchange between processes It should not be a concern for users. valgrind should not stop on the first detected issue except if --exit-on-first-e

[OMPI users] slot number calculation when no config files?

2020-06-08 Thread David Mathog via users
Using OpenMPI 4.0.1 and no configuration files of any kind on a linux machine which shows 4 CPUS and 2 threads per CPU. When this is run: mpirun --allow-run-as-root --oversubscribe -np 3 /usr/common/modules/el8/x86_64/software/q6/6.0.1-CentOS-vanilla/bin/qdynp eq2.inp it works and the expected 3

Re: [OMPI users] slot number calculation when no config files?

2020-06-08 Thread David Mathog via users
ed to lscpu). On machines with only 1 thread > > per core, the cpu number is the number of physical cores. > > > > Thanks, > > Collin > > > > > > -Original Message- > > From: users On Behalf Of David Mathog > > via users > > Se