Difference between revisions of "Developers Corner"

From The Yambo Project
Jump to navigation Jump to search
Line 1: Line 1:
== Coding practices ==
* [[Branches-naming|Branches naming policy]]
* [[Merging-procedures|Merging procedures and timings]]
== Test & Benchmarks suite(s) ==
== Test & Benchmarks suite(s) ==
* [[Test-suite-simple|Test-suite (for dummies)]]
* [[Test-suite-simple|Test-suite (for dummies)]]

Revision as of 13:33, 2 February 2023

Coding practices

Test & Benchmarks suite(s)

Yambo educational

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