![]() |
Fast Auxiliary Space Preconditioning 2.7.7 Aug/28/2022
|
This is a simple instruction on building and testing. For more details, please refer to the README files and the short User's Guide in "faspsolver/doc/".
To compile, you need a Fortran and a C compiler. First, you can type in the "faspsolver/" root directory:
$ mkdir Build; cd Build; cmake ..
which will config the environment automatically. And, then, you can need to type:
$ make install
which will make the FASP shared static library and install to PREFIX/. By default, FASP libraries and executables will be installed in the FASP home directory "faspsolver/".
There is a simple GUI tool for building and installing FASP included in the package. You need Tcl/Tk support in your computer. You may call this GUI by run in the root directory:
$ wish fasp_install.tcl
If you need to see the detailed usage of "make" or need any help, please type:
$ make help
After installation, tutorial examples can be found in "tutorial/".