lattice / quda

QUDA is a library for performing calculations in lattice QCD on GPUs.
https://lattice.github.io/quda
Other
279 stars 94 forks source link

Multiple calls to loadGaugeQuda #5

Closed bjoo closed 13 years ago

bjoo commented 13 years ago

Multiple calls to loadGaugeQuda() cause the error message:

QUDA error: Error: even/odd field is not null, probably already allocated(even=0x54a0000, odd=0x54a7800)

(this is pernicious when wrapping the solver for use in HMC, where the gauge field can change and a new gauge field needs to be downloaded.)

bjoo commented 13 years ago

This issue was partially resolved in the minvcg branch, but the resolution brought forth issue 6 ( https://github.com/lattice/quda/issues/#issue/6 ). Resolving issue 6 and merging the minvcg branch will probably resolve this issue.

bjoo commented 13 years ago

This issue is fixed byt the fix to issue 6