Installing your own version of Qmcpack
These instructions are for users who need to install their own version of Qmcpack.
Do not load the 'qmcpack' module. If you have a 'qmcpack' module loaded, unload it:
module unload
qmcpack
Step 1: Create a new directory where you want to install Qmcpack:
Step 2: Download the version of Qmcpack you want from the GitHub repo:
Step 3: Load the newer compiler module and configure it with custom flags.
More configuration options can be found here.
The --prefix PATH will be replaced by your custom install location
Step 4: If you are happy with the configure flags then install them by:
Step 5 (Optional): Adding Qmcpack to your path
Add the following lines to your ~/.bashrc
Restart the Oscar session or source .bashrc
Last updated
Was this helpful?