Difference between revisions of "Developers Corner"

From The Yambo Project
Jump to navigation Jump to search
 
(17 intermediate revisions by 4 users not shown)
Line 1: Line 1:
== Development Repositories ==
== Special Pages ==
** [[Test-suite-simple|Test-suite (for dummies)]]
* [[Special:AllPages | All Pages]]
** [[Test-suite | Test-suite]]
* [[MediaWiki:Sidebar | Side Bar]]
** [[Benchmark-suite | Benchmark-suite]]
* [[under construction | Html2Wiki HOWTO]]
** [[Educational]]
* [https://en.wikipedia.org/wiki/Help:Wikitext Wikitext Help]
* Special pages
 
** [[Special:AllPages | All Pages]]
== Netiquette, branch naming, merging procedures & Coding practices ==
** [[MediaWiki:Sidebar | Side Bar]]
* [[Netiquette|Netiquette]]
** [[under construction | Html2Wiki HOWTO]]
* [[Branches Naming|Branches naming policy]]
** [[How to create a new project in Yambo]]
* [[Coding good practices|Coding good practices]]
** [https://en.wikipedia.org/wiki/Help:Wikitext Wikitext Help]
* [[Merging Procedures|Merging procedures and timings]]
 
== Test & Benchmarks suite(s) ==
* [[Test-suite-simple|Test-suite (for dummies)]]
* [[Test-suite | Test-suite]]
* [[Benchmark-suite | Benchmark-suite]]
 
== Yambo educational ==
* [[Educational]]
 
== ICTP VM setup ==
* [[ICTP VM setup| Setup instructions for new ICTP virtual machines]]


== 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