Developers Corner: Difference between revisions

From The Yambo Project
Jump to navigation Jump to search
No edit summary
 
(9 intermediate revisions by one other user 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]


== Reducing the size of the VM image ==
== Netiquette, branch naming, merging procedures & Coding practices ==
** [[Special:AllPages | All Pages]]
* [[Netiquette|Netiquette]]
** [[MediaWiki:Sidebar | Side Bar]]
* [[Branches Naming|Branches naming policy]]
** [[under construction | Html2Wiki HOWTO]]
* [[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 | Official Yambo Test-suite]]
* [[Test-suite-simple| Official Yambo Test-suite (for dummies)]]
* [[Test-suite-python | Python Yambo 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 ==
Line 16: Line 28:
  sudo dd if=/dev/zero | pv | sudo dd of=/bigemptyfile bs=4096k
  sudo dd if=/dev/zero | pv | sudo dd of=/bigemptyfile bs=4096k
  sudo rm -rf /bigemptyfile
  sudo rm -rf /bigemptyfile
== Sandbox (for testing) ==
[[Test images]]

Latest revision as of 15:31, 3 September 2024