-
Notifications
You must be signed in to change notification settings - Fork 12
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
This reverts commit a1e351d72a29b464cc50d68f2437599d7962e49a.
- Loading branch information
Showing
4 changed files
with
13 additions
and
11 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
# StarPU --- Runtime system for heterogeneous multicore architectures. | ||
# | ||
# Copyright (C) 2010-2024 Université de Bordeaux, CNRS (LaBRI UMR 5800), Inria | ||
# Copyright (C) 2010-2023 Université de 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 | ||
|
@@ -30,6 +30,8 @@ LIBS += $(STARPU_EXPORTED_LIBS) | |
if STARPU_USE_MPI | ||
LIBS += $(top_builddir)/mpi/src/libstarpumpi-@[email protected] | ||
AM_CPPFLAGS += -I$(top_srcdir)/mpi/include | ||
LAUNCHER = $(STARPU_MPIEXEC) | ||
LAUNCHER_ENV = $(MPI_RUN_ENV) | ||
if STARPU_SIMGRID | ||
NVCCFLAGS += --compiler-options -fPIC | ||
endif | ||
|
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