Difference between revisions of "Developers Corner"

From The Yambo Project
Jump to navigation Jump to search
 
(2 intermediate revisions by the same user not shown)
Line 1: Line 1:
== Branch naming, merging procedures & Coding practices ==
== Special Pages ==
* [[Special:AllPages | All Pages]]
* [[MediaWiki:Sidebar | Side Bar]]
* [[under construction | Html2Wiki HOWTO]]
* [https://en.wikipedia.org/wiki/Help:Wikitext Wikitext Help]
 
== Netiquette, branch naming, merging procedures & Coding practices ==
* [[Netiquette|Netiquette]]
* [[Branches Naming|Branches naming policy]]
* [[Branches Naming|Branches naming policy]]
* [[Coding good practices|Coding good practices]]
* [[Coding good practices|Coding good practices]]
Line 14: Line 21:
== 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 ==

Latest 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