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

Update

parent 222377f7
No related branches found
No related tags found
No related merge requests found
Pipeline #43160 passed
Pipeline: Tadah.MLIP

#43161

    ......@@ -288,8 +288,9 @@ class MPI_Trainer_HOST {
    MPI_Status &status;
    int &rank;
    int &ncpu;
    public:
    std::vector<std::tuple<std::string,int,int>> wpckgs;
    public:
    MPI_Trainer_HOST(MPI_Trainer &MPIT, MPI_Status &status, int &rank, int &ncpu):
    tr(MPIT),
    status(status),
    ......
    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