Difference between revisions of "Developers Corner"

From The Yambo Project
Jump to navigation Jump to search
Line 1: Line 1:
== Special Pages ==
* [[Special:AllPages | All Pages]]
* [[MediaWiki:Sidebar | Side Bar]]
* [[under construction | Html2Wiki HOWTO]]
* [https://en.wikipedia.org/wiki/Help:Wikitext Wikitext Help]
== Branch naming, merging procedures & Coding practices ==
== Branch naming, merging procedures & Coding practices ==
* [[Branches Naming|Branches naming policy]]
* [[Branches Naming|Branches naming policy]]
Line 14: Line 20:
== ICTP VM setup ==
== ICTP VM setup ==
* [[ICTP VM setup| Setup instructions for new ICTP virtual machines]]
* [[ICTP VM setup| Setup instructions for new ICTP virtual machines]]
== Reducing the size of the VM image ==
* [[Special:AllPages | All Pages]]
* [[MediaWiki:Sidebar | Side Bar]]
* [[under construction | Html2Wiki HOWTO]]
* [https://en.wikipedia.org/wiki/Help:Wikitext Wikitext Help]


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

Revision as of 12:30, 2 May 2023

Special Pages

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