Skip to content

Repository for the P2.8_best_22_23 group project (M. Gisonni, F.S. Pacheco, M. Safari)

Notifications You must be signed in to change notification settings

Project-MD-GPS/ljmd

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

61 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

GPS organization report

Massimo Gisonni, Fernando Santana Pacheco, Mandana Safari

Setting up the project

For the GitHub setup we created an ad-hoc organization. This was done to circumvent the annoyance of not being able of forking one's own repository. We implemented cmake workflow actions as well as main branch protection, requiring approval by all members of the organization before any merge. We took great advantage of in person meetings for planning ahead.

Work subdivision

Benchmark of results

Specifics

The simulation were run on 1,3,6,9,12 nodes of the regular1 partition in Ulysses cluster. The following modules were loaded

module load cmake/3.15.4
module load intel/2021.1
module load openmpi3
  • The Benchmark is executed on the provided argon_108.*, argon_2916.* and argon_78732.* files
  • All simulations are executed on full nodes of regular1 partition in Ulysses. The nodes have the following specifics
    • Model: IBM System x(R) iDataPlex(R) dx360 M4 Server
    • CPU: 2 x Intel(R) Xeon(R) E5-2680 v2 @ 2.80GHz
    • 2 CPUs with 10C/20T
    • RAM: 40 GiB
  • compiler is GNU 8.3.0
  • flags are -O3 -ffast-math -fomit-frame-pointer

Hybrid OpenMP+MPI implementation

The final version comes equipped with Force optimization, Newton's 3rd law implementation and hybrid OpenMP and MPI implementation. The result is a merge of each individual contribution, in particular: OpenMP is implemented using a private copy of the forces array; MPI is implemented with Balanced chunks. We refer to the individual reports for further details.

Hybrid argon_108 argon_2916 argon_78732
3 nodes 0.045s 2.720s 16.695s
6 nodes 0.053s 1.998s 8.623s
9 nodes 0.058s 1.657s 6.082s
12 nodes 0.067s 1.568s 4.867s

About

Repository for the P2.8_best_22_23 group project (M. Gisonni, F.S. Pacheco, M. Safari)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 3

  •  
  •  
  •