Developers Corner
Jump to navigation
Jump to search
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