Skip to content
Snippets Groups Projects
Commit 62d467fd authored by Antoine Cyril David Hoffmann's avatar Antoine Cyril David Hoffmann
Browse files

comment

parent 629a0a27
Branches
Tags
No related merge requests found
......@@ -9,9 +9,8 @@ SUBROUTINE control
!________________________________________________________________________________
! 1. Prologue
! 1.1 Initialize the parallel environment
IF (my_id .EQ. 0) WRITE(*,*) 'Initialize MPI...'
CALL ppinit
IF (my_id .EQ. 0) WRITE(*,'(a/)') '...MPI initialized'
IF (my_id .EQ. 0) WRITE(*,'(a/)') 'MPI initialized'
CALL daytim('Start at ')
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment