DIGITAL KAP for DEC Fortran for_DIGITAL_UNIX______________________________ Installation Guide Order Number: AA-PXEJH-TE December 1997 This document contains instructions for installing DIGITAL KAP for DEC Fortran on DIGITAL UNIX systems. Revision/Update Information: This is a revised document. Operating System and Version: DIGITAL UNIX, Versions 4.0B, 4.0C, and 4.0D Software Version: DIGITAL KAP for DEC Fortran, Version 3.2 Digital Equipment Corporation Maynard, Massachusetts __________________________________________________________ First Printing, March 1993 Revised, December 1997 Possession, use, or copying of the software described in this publication is authorized only pursuant to a valid written license from DIGITAL or an authorized sublicensor. Digital Equipment Corporation makes no representations that the use of its products in the manner described in this publication will not infringe on existing or future patent rights, nor do the descriptions contained in this publication imply the granting of licenses to make, use, or sell equipment or software in accordance with the description. © Digital Equipment Corporation 1993, 1995, 1996, 1997. All rights reserved. © Kuck & Associates, Inc. 1993, 1995, 1996, 1997. All rights reserved. The following are trademarks of Digital Equipment Corporation: AlphaGeneration, DEC Fortran, DECdocument, DECsupport, DECthreads, DIGITAL, VAX DOCUMENT, and the DIGITAL logo. The following are third-party trademarks: KAP is a trademark of Kuck & Associates, Inc. POSIX is a registered trademark of IEEE. UNIX is a registered trademark in the United States and other countries licensed exclusively through X/Open Company Ltd. All other trademarks and registered trademarks are the property of their respective holders. This document is available on CD-ROM. This document was prepared using VAX DOCUMENT Version 2.1. ________________________________________________________________ Contents Preface.................................................. v 1 Preparing to Install DIGITAL KAP for DEC Fortran 1.1 Registering the License...................... 1-1 1.2 Checking the Media Software Distribution Kit.......................................... 1-2 1.3 Understanding Installation Procedure Requirements................................. 1-2 1.3.1 Login Privileges......................... 1-2 1.3.2 Hardware Requirements.................... 1-3 1.3.3 Software Requirements.................... 1-3 1.3.3.1 Parallel Libraries Identical for all DIGITAL KAP Products................... 1-4 1.3.4 Disk Space Requirements.................. 1-4 1.4 Backing Up Your System Disk.................. 1-6 1.5 Stopping the Installation.................... 1-7 1.6 Recovering from Errors....................... 1-7 2 Installing DIGITAL KAP for DEC Fortran 2.1 Installing DIGITAL KAP for DEC Fortran ...... 2-1 2.1.1 Starting the Installation Procedure...... 2-1 2.1.2 Responding to Installation Procedure Prompts.................................. 2-2 2.1.2.1 Loading the KPF Kit.................... 2-2 2.1.2.2 Monitoring Displays During the Subset Loading Process........................ 2-2 iii 3 Completing the Installation 3.1 Building Applications with the DECthreads Archive Library on DIGITAL UNIX Version 4.0D......................................... 3-2 A Files Installed on Your System B Sample Installation Index Tables 1-1 KAP Subset Sizes with DIGITAL UNIX....... 1-5 A-1 Installed DIGITAL KAP for DEC Fortran Files.................................... A-1 iv ________________________________________________________________ Preface This manual describes how to install DIGITAL KAP for DEC Fortran on processors running the DIGITAL UNIX operating system. For information about the compatibility of other software products with this version of KAP, refer to the Software Product Description (SPD). You can use the SPD to verify which versions of your operating system are compatible with this version of KAP. The name of the DEC OSF/1 Alpha operating system has been changed to DIGITAL UNIX. All references to DEC OSF/1 Alpha refer to the DIGITAL UNIX operating system. Intended Audience This manual is intended for a system manager who installs DIGITAL KAP for DEC Fortran on a DIGITAL UNIX system. Structure of This Document This manual includes three chapters and two appendixes: o Chapter 1 describes the operating system and hardware requirements for a DIGITAL KAP for DEC Fortran installation and related procedures that you complete before installing KAP. o Chapter 2 describes the DIGITAL KAP for DEC Fortran installation procedure. o Chapter 3 describes the Installation Verification Procedure (IVP) and any postinstallation procedures that you must complete before you use KAP. v o Appendix A describes the hierarchy and contents of KAP directories. o Appendix B contains a log for a KAP installation. Associated Documents Please read the cover letter and release notes before installing the software, in case important information missing from this document has been added to these documents. The documentation for DIGITAL KAP for DEC Fortran also includes the following: o DIGITAL KAP for DEC Fortran for DIGITAL UNIX User Guide o DIGITAL KAP for DEC Fortran for DIGITAL UNIX Quick Reference o DIGITAL KAP for DEC Fortran for DIGITAL UNIX Cover Letter For general information about installing software, refer to the following manual: o Guide to Installing DEC OSF/1 Alpha (DIGITAL UNIX Version 3.2) o DIGITAL UNIX Installation Guide (DIGITAL UNIX Version 4.0 and above) Conventions The following conventions are used in this guide: __________________________________________________________ Convention_______Description______________________________ UPPERCASE and The DIGITAL UNIX system differentiates lowercase between lowercase and uppercase characters. Literal strings that appear in text, examples, syntax descriptions, and function descriptions must be typed exactly as shown. vi __________________________________________________________ Convention_______Description______________________________ user input This bold typeface is used in interactive examples to indicate typed user input. # A number sign is the default superuser _________________prompt.__________________________________ vii 1 ________________________________________________________________ Preparing to Install DIGITAL KAP for DEC Fortran This chapter describes the preparations and requirements for installing DIGITAL KAP for DEC Fortran. Your bill of materials (BOM) and indented bills report (BIL) specify the contents of your kit. If your kit is damaged or if you find that parts of it are missing, contact your DIGITAL representative. Before starting the installation procedure described in Chapter 2, complete the preparations outlined in this chapter. You need to know about installation options and information related to the installation procedure. 1.1 Registering the License The DIGITAL KAP for DEC Fortran software supports the DIGITAL UNIX License Management Facility (LMF). A License Product Authorization Key (License PAK) must be registered in the License Database (LDB) to use DIGITAL KAP for DEC Fortran. The License PAK may be shipped along with the kit if you ordered the license and media together; otherwise, it is shipped separately to a location based on your license order. To register a license under DIGITAL UNIX, first log in as superuser. You can then perform the PAK registration in either of these two ways: 1. If you have the license PAK on paper, enter the following commands at the superuser prompt: # /usr/sbin/lmf register o This register command brings you into edit (vi) mode. Preparing to Install DIGITAL KAP for DEC Fortran 1-1 o Using regular vi edit commands, enter all the information on your License PAK. If you are not familiar with vi, please see the vi reference page (> man vi). o Exit the vi editor. # /usr/sbin/lmf reset o This reset command copies the license information from the LDB to the dynamic kernel LMF database. # exit 2. If you have the license PAK in the form of a csh command script (in PAK_file), enter the following commands at the superuser prompt: # /usr/sbin/lmf register - < PAK_file # exit For complete information about using the DIGITAL UNIX License Management Facility, see the DEC OSF/1 AXP Version 1.3 Guide to Software Licensing (DIGITAL UNIX Version 3.2) or the DIGITAL UNIX Software License Management (DIGITAL UNIX Version 4.0 and above) or the lmf(8) reference page. 1.2 Checking the Media Software Distribution Kit The kit includes a CD-ROM optical disk. 1.3 Understanding Installation Procedure Requirements Installing DIGITAL KAP for DEC Fortran and the DIGITAL KAP for DEC Fortran reference pages, and running the Installation Verification Procedure (IVP) on a standalone system takes about 2 minutes. 1.3.1 Login Privileges You must be able to log in as superuser on the system where you are installing DIGITAL KAP for DEC Fortran. Only when you are logged in as superuser do you have sufficient privileges to install the DIGITAL KAP for DEC Fortran software. 1-2 Preparing to Install DIGITAL KAP for DEC Fortran 1.3.2 Hardware Requirements For a complete list of supported processors, see the SPD. Installing DIGITAL KAP for DEC Fortran requires at least 8.0 megabytes of disk storage space on your system. To perform the installation, you need the following hardware: o Software distribution device (if installing from media) A CD-ROM software kit. The documentation for the CD-ROM drive that you are using explains how to load media. o Terminal You can use either a hardcopy or video terminal to communicate with the operating system and respond to prompts from the installation procedure for DIGITAL KAP for DEC Fortran. 1.3.3 Software Requirements You must install the following software before you install DIGITAL KAP for DEC Fortran, Version 3.2, for DIGITAL UNIX: o DEC OSF/1 Alpha Base System The required subset is OSFBASExxx, which is named "Base System." o DEC Fortran The required subset is DFABASE5xx, which is named "DEC Fortran Base System." o DEC Fortran Run-time Library The required subset is DFARTL376, which is named "DEC Fortran Runtime System." o OSFMANOPxxx This subset is named "On Line Manual Pages." o OSFDCMTxxx This subset is named "Document Preparation Software." Preparing to Install DIGITAL KAP for DEC Fortran 1-3 o CMPDEVENH subset (Development Enhancements for DIGITAL UNIX) from the DIGITAL UNIX 4.* operating system CD- ROM. This subset is required only if you want to use the -non_shared linker switch to link your application to the DECthreads archive library. When you have installed the previous software, you can then install the DIGITAL KAP for DEC Fortran software, which consists of the KPFBASE320 subset. The SPD contains a complete list of prerequisite software and required version numbers. 1.3.3.1 Parallel Libraries Identical for all DIGITAL KAP Products Version 3.2 of KAP for DEC Fortran, KAP Fortran 90, and KAP for C use the same parallel libraries. If you use different languages within a parallelized program, you should use Version 3.2 of all the KAP products. Use the what command to determine the version of the parallel library: f For the DIGITAL UNIX Version 4.* library, libkmp_ osfp10.a: what /usr/lib/libkmp_osfp10.a This command returns the DIGITAL KAP version: Version BL30_1.2_posix10 1.3.4 Disk Space Requirements The disk space requirements discussed in this section apply to the disks where you load the KAP for DEC Fortran subset. Table 1-1 lists the disk space requirements for loading KAP for DEC Fortran software subsets for DIGITAL UNIX. The DIGITAL KAP for DEC Fortran installation procedure loads files into the following directories: 1-4 Preparing to Install DIGITAL KAP for DEC Fortran /usr/opt /usr/bin /usr/man/man1 /usr/lib Table_1-1_KAP_Subset_Sizes_with_DIGITAL_UNIX______________ Subset Name_______/usr/opt__/usr/bin__/usr/man/man1______________ KPFBASE320_8_MB______50_bytes__50_bytes___________________ Compare the space required for subsets with the free space currently on the disks where KAP for DEC Fortran files will reside. To determine the current amount of free space for a directory path, log in to the system where you plan to install KAP for DEC Fortran. You can check which file systems are mounted and where they are by displaying the file /etc/fstab. For example: # more /etc/fstab /dev/rz0a / ufs rw 1 1 /dev/rz0g /usr ufs rw 1 2 /dev/rz0b swap1 ufs rw 0 2 /dev/rz1c swap2 ufs sw 0 2 /dev/rz0f /usr/users ufs rw 1 2 The previous display indicates that /usr (mounted to /dev /rz0g ) is the only mount point that affects where DIGITAL KAP for DEC Fortran files will reside. The system has only one local disk drive, and the /usr/opt file system resides in the g partition of the disk on that drive. Enter the df command to determine total space and free space for the one or two file systems where DIGITAL KAP for DEC Fortran files will reside. Based on the previous display of the /etc/fstab file, which shows that only /usr is a mount point, you would only need to inspect free space in the /usr file system: Preparing to Install DIGITAL KAP for DEC Fortran 1-5 # df /usr Filesystem Total blks blks % node 512-blks used free used Mounted on /dev/rz0g 793406 624892 89172 88% /usr The previous display indicates that there are 89172 blocks (512 bytes per block) free. This free space accommodates the subset requirements listed in Table 1-1 for the /usr /opt file system. On systems where /usr/opt is mounted to different devices from /usr, enter the following command: # df /usr/opt In this case, you compare space required for DIGITAL KAP for DEC Fortran files in /usr/opt to the free space displayed in the output list. If you find that there is insufficient disk space for the KAP for DEC Fortran subsets, and know that you have additional space on alternative disks or disk partitions for your system, you can take the following steps before installing KAP for DEC Fortran: 1. Log in as superuser. 2. Specify in the /etc/fstab file that one or more of the newly created directories are mount points to new disk partitions where there is additional space. 3. Enter the mount -a command so that the new mount points take effect. 1.4 Backing Up Your System Disk DIGITAL recommends that you back up your system disk before installing any software. Use the backup procedures established at your site. For details about performing a system disk backup, see your DIGITAL UNIX documentation. 1-6 Preparing to Install DIGITAL KAP for DEC Fortran 1.5 Stopping the Installation You can stop the installation procedure at any time by pressing Ctrl/C. However, files created up to that point are not deleted. You must delete these files interactively. Appendix A lists the files and directories created during the installation procedure. 1.6 Recovering from Errors If errors occur during the installation, the system displays failure messages. If the installation fails due to insufficient disk space, the installation procedure displays the following message: There is not enough file system space for subset KPFBASE320. KPFBASE320 will not be loaded. If any of the following conditions exist, errors can occur during the installation: o The operating system version is incorrect. o The prerequisite software version is incorrect. o The system parameter values for successful installation are insufficient. For descriptions of error messages generated by these conditions, see the DIGITAL UNIX documentation on system messages, recovery procedures, and DIGITAL UNIX software installation. If you are notified that any of these conditions exist, take the appropriate action described in the message. For information about software requirements, see Section 1.3.3. Preparing to Install DIGITAL KAP for DEC Fortran 1-7 2 ________________________________________________________________ Installing DIGITAL KAP for DEC Fortran This chapter describes the procedures for installing DIGITAL KAP for DEC Fortran on a DIGITAL UNIX system. 2.1 Installing DIGITAL KAP for DEC Fortran This section explains how to start an installation procedure directly from the CD-ROM and how to respond to installation procedure prompts. 2.1.1 Starting the Installation Procedure Start the KAP installation procedure from CD-ROM as follows: 1. Mount the media on the appropriate drive. 2. Log in as superuser (the login name is root) to the system where you are installing DIGITAL KAP for DEC Fortran. 3. Make sure that you are at the root ( / ) directory by entering the following command: # cd / 4. Specify the /mnt directory to be the mount point for the distribution file system on the drive. If your CD-ROM drive is rz4, enter the following command: # mount /dev/rz4 /mnt 5. Enter a setld command that requests the load function and identifies the directory in the mounted file system where KAP for DEC Fortran subsets are located. Installing DIGITAL KAP for DEC Fortran 2-1 For DIGITAL UNIX, the directory location for the KAP subsets is /mnt/kpf320. For example, if you load KAP for DEC Fortran subsets onto DIGITAL UNIX, enter the following command: # /usr/sbin/setld -l /mnt/kpf320 KPFBASE320 2.1.2 Responding to Installation Procedure Prompts This section explains the installation procedure prompts and displays. 2.1.2.1 Loading the KPF Kit After you enter the setld command, the installation procedure displays the following message: Checking file system space required to install specified subsets: When the file system space checks okay, the KPF kit begins to load, and the system displays a series of messages described in Section 2.1.2.2. 2.1.2.2 Monitoring Displays During the Subset Loading Process After you have made your menu selection, the procedure displays a series of messages. First, you are asked if the KAP License PAK is registered. Enter y if your License PAK is registered. Is the PAK registered and loaded? [y/n] y After you respond to the registration question, the system displays the following information: The product's license information is: Product Name: KAP-FORTRAN Producer: KUCK Version: 3.2 Issuer: DEC Copyright (c) Kuck and Associates, Inc. 1995, 1996, 1997. All rights reserved. Restricted Rights: Use, duplication, or disclosure by the U.S. Government is subject to restrictions as set forth in subparagraph (c)(1)(ii) of DFARS 252.227-7013, or in FAR 52.227-19, or in FAR 52.227-14 Alt. III., as applicable. 2-2 Installing DIGITAL KAP for DEC Fortran This software is proprietary to and embodies the confidential technology of Kuck and Associates. Possession, use, or copying of this software and media is authorized only pursuant to a valid written license from Digital or an authorized sublicensor. *-------------------------------------------* * Installation Verification Procedure * * KAP for Fortran 3.2 k301118 971126 * *-------------------------------------------* KAP passes Optimization Compilation test KAP Object Execution Test Passed # If you encounter errors during the installation, see the Diagnostics section of the setld(8) reference page for an explanation of the error and the appropriate action to take. If the verification process fails, you can look in the file /usr/var/adm/fverify to find information that can help you diagnose the problem. After you correct the installation problem, use the following command to delete the KAP subset before you reinstall the product: /usr/sbin/setld -d KPFBASE320 Installing DIGITAL KAP for DEC Fortran 2-3 3 ________________________________________________________________ Completing the Installation At any time after installing DIGITAL KAP for DEC Fortran, you can run the Installation Verification Procedure (IVP) to verify that the software is available on your system. You may also want to run the IVP after a system failure to be sure that users can access DIGITAL KAP for DEC Fortran. To run the IVP after an installation, enter the following command: # /usr/sbin/setld -v KPFBASE320 When the IVP runs successfully, you see the following display: Copyright (c) Kuck and Associates, Inc. 1995, 1996, 1997. All rights reserved. *-------------------------------------------* * Installation Verification Procedure * * KAP for Fortran 3.2 k301118 971126 * *-------------------------------------------* KAP passes Optimization Compilation test KAP Object Execution Test Passed ****** Installation Verification Procedure SUCCESSFUL ****** Completing the Installation 3-1 3.1 Building Applications with the DECthreads Archive Library on DIGITAL UNIX Version 4.0D Although DIGITAL recommends that you use the DIGITAL UNIX DECthreads shared library default, you can link an image to the DECthreads archive library libpthread.a, by using the -non_shared linker switch: o DIGITAL UNIX Version 4.0D: You should have installed the CMPDEVENH subset (Development Enhancements for DIGITAL UNIX) from the DIGITAL UNIX 4.0D operating system CD-ROM. The DECthreads archive library is at the following location: /usr/opt/alt/user/lib/threads/libpthread.a To link to libpthread.a when you are building a parallel program, use the following command: kf77 fkapargs='-conc' -non_shared \ /usr/opt/alt/usr/lib/threads/libpthread.a myprog.f 3-2 Completing the Installation A ________________________________________________________________ Files Installed on Your System Table A-1 lists the files on your system after you install DIGITAL KAP. Table_A-1_Installed_DIGITAL_KAP_for_DEC_Fortran_Files_____ Directory________File______________Description____________ /usr/opt KPF320_release_ Release notes in text /KPFBASE320 note.txt /usr/opt ivp.csh IVP C-shell /KPFBASE320 /usr/opt kapf KAPF binary /KPFBASE320 /usr/opt kapf.1 KAPF reference pages /KPFBASE320 /usr/opt kapfivpin.f IVP source file /KPFBASE320 /usr/opt kapfivpin.kmp IVP file /KPFBASE320 /usr/opt kapfivpin.kut IVP file /KPFBASE320 /usr/opt kapfivpver.lis IVP KAP version /KPFBASE320 /usr/opt kf77 KAP F driver binary /KPFBASE320 /usr/opt kf77.1 KAP F driver reference /KPFBASE320 pages /usr/opt libkmp_osf.a DIGITAL UNIX V3.2, /KPFBASE320 POSIX 1003.4a/d4- compliant, parallel run-time library (continued on next page) Files Installed on Your System A-1 Table A-1 (Cont.) Installed DIGITAL KAP for DEC Fortran __________________Files___________________________________ Directory________File______________Description____________ /usr/opt libkmp_osfp10.a DIGITAL UNIX V4.0B /KPFBASE320 through V4.0D, POSIX 1003.1c-compliant, parallel run-time library /usr/bin kapf Links /usr/bin kf77 Links /usr/man/man1 kapf.1 Links /usr/man/man1 kf77.1 Links /usr/lib libkmp_osf.a Links /usr/lib_________libkmp_osfp10.a___Links__________________ A-2 Files Installed on Your System B ________________________________________________________________ Sample Installation This appendix contains a log of a complete installation of the DIGITAL KAP for DEC Fortran for DIGITAL UNIX kit. Your installation may differ from this example because you can make different choices during the procedure. # /usr/sbin/setld -l /mnt/kpf320 KPFBASE320 *** Enter subset selections *** The following subsets are mandatory and will be installed automatically unless you choose to exit without installing any subsets: * KAP for DEC Fortran for Digital UNIX Optimizer You may choose one of the following options: 1) ALL of the above 2) CANCEL selections and redisplay menus 3) EXIT without installing any subsets Enter your choices or press RETURN to redisplay menus. Choices (for example, 1 2 4-6): 1 You are installing the following mandatory subsets: KAP for DEC Fortran for Digital UNIX Optimizer You are installing the following optional subsets: Is this correct? (y/n): y The installation of KPFBASE320 takes approximately 2 to 4 minutes, depending on your type of media and your system configuration. Begin Loading KPF kit for KAP Copyright (c) Kuck and Associates, Inc. 1993, 1994, 1997. All rights reserved. Sample Installation B-1 Restricted Rights: Use, duplication, or disclosure by the U.S. Government is subject to restrictions as set forth in subparagraph (c)(1)(ii of DFARS 252.227-7013, or in FAR 52.227-19, or in FAR 52.227-14 Alt. III., as applicable. This software is proprietary to and embodies the confidential technology of Kuck and Associates, Inc. Possession, use, or copying of this software and media is authorized only pursuant to a valid written license from Digital or an authorized sublicensor. KAP for DEC Fortran for Digital UNIX Optimizer Copying from /usr/users/karen/kapfkit (disk) Verifying Configuring "KAP for DEC Fortran for Digital UNIX Optimizer" (KPFBASE320) This product is REGISTERED LICENSED SOFTWARE. Product: KAP-FORTRAN Producer: KUCK Version: 3.2 Issuer: DEC The Product Authorization Key (PAK) must be registered with the LICENSE MANAGEMENT FACILITY. Is the PAK registered and loaded?[y/n] y Copyright (c) Kuck and Associates, Inc. 1994, 1995, 1996, 1997. All rights reserved. Restricted Rights: Use, duplication, or disclosure by the U.S. Government is subject to restrictions as set forth in subparagraph (c)(1)(ii) of DFARS 252.227-7013, or in FAR 52.227-19, or in FAR 52.227-14 Alt. III., as applicable. This software is proprietary to and embodies the confidential technology of Kuck and Associates. Possession, use, or copying of this software and media is authorized only pursuant to a valid written license from Digital or an authorized sublicensor. B-2 Sample Installation *-------------------------------------------* * Installation Verification Procedure * * KAP for Fortran 3.2 k301118 971126 * *-------------------------------------------* KAP passes Optimization Compilation test KAP Object Execution Test Passed ****** Installation Verification Procedure SUCCESSFUL ****** Sample Installation B-3 ________________________________________________________________ Index A Installation guide ___________________________ associated documents, vi Archive DECthreads library conventions, vi building applications structure, v with, 3-2 IVP, 3-1 ___________________________ L__________________________ Backing up your system, libpthread.a, 3-2 1-6 License Management Facility (LMF), 1-1 D__________________________ Disk space requirements, P__________________________ 1-4 Parallel libraries, 1-4 increasing, 1-6 Privileges checking login, 1-2 E__________________________ Error recovery, 1-7 S__________________________ Software requirements, 1-3 H__________________________ Stopping installation, 1-7 Hardware Storage required for required for installation installation, 1-3 , 1-3 I__________________________ Installation sample, B-1 stopping, 1-7 storage, 1-3 Index-1