Skip to content

Commit

Permalink
optimised the Ptilde initial set-up and cleaned up corresponding IO
Browse files Browse the repository at this point in the history
  • Loading branch information
urbach committed Apr 16, 2010
1 parent a465606 commit d1daaa6
Show file tree
Hide file tree
Showing 15 changed files with 2,946 additions and 2,922 deletions.
6 changes: 4 additions & 2 deletions BUGS
Original file line number Diff line number Diff line change
@@ -1,8 +1,10 @@
16.04.2010: order in propagators for the heavy doublet inverted in
file -> fixed

14.05.2009: bug in reread functionality fixed.

30.05.2008: scidac checksum for gauge fields not correctly working
different result for serial and MPI run.

different result for serial and MPI run
--> fixed (Remi 02.03.2009)
problem was a wrong computation of rank for I/O writing functions only
when MPI was used
Expand Down
18 changes: 17 additions & 1 deletion NEWS
Original file line number Diff line number Diff line change
@@ -1,3 +1,19 @@
16.04.2010: mixed precision CG implemented for invert and HMC
determination of the Ptilde degree optimised
new input parameter for NDPOLY monomial: MaxPtildeDegree

16.04.2010: as online measurements are available CORRELATORS, PIONNORM, POLYAKOV
syntax
BeginMeasurement TYPE
option = value
EndMeasurement

March.2010: parallel IO implemented and tested to work.
new operator syntax in input file
Begin Operator TYPE
option=value
EndOperator

10.02.2010: New hopping_test.c routing to test the parallel version of
an Hopping_Matrix

Expand All @@ -9,7 +25,7 @@
10.02.2010: when compiling with --enable-indexindepgeom, the xchange routines do not
rely of absolute addressing anymore, but on addresses gI_?_?_?_? which are
defined based on the function Index.
This enable the parallelization in X, XY, XYZ directions
This enables the parallelization in X, XY, XYZ directions
which is obtained --with-mpidimension=XYZ ...
indexindepgeom is still not compatible with blocking-mpi of halfspinors

Expand Down
Loading

0 comments on commit d1daaa6

Please sign in to comment.