Difference between revisions of "Developers Corner"

From The Yambo Project
Jump to navigation Jump to search
 
(20 intermediate revisions by 5 users not shown)
Line 1: Line 1:
* Test-suite
== 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]]
* Special pages
* [https://en.wikipedia.org/wiki/Help:Wikitext Wikitext Help]
** [[Special:AllPages | All Pages]]
 
** [[MediaWiki:Sidebar | Side Bar]]
== Netiquette, branch naming, merging procedures & Coding practices ==
** [[under construction | Html2Wiki HOWTO]]
* [[Netiquette|Netiquette]]
** [https://en.wikipedia.org/wiki/Help:Wikitext Wikitext Help]
* [[Branches Naming|Branches naming policy]]
* [[Coding good practices|Coding good practices]]
* [[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 ==
Open a terminal in the VM and type
 
sudo dd if=/dev/zero | pv | sudo dd of=/bigemptyfile bs=4096k
sudo rm -rf /bigemptyfile

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