Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Ping_loop arguments list inconsistency #104

Closed
EvelynOtero opened this issue Oct 11, 2016 · 2 comments
Closed

Ping_loop arguments list inconsistency #104

EvelynOtero opened this issue Oct 11, 2016 · 2 comments
Labels

Comments

@EvelynOtero
Copy link

There are three routines "ping_loop" types in comm_mpi.f and the number of arguments is inconsistent for ping_loop1 and ping_loop2.
It gives compilation errors with Intel compiler.

The other question is argument list for ping_loop
subroutine ping_loop(t1,t0,len,nloop,nodea,nodeb,nid,x1,y1,x2,y2)
which is referenced
call ping_loop (t1,t0,len,nloop,nodea,nodeb,nid,x,y,x,y)
with x1=x2 and y1=y2. Is it intentional? It seems that fortran does not recommend this type of operations.

@stgeke stgeke added the bug label Oct 29, 2016
@stgeke
Copy link
Contributor

stgeke commented Oct 29, 2016

@fischer1 Can you take care of this?

@fischer1
Copy link
Contributor

resolved in #123

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

3 participants