Stabilize GPU BH trajectory defaults
This commit is contained in:
@@ -1057,13 +1057,8 @@ bool bssn_cuda_bh_interp_resident_enabled()
|
||||
const char *env = getenv("AMSS_CUDA_BH_INTERP_RESIDENT");
|
||||
if (env)
|
||||
enabled = (atoi(env) != 0) ? 1 : 0;
|
||||
#if (ABEtype == 1)
|
||||
else
|
||||
enabled = 1;
|
||||
#else
|
||||
else
|
||||
enabled = 1;
|
||||
#endif
|
||||
enabled = 0;
|
||||
}
|
||||
return enabled != 0;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user