3 #if defined(__WITH_MPI__)
19 character(len=LINELENGTH) :: errmsg
22 #if defined(__WITH_MPI__)
30 write (errmsg,
'(a)') &
31 'Can not run parallel mode with this executable: no MPI'
This module contains simulation constants.
integer(i4b), parameter linelength
maximum length of a standard line
class(runcontroltype) function, pointer, public create_mpi_run_control()
class(runcontroltype) function, pointer, public create_run_control()
class(runcontroltype) function, pointer, public create_seq_run_control()
This module contains simulation methods.
subroutine, public store_error(msg, terminate)
Store an error message.
This module contains simulation variables.
character(len=linelength) simulation_mode