Developers Corner: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
|||
(21 intermediate revisions by 5 users not shown) | |||
Line 1: | Line 1: | ||
* Test-suite | == 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]] | |||
* [[Coding good practices|Coding good practices]] | |||
* [[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 == | |||
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 15:31, 3 September 2024
Special Pages
Netiquette, branch naming, merging procedures & Coding practices
Test & Benchmarks suite(s)
- Official Yambo Test-suite
- Official Yambo Test-suite (for dummies)
- Python Yambo Test-suite
- Benchmark-suite
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