ADMB Documentation  -a65f1c97
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
adglobl.cpp
Go to the documentation of this file.
1 
9 #ifdef DEBUG
10  #include <cassert>
11 #endif
12 #include <admodel.h>
13 
15  unsigned char ad_comm::directory_prefix='\\';
16  unsigned int ad_comm::wd_flag=0;
17  int ad_comm::bandwidth=0;
18 
19 #if defined(USE_ADPVM)
20 adpvm_manager* ad_comm::pvm_manager = NULL;
21 #endif
22 
26  ofstream * ad_comm::global_logfile=NULL;
30  char ad_comm::option_flags[10];
31  int ad_comm::argc=0;
36  char ** ad_comm::argv=NULL;
38 
40 
44 
45 std::ostream& get_output_stream()
46 {
48  {
50  }
51  return std::cout;
52 }
static int straight_through_flag
Definition: admodel.h:839
Description not yet available.
Definition: fvar.hpp:920
#define _THREAD
static adpvm_manager * pvm_manager
Definition: fvar.hpp:8849
static ofstream * global_logfile
Definition: fvar.hpp:8858
static adstring subdir
Definition: fvar.hpp:8851
static char ** argv
Definition: fvar.hpp:8866
static unsigned char directory_prefix
Definition: fvar.hpp:8865
static adstring working_directory_path
Definition: fvar.hpp:8861
static uistream * global_bparfile
Definition: fvar.hpp:8859
static adstring adprogram_name
Definition: fvar.hpp:8860
static int no_ln_det_choleski_flag
Definition: fvar.hpp:8841
static int print_hess_and_exit_flag
Definition: fvar.hpp:8838
static int argc
Definition: fvar.hpp:8863
Description not yet available.
static int no_pvm_flag
Definition: fvar.hpp:8839
static _THREAD gradient_structure * _instance
static cifstream * global_datafile
Definition: fvar.hpp:8856
static char option_flags[]
Definition: fvar.hpp:8862
std::ostream & get_output_stream()
Definition: adglobl.cpp:45
const int output
Definition: fvar.hpp:9505
static _THREAD DF_FILE * fp
Stores the adjoint gradient data that will be processed by gradcalc.
static int bandwidth
Definition: fvar.hpp:8837
Description not yet available.
Definition: fvar.hpp:3516
static int output_flag
Definition: admodel.h:1972
static cifstream * global_parfile
Definition: fvar.hpp:8857
static int no_atlas_flag
Definition: fvar.hpp:8840
static _THREAD grad_stack * GRAD_STACK1
class for things related to the gradient structures, including dimension of arrays, size of buffers, etc.
static unsigned int wd_flag
Definition: fvar.hpp:8864
static double fun_without_pen
Definition: admodel.h:2395