exafmm / exafmm-beta

makefile.include
BSD 3-Clause "New" or "Revised" License
20 stars 20 forks source link

make regression automatically pass when *.reg file do not exist; make… #42

Closed taura closed 8 years ago

taura commented 8 years ago

fix two apparent bugs in verify.h

(1) it used to go ahead with regression even when *.reg file does not exist (and regression always ends up failing)

(2) when WORKERNAME env variable isn't set, it creates "time" instead of "time.reg" (presumably because count << "time_" << host << ".reg" fails halfway when you do << host, and ".reg" is not appended as a result)