Developers Corner: Difference between revisions

From The Yambo Project
Jump to navigation Jump to search
No edit summary
No edit summary
Line 10: Line 10:
* [[Coding good practices|Coding good practices]]
* [[Coding good practices|Coding good practices]]
* [[Merging Procedures|Merging procedures and timings]]
* [[Merging Procedures|Merging procedures and timings]]
* [[Neti


== Test & Benchmarks suite(s) ==
== Test & Benchmarks suite(s) ==

Revision as of 07:16, 27 July 2023

Special Pages

Netiquette, branch naming, merging procedures & Coding practices

Test & Benchmarks suite(s)

Yambo educational

ICTP VM setup

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