AMBER Archive (2008)Subject: AMBER: Inconsistent types (INTEGER(4)/REAL(8)) - Is it serious ?
From: Arturas Ziemys (arturas.ziemys_at_uth.tmc.edu)
Date: Wed Jul 02 2008 - 17:10:47 CDT
Hi,
During compilation of Sander and PMED I've got warnings on basis of type
casting (like example below) of function arguments. Is it serious ?
============================================================
In file nmr_calls.f90:285
call mpi_bcast(nmr_iwork, intreq, mpi_integer, &
1
In file nmr_calls.f90:273
call mpi_bcast(rwell, nmr_dat_dbl_cnt, mpi_double_precision, 0, &
2
Warning (155): Inconsistent types (INTEGER(4)/REAL(8)) in actual
argument lists at (1) and (2)
============================================================
Arturas
-----------------------------------------------------------------------
The AMBER Mail Reflector
To post, send mail to amber_at_scripps.edu
To unsubscribe, send "unsubscribe amber" (in the *body* of the email)
to majordomo_at_scripps.edu
|