coin-Bcp
Public Types | List of all members
BCP_vg_par Struct Reference

#include <BCP_vg_param.hpp>

Inheritance diagram for BCP_vg_par:
Inheritance graph
[legend]

Public Types

enum  chr_params { MessagePassingIsSerial, ReportWhenDefaultIsExecuted, end_of_chr_params }
 
enum  int_params { NiceLevel, end_of_int_params }
 
enum  dbl_params { dbl_dummy, end_of_dbl_params }
 
enum  str_params { LogFileName, end_of_str_params }
 
enum  str_array_params { str_array_dummy, end_of_str_array_params }
 

Detailed Description

Definition at line 6 of file BCP_vg_param.hpp.

Member Enumeration Documentation

Enumerator
MessagePassingIsSerial 

Indicates whether message passing is serial (all processes are on the same processor) or not.


Values: true (1), false (0). Default: 1.

ReportWhenDefaultIsExecuted 

Print out a message when the default version of an overridable method is executed.

Default: 1.

end_of_chr_params 

Definition at line 7 of file BCP_vg_param.hpp.

Enumerator
NiceLevel 

The "nice" level the process should run at.

On Linux and on AIX this value should be between -20 and 20. The higher this value the less resource the process will receive from the system. Note that

  1. The process starts with 0 priority and it can only be increased.
  2. If the load is low on the machine (e.g., when all other processes are interactive like netscape or text editors) then even with 20 priority the process will use close to 100% of the cpu, and the interactive processes will be noticably more responsive than they would be if this process ran with 0 priority.
See Also
the man page of the setpriority system function.
end_of_int_params 

Definition at line 18 of file BCP_vg_param.hpp.

Enumerator
dbl_dummy 
end_of_dbl_params 

Definition at line 38 of file BCP_vg_param.hpp.

Enumerator
LogFileName 
end_of_str_params 

Definition at line 43 of file BCP_vg_param.hpp.

Enumerator
str_array_dummy 
end_of_str_array_params 

Definition at line 48 of file BCP_vg_param.hpp.


The documentation for this struct was generated from the following file: