sst-core
sst-core copied to clipboard
SST Structural Simulation Toolkit Parallel Discrete Event Core and Services
This is an OpenMPI issue, but it may be worth documenting. We have Ubuntu 22.04 testing fine in Jenkins with OpenMPI 4.1.4, and these failures are during an image build...
It appears multiple times: ``` In file included from /usr/lib/x86_64-linux-gnu/openmpi/include/openmpi/ompi/mpi/cxx/mpicxx.h:277, from /usr/lib/x86_64-linux-gnu/openmpi/include/mpi.h:2887, from /code/sst-core/src/sst/core/memuse.cc:22: /usr/lib/x86_64-linux-gnu/openmpi/include/openmpi/ompi/mpi/cxx/op_inln.h: In member function 'virtual void MPI::Op::Init(void (*)(const void*, void*, int, const MPI::Datatype&), bool)': /usr/lib/x86_64-linux-gnu/openmpi/include/openmpi/ompi/mpi/cxx/op_inln.h:121:25: warning:...
**Please describe the new features with any relevant use cases.** PortModules will be added to the core interfaces. The PortModule will be able to intercept Events on both send and...
Add support for checkpointing statistics Make output not inherit from serializable Added HDF5 stat output test
… be set to enable output. This makes it possible to leave the TraceFunction calls in while developing, but still be able to run and pass testing.
I need to write some data to a file per component within SST and reading the docs the Output Class can handle writing to files. In the constructor of hr_router...
New Issue for sst-core ---------------------- 1 - Detailed description of problem or enhancement When trying to build sst-core on ubuntu (with ncurses installed via apt-get) the configure script fails to...
Today, the only real (wall) time feature SST supports is the `--exit-after` command line option. We would like to add support for heartbeats and checkpoints on a real time interval...
content is an explanation from @feldergast