MFIX  2016-1
machine Module Reference

Functions/Subroutines

subroutine machine_cons
 
subroutine get_run_id
 
double precision function wall_time ()
 
subroutine start_log
 
subroutine end_log
 
subroutine slumber
 
subroutine pc_quickwin
 
subroutine ran
 
subroutine flush_bin (iunit)
 
subroutine flush_res (iunit)
 

Variables

integer open_n1
 
integer nwords_dp
 
integer nwords_r
 
integer nwords_i
 
logical just_flush = .TRUE.
 
character(len=64) id_node
 
integer id_month
 
integer id_day
 
integer id_year
 
integer id_hour
 
integer id_minute
 
integer id_second
 

Function/Subroutine Documentation

subroutine machine::end_log ( )

Definition at line 208 of file machine_mod.f.

Here is the caller graph for this function:

subroutine machine::flush_bin ( integer  iunit)

Definition at line 227 of file machine_mod.f.

Here is the caller graph for this function:

subroutine machine::flush_res ( integer  iunit)

Definition at line 235 of file machine_mod.f.

Here is the caller graph for this function:

subroutine machine::get_run_id ( )

Definition at line 89 of file machine_mod.f.

Here is the caller graph for this function:

subroutine machine::machine_cons ( )

Definition at line 54 of file machine_mod.f.

Here is the caller graph for this function:

subroutine machine::pc_quickwin ( )

Definition at line 219 of file machine_mod.f.

Here is the caller graph for this function:

subroutine machine::ran ( )

Definition at line 223 of file machine_mod.f.

subroutine machine::slumber ( )

Definition at line 215 of file machine_mod.f.

subroutine machine::start_log ( )

Definition at line 182 of file machine_mod.f.

Here is the caller graph for this function:

double precision function machine::wall_time ( )

Definition at line 135 of file machine_mod.f.

Here is the caller graph for this function:

Variable Documentation

integer machine::id_day

Definition at line 23 of file machine_mod.f.

integer machine::id_hour

Definition at line 25 of file machine_mod.f.

integer machine::id_minute

Definition at line 26 of file machine_mod.f.

integer machine::id_month

Definition at line 22 of file machine_mod.f.

character(len=64) machine::id_node

Definition at line 19 of file machine_mod.f.

integer machine::id_second

Definition at line 27 of file machine_mod.f.

integer machine::id_year

Definition at line 24 of file machine_mod.f.

logical machine::just_flush = .TRUE.

Definition at line 16 of file machine_mod.f.

integer machine::nwords_dp

Definition at line 8 of file machine_mod.f.

integer machine::nwords_i

Definition at line 14 of file machine_mod.f.

integer machine::nwords_r

Definition at line 11 of file machine_mod.f.

integer machine::open_n1

Definition at line 5 of file machine_mod.f.