Skip to content

mustafaarif/singularity-benchmarks

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Singularity Testing/Benchmarking on Dardel

These benchmarks are done to verify Singularity on Dardel system.

Singularity and MPI

MPI with Singularity can work in two modes:

  • Hybrid
    • In this mode, the container MPI works with host MPI via PMI interface. This has proven to be slower.
  • Bind
    • In this mode, the container MPI is only used at the time of compiling application inside the container. While running the container, the Host MPI is bind mount inside the container. This has better performance since container is utilizing the Host MPI which is optimized for the system.

Benchmakrs Configuration

The benchmark tests are done in following configurations.

  • mpi-bind
    • MPI app runs inside a container and links to host(cray) MPI.
  • mpi-hybrid
    • MPI app runs inside a container and links to MPI present in the cotnainer.
  • mpi-host
    • MPI app runs on host without any containerization.

Results

benchmark_results

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published