added conditional call to main and main_lb
This commit is contained in:
parent
9cfb2af9ac
commit
a0c1558d28
1 changed files with 5 additions and 1 deletions
|
|
@ -44,7 +44,11 @@
|
||||||
|
|
||||||
if (iammaster) write(*,*) input_string(1:lnblnk(input_string))
|
if (iammaster) write(*,*) input_string(1:lnblnk(input_string))
|
||||||
|
|
||||||
|
if (numprocs > 1) then
|
||||||
|
CALL main_lb
|
||||||
|
else
|
||||||
CALL main
|
CALL main
|
||||||
|
end if
|
||||||
|
|
||||||
CALL m_openmpi_exit
|
CALL m_openmpi_exit
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue