- Dec 19, 2018
-
-
Giovanni Bussi authored
-
- Dec 18, 2018
-
-
Giovanni Bussi authored
-
- Dec 17, 2018
-
-
Giovanni Bussi authored
-
Giovanni Bussi authored
See #399
-
fiskissimo authored
I tried to interpret and fix the code and for me it works nicely with 1 to 3 CVs. Here a brief description: the index i spans through the whole reweghting-grid (according to the mpi rank in case of mpi). rewf_grid_ contains the size on each dimension of the reweghting-grid. t_index is the array containing the coordinates of i in each dimension of the grid. The indexes had to be changed from i to j in line 1967, which indeed spans correctly the dimensions of the grid. In 1968 in order to get the correct index, we need to subtract the former index (ncv-2 -- instead of "ncv-1" which is yet not assigned -- from what is left of kk). I didn't attempt any further test. Please let me know if I had misinterpreted the code. Fixes #399
-
- Dec 11, 2018
-
-
Giovanni Bussi authored
-
Giovanni Bussi authored
cc: @carlocamilloni
-
- Dec 07, 2018
-
-
Giovanni Bussi authored
-
Giovanni Bussi authored
-
Giovanni Bussi authored
See #416
-
Giovanni Bussi authored
-
Giovanni Bussi authored
(backports)
-
Giovanni Bussi authored
See #407
-
carlocamilloni authored
-
Giovanni Bussi authored
-
Giovanni Bussi authored
-
Giovanni Bussi authored
LDFLAGS were overwritten by mistake by CFLAGS when doing coverage
-
carlocamilloni authored
-
carlocamilloni authored
-
- Dec 06, 2018
-
-
carlocamilloni authored
-
- Dec 05, 2018
-
-
carlocamilloni authored
-
- Nov 27, 2018
-
-
carlocamilloni authored
-
- Oct 16, 2018
-
-
carlocamilloni authored
-
- Oct 15, 2018
-
-
Giovanni Bussi authored
-
- Oct 14, 2018
-
-
carlocamilloni authored
-
carlocamilloni authored
defined then just use one thread
-
- Oct 13, 2018
-
-
Carlo Camilloni authored
-
carlocamilloni authored
@giovannibussi right?
-
- Oct 12, 2018
-
-
carlocamilloni authored
-
- Oct 10, 2018
-
-
carlocamilloni authored
- dumpgrid - pca - mds
-
carlocamilloni authored
-
- Oct 05, 2018
-
-
Giovanni Bussi authored
-
Giovanni Bussi authored
-
Giovanni Bussi authored
-
- Sep 28, 2018
-
-
Giovanni Bussi authored
this makes the link visible also when browsing with a mobile
-
- Sep 04, 2018
-
-
Giovanni Bussi authored
-
- Jul 20, 2018
-
-
Giovanni Bussi authored
-
Giovanni Bussi authored
All atoms were erroneously requested also after the first step.
-
- Jul 17, 2018
-
-
Giovanni Bussi authored
-
Giovanni Bussi authored
when using DEBUG, detailed timers were always shown by mistake. Now they are only shown when using flag DETAILED_TIMERS
-