Re: [OMPI users] Conflicting directives for mapping policy

2016-02-03 Thread Gilles Gouaillardet
I checked the v1.10 source code, and for some reasons, it seems rmaps_rank_file_path is defined. before invoking mpirun, can you please run ompi_info --all | grep rmaps_rank_file and confirm that Cheers, Gilles On 2/4/2016 2:07 AM, Jingchao Zhang wrote: Hi all, We have an application name

[OMPI users] Conflicting directives for mapping policy

2016-02-03 Thread Jingchao Zhang
Hi all, We have an application named "GAMESS" that worked fine with OpenMPI v1.8.4 but having problems with v1.8.8. The mpi command in the application is: orterun --oversubscribe -mca hwloc_base_binding_policy core:overload-allowed -np $NPROCS --npernode $PPN2 $GMSPATH/gamess.$VERNO.x < /dev

Re: [OMPI users] shared memory under fortran, bug?

2016-02-03 Thread Gilles Gouaillardet
Peter, a patch is available at https://github.com/ggouaillardet/ompi-release/commit/0b62eabcae403b95274ce55973a7ce29483d0c98.patch it is now under review Cheers, Gilles On 2/2/2016 11:22 PM, Gilles Gouaillardet wrote: Thanks Peter, this is just a workaround for a bug we just identified, t