1
0
mirror of https://github.com/paboyle/Grid.git synced 2025-06-16 06:47:06 +01:00

Checking in before rearranging Lanczos

This commit is contained in:
Chulwoo Jung
2017-05-02 00:47:18 -04:00
parent f87f2a3f8b
commit 09651c3326
6 changed files with 186 additions and 3 deletions

View File

@ -654,8 +654,8 @@ PARALLEL_FOR_LOOP
}
for(int j=k1-1; j<k2+1; ++j) evec[j] = B[j];
#else
#if 0
/Christoph's version. Still fails on CJ's workstation for some reason
#if 1
//Christoph's version. Still fails on CJ's workstation for some reason
{
#pragma omp parallel
{

View File

@ -221,5 +221,6 @@ namespace Grid {
}
};
}
#endif