Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

parallel the code using MPI, matout subroutine #1

Draft
wants to merge 3 commits into
base: main
Choose a base branch
from
Draft

Commits on Jan 29, 2024

  1. parallel the code using MPI, matout subroutine

    parallel the code using MPI.
    
    NOTE: the animations will give an error, you have to make it work on only one node, as it is useless in a lot of cores. 
    
    add the matout subroutine to print the matrix (hessian and the distances) in a good way, THX to  LTTC course
    ALRAKIK committed Jan 29, 2024
    Configuration menu
    Copy the full SHA
    895c47d View commit details
    Browse the repository at this point in the history

Commits on Jan 30, 2024

  1. update the Makefile for mpi

    add Thomson_mpi to the makefile
    ALRAKIK committed Jan 30, 2024
    Configuration menu
    Copy the full SHA
    ba75956 View commit details
    Browse the repository at this point in the history

Commits on Jan 31, 2024

  1. update the makefile

    update the make file with some new flags after the VI_HPS workshop (CALMIP) to get some performance from the code, well it was good but now it is better
    ALRAKIK committed Jan 31, 2024
    Configuration menu
    Copy the full SHA
    5c34675 View commit details
    Browse the repository at this point in the history