Skip to content

Commit 2baca53

Browse files
author
abacus_fixer
committed
fix: add module_parallel to VPATH in Makefile.Objects
Without this VPATH entry, make cannot locate para_*.cpp source files for the OBJS_PARALLEL targets, causing build failure: No rule to make target 'build/obj/para_world.o'
1 parent 9ca8852 commit 2baca53

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

source/Makefile.Objects

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@ VPATH=./src_global:\
2222
./source_base:\
2323
./source_base/kernels:\
2424
./source_base/module_external:\
25+
./source_base/module_parallel:\
2526
./source_base/module_container/base/core:\
2627
./source_base/module_container/ATen/core:\
2728
./source_base/module_container/ATen/kernels:\

0 commit comments

Comments
 (0)