Go to the documentation of this file.
73 character(len=*),
optional :: app_name
75 character(len=H_SHORT) :: name
84 if (
present(app_name) )
then
87 name =
"SCALE APPLICATION"
104 call io_setup( name, allow_noconf = .true. )
integer, parameter, public sp
subroutine, public prc_abort
Abort Process.
subroutine, public scale_finalize
Finalize.
subroutine, public file_close_all(skip_abort)
subroutine, public scale_init(app_name)
Initialization.
subroutine, public prof_rapstart(rapname_base, level, disable_barrier)
Start raptime.
subroutine, public prc_mpistart(comm)
Start MPI.
subroutine, public const_finalize
Finalize.
integer, parameter, public rp
integer, parameter, public h_mid
Character length (short=64)
subroutine, public prc_errhandler_setup(use_fpm, master)
Setup MPI error handler.
integer, public io_fid_log
Log file ID.
integer, parameter, public h_short
Character length (short=16)
integer, parameter, public h_long
Character length (short=256)
integer, parameter, public dp
subroutine, public prof_setup
logical, public io_l
output log or not? (this process)
subroutine, public prof_rapend(rapname_base, level, disable_barrier)
Save raptime.
integer, public io_fid_nml
Log file ID (only for output namelist)
logical, public io_nml
output log or not? (for namelist, this process)
subroutine, public prc_singlecom_setup(comm, nprocs, myrank, ismaster)
Setup MPI single communicator (not use universal-global-local setting)
subroutine, public io_log_setup(myrank, is_master)
Setup LOG.
subroutine, public prc_mpifinish
Stop MPI peacefully.
integer, public io_fid_conf
Config file ID.
subroutine, public io_setup(APPNAME, conf_name, prefix, allow_noconf)
Setup.
subroutine, public prof_rapreport
Report raptime.
subroutine, public const_setup
Setup.