Skip to content

Commit 6ca2e01

Browse files
author
abacus_fixer
committed
build(parallel): register parallel_partition.o in Makefile.Objects
Add parallel_partition.o to OBJS_PARALLEL so the Makefile-based build links the ParallelPartition implementation, fixing undefined references to ParallelPartition constructors in driver, esolver_fp, esolver_factory and parallel_global.
1 parent 0fa8fc6 commit 6ca2e01

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
@@ -774,6 +774,7 @@ OBJS_MODULE_RI=conv_coulomb_pot_k.o\
774774
OBJS_PARALLEL=parallel_common.o\
775775
parallel_cell.o\
776776
parallel_global.o\
777+
parallel_partition.o\
777778
parallel_comm.o\
778779
parallel_grid.o\
779780
parallel_kpoints.o\

0 commit comments

Comments
 (0)