ALPSize tutorial
How to ‘alpsize’ your application program written in C, C++, or Fortran step by step. It easily becomes possible to use ALPS functionalities, such as Parameters and Alea, as well as ALPS scheduler by packaging with CMake and setting the link with the ALPS library.
- ALPSize
- Alpsize-01: Packaging by using CMake.
- Alpsize-02: An example of simplest Wolff cluster update written in C.
- Alpsize-03: A tutorial for writing a program in C++.
- Alpsize-04: A tutorial for using C++ Standard Template Library.
- Alpsize-05: A tutorial for using Boost C++ library.
- Alpsize-06: A tutorial for using ALPS/parameters library.
- Alpsize-07: A tutorial for using ALPS/alea library.
- Alpsize-08: A tutorial for using ALPS/lattice library.
- Alpsize-09: A tutorial for using ALPS/parapack scheduler.
- Alpsize-10: A brief introduction how to compile your Fortran application with ALPS/parapack scheduler.
- Alpsize-11: A tutorial for using ALPS/parapack scheduler from your Fortran application.