Difference between revisions of "Developers Corner"

From The Yambo Project
Jump to navigation Jump to search
Line 11: Line 11:
== Yambo educational ==
== Yambo educational ==
* [[Educational]]
* [[Educational]]
== ICTP VM setup ==
* [[ICTP VM setup| Setup instructions for new ICTP virtual machines]]


== Reducing the size of the VM image ==
== Reducing the size of the VM image ==

Revision as of 11:11, 9 February 2023

Branch naming, merging procedures & Coding practices

Test & Benchmarks suite(s)

Yambo educational

ICTP VM setup

Reducing the size of the VM image

Reducing the size of the VM image

Open a terminal in the VM and type

sudo dd if=/dev/zero | pv | sudo dd of=/bigemptyfile bs=4096k
sudo rm -rf /bigemptyfile