Re: [slurm-users] Anyone built PMIX 3.1.1 against Slurm 18.08.4?

2019-01-23 Thread Magnus Jonsson
This issues: https://github.com/pmix/pmix/issues/1082 Will be solved with next release of 3.1.1. Also note that there are an other patch missing in the 3.1.1 that is also needed ( https://github.com/pmix/pmix/commit/7224a62d029c2e6225cc2ec08184ac9c185c767c ) /M On 2019-01-22 16:04, Greg

Re: [slurm-users] Anyone built PMIX 3.1.1 against Slurm 18.08.4?

2019-01-22 Thread Greg Wickham
I had some time this afternoon so dug into the source code (of slurm and pmix) and found the issue. In the file: slurm-18.08.4/src/plugins/mpi/pmix/pmixp_client.c line 147 (first instance): PMIX_VAL_SET(>value, flag, 0); “PMIX_VAL_SET” is a macro from /usr/include/pmix_common.h (version

Re: [slurm-users] Anyone built PMIX 3.1.1 against Slurm 18.08.4?

2019-01-22 Thread Michael Di Domenico
i've seen the same error, i don't think it's you. but i don't know what the cause is either, i didn't have time to look into it so i backed up to pmix 2.2.1 which seems to work fine On Tue, Jan 22, 2019 at 12:56 AM Greg Wickham wrote: > > > Hi All, > > I’m trying to build pmix 3.1.1 against

[slurm-users] Anyone built PMIX 3.1.1 against Slurm 18.08.4?

2019-01-21 Thread Greg Wickham
Hi All, I’m trying to build pmix 3.1.1 against slurm 18.08.4, however in the slurm pmix plugin I get a fatal error: pmixp_client.c:147:28: error: ‘flag’ undeclared (first use in this function) PMIX_VAL_SET(>value, flag, 0); Is there something wrong with my build environment?