Developers Corner: Difference between revisions

From The Yambo Project
Jump to navigation Jump to search
Line 1: Line 1:
== Coding practices ==
== Branch naming, merging procedures & Coding practices ==
* [[Branches Naming|Branches naming policy]]
* [[Branches Naming|Branches naming policy]]
* [[Coding good practices|Coding good practices]]
* [[Coding good practices|Coding good practices]]

Revision as of 15:14, 2 February 2023

Branch naming, merging procedures & 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