grycap.namd
NAMD Role
This Ansible role installs NAMD, a software used for simulating large biomolecular systems with high performance through parallel processing.
Role Variables
Here are the variables you can use with this role, along with a short explanation:
# Location where the application will be installed
install_path: /opt
Example Playbook
Here's an example of how to use this role for installation:
- hosts: server
roles:
- { role: 'grycap.namd' }
Contributing to the role
To keep the code organized, direct changes to the master branch are not allowed. If you want to contribute, create your own branch, make your changes, and then submit a pull request. Thank you!