codes-org / codes

The Co-Design of Exascale Storage Architectures (CODES) simulation framework builds upon the ROSS parallel discrete event simulation engine to provide high-performance simulation utilities and models for building scalable distributed systems simulations
Other
40 stars 16 forks source link

Expand the set of implemented MPI operations #203

Open sappyb opened 4 years ago

sappyb commented 4 years ago

Hi,

I am trying to use codes for my project. I am trying to run big fft traces, while doing so I encountered a problem called MPI sim layer does not have the operation, the mpi operation that is not implemented in comm_create and comm_dup. Is there a way around this problem. A large number of mpi applications uses those mpi operation, as such is there a way around for this problem.

nmcglo commented 4 years ago

Expanding the set of MPI operations simulated by CODES isn't currently a priority but it is under consideration for the future. Changing this issue to a feature request and adjusting the issue title accordingly.

There have been efforts to expand this through things like CODES-CORTEX but that also doesn't support the operations you're looking for.