Back to OASIS4 home

Type Application : defined in oasis4/lib/common_oa4/src/psmile_common.F90

Type Application

         Character (len=max_name) :: name  ! name of the application
         Character (len=max_name) :: args
         Integer                                  :: sequence_number  ! position of the application in the setting
         Logical                                 :: stand_alone  ! indicates whether application is running stand alone
         Integer                                  :: comm_user ! Communicator returned for components in user applications
         Integer                                  :: comm ! PSMILe internal communicator over the processes of the current application/executable
         Integer                                  :: rank ! Rank in communicator "comm"
         Integer                                  :: size ! Size in
communicator "comm"

End Application