Rate This Document
Findability
Accuracy
Completeness
Readability

Compiling and Installing AMG

Procedure

  1. Use PuTTY to log in to the server as the root user.
  2. Run the following command to decompress the AMG installation package:
    unzip AMG-1.2.zip
  3. Run the following command to switch to the directory generated after decompression:
    cd /path/to/AMG/AMG-1.2
  4. Run the following commands to perform compilation:
    make

    In Makefile.include, -DHYPRE_USING_PERSISTENT_COMM optimizes the MPI and -DHYPRE_HOPSCOTCH optimizes the OpenMP.