Skip to content

Commit 12fdfc8

Browse files
cwschillycz4rs
authored andcommitted
#2201: remove commented out epsilon
1 parent 84f582d commit 12fdfc8

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/vt/vrt/collection/balance/temperedlb/temperedlb.cc

+1-2
Original file line numberDiff line numberDiff line change
@@ -855,13 +855,12 @@ double TemperedLB::computeWork(
855855
double load, double inter_comm_bytes, double intra_comm_bytes,
856856
double shared_comm_bytes
857857
) const {
858-
// The work model based on input parameters
858+
// The work model based on input parameters (excluding epsilon)
859859
return
860860
alpha * load +
861861
beta * inter_comm_bytes +
862862
gamma * intra_comm_bytes +
863863
delta * shared_comm_bytes;
864-
// epsilon;
865864
}
866865

867866
WorkBreakdown TemperedLB::computeWorkBreakdown(

0 commit comments

Comments
 (0)