Dear Mat,
The error messages are as follows:
[viet@localhost ~]$ pgf77 -V x.f
pgf77 9.0-3 64-bit target on x86-64 Linux -tp penryn-64
Copyright 1989-2000, The Portland Group, Inc. All Rights Reserved.
Copyright 2000-2009, STMicroelectronics, Inc. All Rights Reserved.
pgi-f77-lin64: LICENSE MANAGER PROBLEM: Failed to checkout license
[viet@localhost ~]$ pgf95 -V x.f
pgf95 9.0-3 64-bit target on x86-64 Linux -tp penryn-64
Copyright 1989-2000, The Portland Group, Inc. All Rights Reserved.
Copyright 2000-2009, STMicroelectronics, Inc. All Rights Reserved.
PGF90/x86-64 Linux 9.0-3
Copyright 1989-2000, The Portland Group, Inc. All Rights Reserved.
Copyright 2000-2009, STMicroelectronics, Inc. All Rights Reserved.
PGF90-F-0002-Unable to open source input file: x.f
PGF90/x86-64 Linux 9.0-3: compilation aborted
[viet@localhost ~]$ pghpf -V x.f
pghpf 9.0-3 64-bit target on x86-64 Linux -tp penryn-64
Copyright 1989-2000, The Portland Group, Inc. All Rights Reserved.
Copyright 2000-2009, STMicroelectronics, Inc. All Rights Reserved.
PGHPF/x86-64 Linux 9.0-3
Copyright 1989-2000, The Portland Group, Inc. All Rights Reserved.
Copyright 2000-2009, STMicroelectronics, Inc. All Rights Reserved.
PGHPF-F-0002-Unable to open source input file: x.f
PGHPF/x86-64 Linux 9.0-3: compilation aborted
[viet@localhost ~]$ pgCC -V x.c
pgCC 9.0-3 64-bit target on x86-64 Linux -tp penryn-64
Copyright 1989-2000, The Portland Group, Inc. All Rights Reserved.
Copyright 2000-2009, STMicroelectronics, Inc. All Rights Reserved.
Edison Design Group C/C++ Front End, version 3.6 (Aug 6 2009 16:54:27)
Copyright 1988-2006 Edison Design Group, Inc.
Catastrophic error: could not open source file “x.c”
1 catastrophic error detected in the compilation of “x.c”.
Compilation terminated.
[viet@localhost ~]$ pgcc -V x.c
pgcc 9.0-3 64-bit target on x86-64 Linux -tp penryn-64
Copyright 1989-2000, The Portland Group, Inc. All Rights Reserved.
Copyright 2000-2009, STMicroelectronics, Inc. All Rights Reserved.
pgi-cc-lin64: LICENSE MANAGER PROBLEM: Failed to checkout license
[viet@localhost ~]$
As showed in the above masseges, the pgcc and pgf77 is not executed successfully due to the license manager problem.
When using pgcc and pgfortran to build the pgi_accelerator_examples, the error messages are as below:
[viet@localhost pgi_accelerator_examples]$ ls
c1.c c2.c c3.c f1.f90 f2.f90 f3.f90 makefile
[viet@localhost pgi_accelerator_examples]$ pgcc -o c1.exe c1.c -ta=nvidia -Minfo
pgi-cc-lin64: LICENSE MANAGER PROBLEM: Failed to checkout license
[viet@localhost pgi_accelerator_examples]$ pgfortran -o f1.exe f1.f90 -ta=nvidia -Minfo
pgi-f95-lin64: LICENSE MANAGER PROBLEM: Failed to checkout license
[viet@localhost pgi_accelerator_examples]$
Is It possible to use the 9.0-3 trial version of the 64-bit linux PGI workstation to run example programs of PGI Accelerator?
Thanks in advance,
Viet