MOAB: Mesh Oriented datABase  (version 5.5.0)
imoab_ptest.F File Reference
#include "moab/MOABConfig.h"
#include "mpif.h"
+ Include dependency graph for imoab_ptest.F:

Go to the source code of this file.

Functions/Subroutines

subroutine errorout (ierr, message)
 
program imoabpar_test
 

Function/Subroutine Documentation

◆ errorout()

subroutine errorout ( integer  ierr,
character*(*)  message 
)

Definition at line 60 of file imoab_ptest.F.

61  integer ierr
62  character*(*) message
63  if (ierr.ne.0) then
64  print *, message
65  call exit (1)
66  end if
67  return

◆ imoabpar_test()

program imoabpar_test

Definition at line 71 of file imoab_ptest.F.

References errorout().