Skip to content

Commit

Permalink
role updates for 20.03.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
ltalirz committed Mar 16, 2020
1 parent 5f94e69 commit f58ceba
Show file tree
Hide file tree
Showing 4 changed files with 16 additions and 16 deletions.
6 changes: 3 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@

### Improvements
* add WannierTools
* add bigdft 1.9.0
* add aiida-bigdft v0.1.0a0

### Build process
* ansible 2.9.5
Expand All @@ -20,12 +22,12 @@
* aiida v1.1.0
* aiida-yambo 1.0
* aiidalab v20.2.0b2
* aiida-wannier90 v2.0.0

## Quantum Mobile v19.12.0

### Improvements
* first Quantum Mobile release with AiiDA 1.0
* add BigDFT + AiiDA plugin

### Software updates
* Ubuntu 18.04.3 LTS
Expand All @@ -34,12 +36,10 @@
* aiida-quantumespresso v3.0.0a5
* aiida-siesta v1.0.0
* aiida-fleur v1.0.0a0
* aiida-bigdft v0.1.0a0
* aiidalab v19.11.0a2
* yambo 4.4
* QE 6.5 with EPW and Wannier90
* fleur 0.30 MaxR4
* bigdft 1.9.0

## Quantum Mobile v19.09.0

Expand Down
10 changes: 5 additions & 5 deletions compact_hd.sh
Original file line number Diff line number Diff line change
Expand Up @@ -19,11 +19,11 @@ vdisk_uuid=${BASH_REMATCH[1]}
vm_vdisk_size=`du -sh "$vdisk_path" | awk '{print $1}' `
echo "### Initial vdisk size: $vm_vdisk_size"

#echo "### Filling free space with zeros (this can take several minutes)"
#ssh -F vagrant-ssh default "cat /dev/zero > zero.fill; sync; sleep 1; sync; rm -f zero.fill"
#
#echo "### Halting any running machines"
#vagrant halt
echo "### Filling free space with zeros (this can take several minutes)"
ssh -F vagrant-ssh default "cat /dev/zero > zero.fill; sync; sleep 1; sync; rm -f zero.fill"

echo "### Halting any running machines"
vagrant halt

echo "### Converting vdisk to vdi format"
tmp_vdisk_vdi=tmp.vdi
Expand Down
2 changes: 1 addition & 1 deletion playbook.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
vars:
- release_notes: true
- release_notes_vm_user: "{{ vm_user }}"
- run_tests: false
- run_tests: true
- clean: false
- root_user: root
- cloud_platform: virtualbox
Expand Down
14 changes: 7 additions & 7 deletions requirements.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,32 +8,32 @@
- src: marvel-nccr.add_user
version: v0.2.1
- src: marvel-nccr.simulationbase
version: v1.0.5
version: v1.0.6
- src: marvel-nccr.ubuntu_desktop
version: v1.0.3
version: v1.0.4
- src: marvel-nccr.quantum_mobile_customizations
version: v1.0.6
- src: marvel-nccr.editors
version: v1.0.1
version: v1.0.2
- src: marvel-nccr.slurm
version: v1.0.0
- src: marvel-nccr.quantum_espresso
version: v1.1.2
version: v1.1.3
- src: marvel-nccr.yambo
version: v1.1.0
- src: marvel-nccr.fleur
version: v1.0.2
- src: marvel-nccr.siesta
version: v1.0.3
version: v1.0.4
- src: marvel-nccr.cp2k
version: v1.1.1
- src: marvel-nccr.bigdft
version: v1.0.0
- src: marvel-nccr.wannier90
version: v1.1.1
version: v1.1.2
- src: marvel-nccr.wannier_tools
version: v1.0.0
- src: marvel-nccr.aiida
version: v2.1.4
version: v2.1.6
- src: marvel-nccr.aiidalab
version: v1.1.1

0 comments on commit f58ceba

Please sign in to comment.