Skip to content

Commit d5f159e

Browse files
committed
update readme for 18.03.0
* update timings * link timings in readme * update changelog * update install instructions (no login required anymore)
1 parent bc2e41a commit d5f159e

File tree

7 files changed

+49
-22
lines changed

7 files changed

+49
-22
lines changed

CHANGELOG.md

Lines changed: 34 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,39 @@
11
# Changelog
22

3+
## Quantum Mobile v18.03.0
4+
5+
### Improvements
6+
7+
- Add Wannier90 v2.1 + aiida-wannier90 v1.0.0
8+
9+
### Build process
10+
11+
- VM image built using Virtualbox 5.2.8
12+
13+
## Quantum Mobile v18.02.2
14+
15+
### Software updates
16+
* aiida-core v0.11.0
17+
* aiida-siesta v0.11.5
18+
19+
## Quantum Mobile v18.02.0
20+
21+
### Improvements
22+
23+
- Add jupyter apps (just like on [jupyter.materialslcoud.org](jupyter.materialscloud.org))
24+
25+
### Software updates
26+
* aiida-yambo v0.2.4
27+
* aiida-siesta v0.9.8
28+
* QE 6.2.1
29+
* SSSP (PBE) accuracy 1.0
30+
* SSSP (PBE) efficiency 1.0
31+
32+
## Build process
33+
34+
- VM image built using Virtualbox 5.2.6 + Guest Additions 5.2.7
35+
36+
337
## Quantum Mobile v17.12.0
438

539
### Improvements

INSTALL.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,12 @@
33
1. Download virtual machine image (${vm_image_size})
44
https://object.cscs.ch/v1/AUTH_b1d80408b3d340db9f03d373bbde5c1e/marvel-vms/${fname}
55
MD5 hash: ${vm_image_md5}
6-
2. Install Virtual Box 5.2.6 or later
6+
2. Install Virtual Box 5.2.8 or later
77
www.virtualbox.org
88
3. Import virtual machine image into Virtualbox (${vm_vdisk_size})
99
File => Import Appliance
10-
4. Log in using username / password: ${vm_user} / ${vm_password}
10+
11+
Note: username: `${vm_user}`, password: `${vm_password}`
1112

1213
## Contact
1314

README.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,10 +26,9 @@ For issues encountered during installation of the VM, see the [FAQ](https://gith
2626

2727
You would like to add/remove some components of the VM
2828
and produce your own modified VM image?
29-
Then, the first step is to familiarize yourself with how the VM is set up.
3029

3130
This git repository contains all the vagrant and ansible scripts
32-
required to set up the VM from scratch.
31+
required to set up the VM from scratch (note: [plan >1h](other_stuff/timings.txt) for this).
3332

3433
### Prerequisites
3534

Vagrantfile

Lines changed: 4 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -35,16 +35,10 @@ Vagrant.configure(2) do |config|
3535
vb.customize [ "guestproperty", "set", :id, "/VirtualBox/GuestAdd/VBoxService/--timesync-set-threshold", 10000 ]
3636
end
3737

38-
# Vagrant automatically updates/upgrades the Guest Additions at every
39-
# login (this requires 'vagrant plugin install vbguest')
40-
# Uncomment the following if you don't want to check/update the
41-
# Guest Additions at every reboot, but just once
42-
#config.vbguest.auto_update = false
43-
#
44-
# VirtualBox 5.2.6 ships broken GuestAdditions, see
45-
# https://www.virtualbox.org/wiki/Downloads
46-
# Do: vagrant vbguest --do install
47-
config.vbguest.iso_path = "https://www.virtualbox.org/download/testcase/VBoxGuestAdditions_5.2.7-120528.iso"
38+
# Vagrant automatically updates the Guest Additions on 'vagrant up'
39+
# (this requires 'vagrant plugin install vbguest')
40+
# To disable this, uncomment the following
41+
#config.vbguest.auto_update = false
4842

4943
# Uncomment to avoid remote downloads of ISO
5044
#config.vbguest.no_remote = true

compact_hd.sh

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,6 @@
11
#!/bin/bash
22
set -e
33

4-
echo "### WARNING - THIS HAS ONLY BEEN TESTED ONCE"
5-
64
echo "### Parsing globalconfig.yml"
75
source other_stuff/yaml_parser.sh
86
eval $(parse_yaml globalconfig.yml)

globalconfig.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
# Caution: This file is read by vagrant, ansible and bash
3-
vm_version: "18.02.2"
3+
vm_version: "18.03.0"
44
vm_name: "Quantum Mobile"
55
vm_description: "A Virtual Machine for Computational Materials Science"
66
vm_url: "https://github.com/marvel-nccr/marvel-virtualmachine"

other_stuff/timings.txt

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,14 @@
1-
Approximate timings for different parts of the setup
1+
Approximate timings for components of build process
22
* vagrant up 3 min
33
* ansible common: 10 min
44
* ansible customizations 2 min
55
* ansible simulationtools 1 min
6-
* ansible QE 10 min (+ > 30 min tests)
6+
* ansible QE 7 min (+30 min for tests)
77
* ansible yambo 5 min
8-
* ansible fleur 3 min (+3 min for tests)
8+
* ansible fleur 4 min (+3 min for tests)
99
* ansible siesta 3 min
1010
* ansible cp2k 1 min
11+
* ansible wannier90 2 min
1112
* ansible aiida-core 4 min
12-
* ansible aiida-core 4 min
13-
* ansible aiida-*** (rest) 3 min
13+
* ansible aiida plugins 4 min
14+
* ansible jupyter 2 min

0 commit comments

Comments
 (0)