Skip to content
Snippets Groups Projects
Commit d608d6c8 authored by Marcin Kirsz's avatar Marcin Kirsz
Browse files

Changed inheritace, fix

parent d70698af
No related branches found
No related tags found
No related merge requests found
Pipeline #43437 passed
Pipeline: Tadah.MLIP

#43438

    ...@@ -125,6 +125,8 @@ class MPI_Trainer: public Trainer { ...@@ -125,6 +125,8 @@ class MPI_Trainer: public Trainer {
    MPI_Bcast(&PHI_rows, 1, MPI_INT, 0, MPI_COMM_WORLD); MPI_Bcast(&PHI_rows, 1, MPI_INT, 0, MPI_COMM_WORLD);
    MPI_Bcast(&PHI_cols, 1, MPI_INT, 0, MPI_COMM_WORLD); MPI_Bcast(&PHI_cols, 1, MPI_INT, 0, MPI_COMM_WORLD);
    std::cout << "PHI_cols " << PHI_cols << std::endl;
    // Initialize BLACS // Initialize BLACS
    // We create two contexts. // We create two contexts.
    // context1 is used for the computation of phi matrices // context1 is used for the computation of phi matrices
    ......
    0% Loading or .
    You are about to add 0 people to the discussion. Proceed with caution.
    Finish editing this message first!
    Please register or to comment