Skip to content

Commit

Permalink
Fix starpu_py_perfmodel.concurrency.py management
Browse files Browse the repository at this point in the history
  • Loading branch information
sthibaul committed Mar 25, 2024
1 parent b333158 commit eb7c2c0
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions starpupy/examples/Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ CLEANFILES = *.gcno *.gcda *.linkinfo \
starpu_py_handle.concurrent.py \
starpu_py_np.concurrent.py \
starpu_py_partition.concurrent.py \
starpu_py_perfmodel.concurrent.py \
starpu_py_numpy.concurrent.py

if STARPU_USE_MPI_MASTER_SLAVE
Expand All @@ -38,6 +39,7 @@ all-local: \
starpu_py_handle.concurrent.py \
starpu_py_np.concurrent.py \
starpu_py_partition.concurrent.py \
starpu_py_perfmodel.concurrent.py \
starpu_py_numpy.concurrent.py

TESTS =
Expand Down
2 changes: 1 addition & 1 deletion starpupy/examples/starpu_py_perfmodel.concurrent.sh
Original file line number Diff line number Diff line change
Expand Up @@ -15,5 +15,5 @@
# See the GNU Lesser General Public License in COPYING.LGPL for more details.
#

$(dirname $0)/../execute.sh examples/starpu_py_perfmodel.concurrent.py $*
$(dirname $0)/../execute.sh starpu_py_perfmodel.concurrent.py $*

0 comments on commit eb7c2c0

Please sign in to comment.