Skip to content
This repository has been archived by the owner on Oct 1, 2024. It is now read-only.
/ Seshat Public archive

Seshat, named after the Egyptian goddess of writing (recording) measurements, is a tool that uses execution-driven event simulation to model parallel message passing systems.

License

Notifications You must be signed in to change notification settings

sandialabs/Seshat

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Files
-----
    scs_mpi_internal.c
	Contains wrappers for the MPI calls the simulator uses internally. They are
	names _scs_MPI_*; e.g., _scs_MPI_Send
	DBG_MPI_INTERNAL can be used to show calls to these functions
	They call the corresponding PMPI_* functions directly.

    scs_mpi_wrappers.c
	Here are some support functions the MPI wrappers need plus the MPI
	function wrappers that are more complicated than just updating the
	local virtual time.

    scs_mpi_wrappersC.c
	The C language wrappers. Most of them change the communicator to the
	one the app uses. Some also send and wait for events.

    scs_mpi_wrappersF.c
	Same as above, but for Fortran.

About

Seshat, named after the Egyptian goddess of writing (recording) measurements, is a tool that uses execution-driven event simulation to model parallel message passing systems.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published