-
Notifications
You must be signed in to change notification settings - Fork 281
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
cache_put_flush (../../../../src/pm/hydra/proxy/pmip_pmi.c:183): assert (s) failed #7195
Comments
e.g.
|
This is the result with
|
This is the result with
|
I'm not really sure what I am looking at, but the only value I can reason about is while (p) {
struct pmip_kvs *s = NULL;
HASH_FIND_STR(pg->kvs, *p, s);
if (s==0) {
printf("s=%p\n",s);
printf("pg->kvs=%p\n",pg->kvs);
printf("p=%p\n",p);
printf("*p=%s\n",*p);
printf("status=%d\n",status);
}
HYDU_ASSERT(s, status);
PMIU_cmd_add_str(&pmi, s->key, s->val);
p = (const char **) utarray_next(pg->kvs_batch, p);
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I am using 0b1a4ba and see this error with every MPI test, but not with
hostname
:There is no impact to MPI test behavior that I can see.
I built MPICH with NVHPC 24.9 compilers and UCX.
I ran
rm -rf /tmp/*
just in case there were some remnants there, but saw no change.The text was updated successfully, but these errors were encountered: