Changes between Version 7 and Version 8 of PGIInstall
- Timestamp:
- 03/25/09 09:41:11 (8 months ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
PGIInstall
v7 v8 1 1 == PGI Workstation Installation == 2 2 3 If you want to use the PGI compilers from your Linux workstation then you should follow the instructions below. This allows you to run the compilers on your own computer instead of having to log into one of our clusters. The binary generated should work without modification on the cluster. You will need a license.dat file. If you are a researcher at USF please email support@rc.usf.edu for your copy.3 If you want to use the PGI compilers from your Linux workstation then you should follow the instructions below. This allows you to run the compilers on your own computer instead of having to log into one of our clusters. The binary generated should work without modification on the cluster. You will need a license.dat file. If you are a researcher at USF please request a license through our license request form at https://rc.usf.edu/licensing/licenserequest.php 4 4 5 5 1. If you have a previous version of pgi installed you will still need to do a complete reinstall. It is suggested that you move the current install directory to a back up directory to save any local modifications. These modifications will have to be performed manually on the new directory. … … 33 33 34 34 You should get results like: 35 {{{ 36 some output 37 . 38 . 39 . 40 PGC-F-0002-Unable to open source input file: x.c 41 PGC/x86-64 Linux/x86-64 6.0-5: compilation aborted 42 pgcc-Fatal-ccompile completed with exit code 1 35 43 36 `some cruft`[[BR]]37 `.`[[BR]]38 `.`[[BR]]39 `.`[[BR]]40 `PGC-F-0002-Unable to open source input file: x.c`[[BR]]41 `PGC/x86-64 Linux/x86-64 6.0-5: compilation aborted`[[BR]]42 `pgcc-Fatal-ccompile completed with exit code 1`[[BR]]43