Compilation and Installation
Procedure
- Use PuTTY to log in to the server as the root user.
- Go to the source code directory.
cd /path/to/CosmoMC/CosmoMC
- Perform the compilation and installation.
make
A CosmoMC executable file is generated in the current directory.

- Load the environment variable.
export PATH=/path/to/CosmoMC/CosmoMC:$PATH
Parent topic: CosmoMC June2021 Porting Guide (Kylin V10)