Open RossBoylan opened 4 years ago
Thanks for the report @RossBoylan! I've prepared a patch that restores --help
in the cmake build system: #2927.
Regarding the meaning of the triplets, I think the most comprehensive documentation is in our README file: https://github.com/UIUC-PPL/charm/blob/master/README.md . In particular, you can combine shared memory and networked communication with the smp
option.
https://charm.readthedocs.io/en/latest/quickstart.html#installing-charm says, at the end of section 1.1
That section, in turn, says
And, when I try that, after installing
CMake
after getting the latest from github ( e4a6e7b3f1ae0b):At which point we have a circular dependency!
And I am none the wiser about either what the complete set of options are, or of what they mean. By "options" I include the actual meaning of the triplets. I don't even know if I have to choose between shared memory and networked communication, or if
charm
can use both, as appropriate.