Skip to content

Commit

Permalink
ewald-gpu: Sane default for Ewald tuning.
Browse files Browse the repository at this point in the history
  • Loading branch information
fweik committed Oct 1, 2015
1 parent 33006b9 commit 2486b76
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/tcl/actor/Ewaldgpu_tcl.cpp
Expand Up @@ -128,7 +128,7 @@ int tclcommand_inter_coulomb_parse_ewaldgpu_tune(Tcl_Interp * interp, int argc,
int num_ky=-1;
int num_kz=-1;
int K_max = 30;
int time_calc_steps = -1;
int time_calc_steps = 100;
double accuracy = 0.0001;
double precision = 0.000001;

Expand Down

0 comments on commit 2486b76

Please sign in to comment.