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:
@ -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
|
||||
{
|
||||
|
@ -221,5 +221,6 @@ namespace Grid {
|
||||
}
|
||||
};
|
||||
|
||||
|
||||
}
|
||||
#endif
|
||||
|
Reference in New Issue
Block a user