1
0
mirror of https://github.com/paboyle/Grid.git synced 2025-06-19 08:17:05 +01:00

Improved threaded comms benchmark

This commit is contained in:
paboyle
2017-06-28 23:27:02 +01:00
parent 54e94360ad
commit 6f5a5cd9b3
2 changed files with 102 additions and 3 deletions

11
TODO
View File

@ -2,10 +2,13 @@ TODO:
---------------
Large item work list:
1)- MultiRHS with spread out extra dim -- Go through filesystem with SciDAC I/O
1)- I/O; There appear to be issues with MPI IO and NERSC with large files.
Possible 2GB limit reappeared. GPFS driver in Intel MPI.
2)- BG/Q port and check
3)- Christoph's local basis expansion Lanczos; port to use Lattice_transfer features
2)- Christoph's local basis expansion Lanczos
3)- BG/Q port and check
4)- Precision conversion and sort out localConvert <-- partial
- Consistent linear solver flop count/rate -- PARTIAL, time but no flop/s yet
5)- Physical propagator interface
@ -14,6 +17,8 @@ Large item work list:
8)- HDCR resume
Recent DONE
-- MultiRHS with spread out extra dim -- Go through filesystem with SciDAC I/O. <--- DONE
-- Lanczos Remove DenseVector, DenseMatrix; Use Eigen instead. <-- DONE
-- GaugeFix into central location <-- DONE
-- Scidac and Ildg metadata handling <-- DONE