Installing the NAG Library for SMP & Multicore, Mark 24 and the Library Documentation

Product Code: fsl6i24ddl

Installing the NAG Library for SMP & Multicore, Mark 24 (without the Library Documentation)

  1. download the tar gzip file fsl6i24ddl.tgz to a temporary location <temp_dir>
  2. change to the temporary location and gunzip and untar
       cd <temp_dir>
       gunzip fsl6i24ddl.tgz        # this will create fsl6i24ddl.tar
       tar xvf fsl6i24ddl.tar       # this will extract install.sh, fs24.tar,
                                                        in.htm(l), un.htm(l), 
                                                        lic_agr.txt
      
  3. run the installation script
    ./install.sh
  4. after the software has been installed, you can optionally delete the temporary location and its contents.
  5. You can access the documentation on our website from here.

Installing the NAG Library for SMP & Multicore, Mark 24 and the Library Documentation

  1. download tar gzip file fsl6i24ddl.tgz to a temporary location <temp_dir>
  2. change to the temporary location and gunzip and untar
       
       cd <temp_dir>
       gunzip fsl6i24ddl.tgz        # this will create fsl6i24ddl.tar
       tar xvf fsl6i24ddl.tar       # this will extract install.sh, fs24.tar,
                                                        in.htm(l), un.htm(l), 
                                                        lic_agr.txt
    
  3. download tar gzip file mk24_doc.tgz to the temporary location <temp_dir>
  4. gunzip
       gunzip mk24_doc.tgz          # this will create mk24_doc.tar
    
       # Note: do not untar mk24_doc.tar
    
  5. run the installation script
    ./install.sh
  6. after the software has been installed, you can optionally delete the temporary location and its contents.

Installing the NAG Library for SMP & Multicore Documentation Only

  1. download tar gzip file mk24_doc.tgz to the location where you want the documentation installed <install_dir>
  2. change to the installation location and gunzip and untar
       cd <install_dir>
       gunzip mk24_doc.tgz          # this will create mk24_doc.tar
       tar xvf mk24_doc.tar