-
Notifications
You must be signed in to change notification settings - Fork 1
Home
Yaser Afshar edited this page Mar 1, 2016
·
5 revisions
Welcome to the PPM_RC wiki!
-
all FORTRAN keywords and statements are in capital letters
-
functions and subroutines from PPM library called with ppm_ initiative, like:
CALL ppm_util_time(t0)
-
functions and subroutines from PPM_RC library called with ppm_rc initiative, like:
`CALL ppm_rc_defaults(info)`
-
functions and subroutines from MPI library called with MPI initiative, like:
`CALL MPI_Init(info)`
-
PPML macros called in small letters, like:
`or_fail("ppm_rc_defaults failed")` `or_fail_MPI("MPI_Comm_Rank failed.")` `stdout("Initialization took: ",'tinit-t0'," secs.")`