Installing Libxc
Procedure
- Use PuTTY to log in to the server as the root user.
- Run the following command to decompress the Libxc installation package:
tar -xvf libxc-4.3.4.tar.gz
- Run the following command to go to the directory generated after decompression:
cd libxc-4.3.4
- Run the following command to perform the configuration:
./configure FC=mpifort CC=mpicc --prefix=/path/to/LIBXC/libxc434
- Run the following commands to perform the compilation:
make make install
Parent topic: Configuring the Compilation Environment