Skip to content
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

Writing all2all topology in Merlin; getting traceback from null ptr during link initialization #1062

Closed
Doctor-Andy opened this issue Jun 11, 2018 · 0 comments

Comments

@Doctor-Andy
Copy link

I'm a contractor working in DOD spaces, trying to add an all2all topology to merlin.

I'm encountering a traceback error during link initialization. I've cribbed my c++ code from the mesh topology, and written a new Python configuration script. The traceback is caused by a null pointer, due to an event list being empty, but I don't see how other topologies populate the list, so I don't see what I'm doing wrong.

I did this work on an earlier version of SST on an internal DOD network, but have reproduced it on my pythonanywhere account so that I could push files onto github for review.

OS: Ubuntu 14.04
SST: version 7.2.0
openmpi: version 1.8.8

The github repository Doctor-Andy/all2all_on_sst contains all of the files I've written or changed, and a long-winded README.MD with sufficient detail to reproduce the problem, including an exact dump of the traceback.

Any help is appreciated.

Andrew D. Culhane
Sagecor Solutions

--- ASIDE: as the README.MD describes, I tried installing SST 8.0.0, and ran into entirely different problems. I'll deal with that after I get this fixed.

@Doctor-Andy Doctor-Andy changed the title Writing all2all topology in Merlin; getting traceback from null prt during link initialization Writing all2all topology in Merlin; getting traceback from null ptr during link initialization Jun 11, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants