How to check current version?

Hi
How do I check the current version of PGI compliers installed on my systems?
Thanks

Hi KingsleyWeb,

The “-V” flag.

% pgfortran -V

pgfortran 11.8-0 64-bit target on x86-64 Linux -tp nehalem 
Copyright 1989-2000, The Portland Group, Inc.  All Rights Reserved.
Copyright 2000-2011, STMicroelectronics, Inc.  All Rights Reserved.

Hope this helps,
Mat

Excellent! that worked a treat :)
the 10.0-0 version on one of my machines vs 11.2-1 on the other would explain why the cuda fortran wouldn’t work there then!