HISKP-LQCD / sLapH-contractions

Stochastic LapH contraction program
GNU General Public License v3.0
3 stars 3 forks source link

Parallelize vdaggarvindex #99

Closed pittlerf closed 4 years ago

pittlerf commented 5 years ago

Hi, I am working on performing the color summation first and then performing the summation over the spatial points. This version parallelize the vdaggerv computation not in "x" but in the indices of the vdaggerv itself.

kostrzewa commented 5 years ago

And is it any faster? Currently it fails the integration test.

kostrzewa commented 5 years ago

It does so, however, due to compilation errors as a result of missing namespace indications.

pittlerf commented 5 years ago

It does so, however, due to compilation errors as a result of missing namespace indications.

It does so, however, due to compilation errors as a result of missing namespace indications.

I am working on it, currently I am working on the error

Eigen::Map Reshaped1(vnew.col(ncol).data(), 3, (V_t[i].col(ncol)).size()/3);

which actually in my separate toy C++ code works well

kostrzewa commented 4 years ago

@pittlerf is this abandoned and should the PR be closed?