On Thursday 13 August 2009 20:18, Jess Kondor wrote: > CALL synchronize( gid ) > ^ > pathf95-700 pathf90: ERROR BCAST_REAL, File = mp_base.f90, Line = 62, > Column = 14 > The intrinsic call "SYNCHRONIZE" is being made with illegal arguments.
apparently some genius working at pathscale has decided that "synchronize" is a nice name for an intrinsic function. Define it external or change the routine name. P. -- Paolo Giannozzi, Democritos and Udine University
