Skip to content

Commit

Permalink
Reduce RAM to 1.5 GB; update roles for slurm and bigdft.
Browse files Browse the repository at this point in the history
  • Loading branch information
borellim committed Jul 3, 2020
1 parent 5293004 commit 8d23c7f
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 3 deletions.
1 change: 1 addition & 0 deletions Vagrantfile
Original file line number Diff line number Diff line change
Expand Up @@ -79,6 +79,7 @@ Vagrant.configure(2) do |config|
ansible_python_interpreter: "/usr/bin/python3",
}
ansible.raw_arguments = Shellwords.shellsplit(ENV['ANSIBLE_ARGS']) if ENV['ANSIBLE_ARGS']
# Ensure that public key auth is not disabled by the user's config
ansible.raw_ssh_args = ['-o PubKeyAuthentication=yes -o DSAAuthentication=yes']
end
end
2 changes: 1 addition & 1 deletion globalconfig.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ vm_readme_file: "${HOME}/Desktop/README.md"
vm_hostname: "qmobile"
vm_user: "max"
vm_password: "moritz"
vm_memory: 2048
vm_memory: 1536
vm_cpus: 2
vm_vram: 128
vm_shared_folder: "/shared"
Expand Down
1 change: 1 addition & 0 deletions playbook.yml
Original file line number Diff line number Diff line change
Expand Up @@ -94,6 +94,7 @@
tags: wannier90
- role: marvel-nccr.wannier_tools
tags: wannier_tools
# this can be added back when ansible-role-bigdft/issues/8 is fixed
#- role: marvel-nccr.bigdft
# tags: bigdft
- role: marvel-nccr.aiidalab
Expand Down
4 changes: 2 additions & 2 deletions requirements.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
- src: marvel-nccr.editors
version: v1.0.2
- src: marvel-nccr.slurm
version: v1.1.0
version: v1.2.0
- src: marvel-nccr.quantum_espresso
version: v1.1.4
- src: marvel-nccr.yambo
Expand All @@ -28,7 +28,7 @@
- src: marvel-nccr.cp2k
version: v1.1.1
- src: marvel-nccr.bigdft
version: v1.2.0
version: v1.3.0
- src: marvel-nccr.wannier90
version: v1.1.2
- src: marvel-nccr.wannier_tools
Expand Down

0 comments on commit 8d23c7f

Please sign in to comment.