Number of devices can be overriden in config file
This commit is contained in:
parent
7fae35a2d9
commit
56abe820c3
4 changed files with 24 additions and 15 deletions
7
config.h
7
config.h
|
|
@ -14,21 +14,26 @@ public:
|
|||
double dt_bh;
|
||||
double eta;
|
||||
std::string input_file_name;
|
||||
int devices_per_node;
|
||||
bool dt_min_warning;
|
||||
|
||||
bool output_hdf5;
|
||||
bool output_hdf5_double_precision;
|
||||
int output_ascii_precision;
|
||||
int output_extra_mode;
|
||||
bool dt_min_warning;
|
||||
|
||||
int live_smbh_count;
|
||||
double live_smbh_custom_eps;
|
||||
bool live_smbh_output;
|
||||
bool live_smbh_neighbor_output;
|
||||
int live_smbh_neighbor_number;
|
||||
|
||||
bool binary_smbh_pn;
|
||||
bool binary_smbh_influence_sphere_output;
|
||||
double binary_smbh_influence_radius_factor;
|
||||
std::vector<int> pn_usage;
|
||||
double pn_c;
|
||||
|
||||
bool ext_units_physical;
|
||||
double unit_mass;
|
||||
double unit_length;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue