-
Notifications
You must be signed in to change notification settings - Fork 16
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add internal abstract communicators in MPI layer
This is preparatory work for checkpoint restart
- Loading branch information
Showing
17 changed files
with
664 additions
and
58 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,21 @@ | ||
#!/bin/sh | ||
# StarPU --- Runtime system for heterogeneous multicore architectures. | ||
# | ||
# Copyright (C) 2020-2025 University of Bordeaux, CNRS (LaBRI UMR 5800), Inria | ||
# | ||
# StarPU is free software; you can redistribute it and/or modify | ||
# it under the terms of the GNU Lesser General Public License as published by | ||
# the Free Software Foundation; either version 2.1 of the License, or (at | ||
# your option) any later version. | ||
# | ||
# StarPU is distributed in the hope that it will be useful, but | ||
# WITHOUT ANY WARRANTY; without even the implied warranty of | ||
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. | ||
# | ||
# See the GNU Lesser General Public License in COPYING.LGPL for more details. | ||
# | ||
|
||
export STARPU_MICROBENCHS_DISABLED=1 | ||
export STARPU_CHECK_DIRS=mpi | ||
export STARPU_USER_CONFIGURE_OPTIONS="--disable-socl --enable-mpi-ft --enable-mpi-ft-stats" | ||
./contrib/ci.inria.fr/job-1-check.sh |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.