File tree Expand file tree Collapse file tree 5 files changed +20
-16
lines changed
Expand file tree Collapse file tree 5 files changed +20
-16
lines changed Original file line number Diff line number Diff line change 11# Changelog
22
3- ## Quantum Mobile v18.09.0
3+ ## Quantum Mobile v18.10.0
4+
5+ ### Improvements
6+ * add link to FAQ on desktop
7+ * switch from torque to slurm scheduler
48
59### Software updates
610* Ubuntu 18.04 LTS
711* Quantum Espresso v6.3
812* cp2k v6.1
913* yambo v4.2.4
14+ * fleur 0.27 MaXR3
1015* siesta v4.0.2
1116* aiida-core v0.12.2
1217* aiidalab v18.09.0
13-
14-
15- ### Improvements
16- * add link to FAQ on desktop
18+ * aiida-fleur v0.6.2
1719
1820### Build process
1921* Vagrant v2.1.6
Original file line number Diff line number Diff line change 11---
22# Caution: This file is read by vagrant, ansible and bash
3- vm_version : " 18.08 .0"
3+ vm_version : " 18.10 .0"
44vm_name : " Quantum Mobile"
55vm_description : " A Virtual Machine for Computational Materials Science"
66vm_url : " https://github.com/marvel-nccr/marvel-virtualmachine"
Original file line number Diff line number Diff line change 2727 add_user_password : " {{ vm_password }}"
2828 add_user_sudo : True
2929
30- # Note: it is important to pass variables to roles within a 'vars' group
31- # If they are passed on the same indentation level as the role, the variable is
30+ # Note: it is important to pass variables to roles using the 'vars' dictionary.
31+ # If variables are passed on the same indentation level as the role, the variable is
3232# set correctly inside the role, but following roles will read the *default*
3333# value of the variable (as defined inside the role).
3434- name : set up the VM
7878 tags : slurm
7979 vars :
8080 slurm_hostname : " {{ vm_hostname }}"
81- slurm_user : " {{ vm_user }}"
8281 slurm_cpus : " {{ vm_cpus }}"
8382 slurm_memory : " {{ vm_memory }}"
84- # - role: marvel-nccr.torque
85- # tags: torque
86- # vars:
87- # torque_hostname: "{{ vm_hostname }}"
88- # torque_cpus: "{{ vm_cpus }}"
83+ - role : marvel-nccr.torque
84+ tags : torque
85+ vars :
86+ torque_hostname : " {{ vm_hostname }}"
87+ torque_cpus : " {{ vm_cpus }}"
8988 - role : marvel-nccr.quantum-espresso
9089 tags : quantum_espresso
9190 vars :
Original file line number Diff line number Diff line change 1- ansible >= 2.6
1+ ansible >= 2.7
22passlib
33sphinx >= 1.5
44paramiko
5+ # for testing
6+ molecule
7+ docker
Original file line number Diff line number Diff line change 2525 version : master
2626- src : marvel-nccr.add-user
2727 version : master
28- - src : marvel-nccr.torque
28+ - src : marvel-nccr.slurm
2929 version : master
3030- src : marvel-nccr.aiida
3131 version : master
You can’t perform that action at this time.
0 commit comments