: Non-collinear version for magnetic or spin-orbit coupling studies. 4. Verification
Open the newly created makefile.include in a text editor. You must verify and potentially modify the following sections to match your system environment: vasp 5.4.4 installation
VASP 5.4.4 provides templates for different architectures in the arch/ directory. Choose the one that best matches your system: : cp arch/makefile.include.linux_intel ./makefile.include Use code with caution. Copied to clipboard For GNU Compilers & OpenMPI : cp arch/makefile.include.linux_gnu ./makefile.include Use code with caution. Copied to clipboard : Non-collinear version for magnetic or spin-orbit coupling
Don't just trust it. Test:
Let me know if you need my full makefile.include . You must verify and potentially modify the following
VASP uses a file called makefile.include to know how to build. You must copy a template from the arch folder. If you use Intel tools, copy the Intel template: cp arch/makefile.include.linux_intel ./makefile.include Use code with caution. If you use GNU tools, copy the GNU template: cp arch/makefile.include.linux_gfortran ./makefile.include Use code with caution. Step 3: Edit the Makefile
After a successful build, verify the existence of the binaries: ls -l bin/vasp_std bin/vasp_gam bin/vasp_ncl Use code with caution. Copied to clipboard Common Issues & Tips Installing VASP.5.X.X - VASP Wiki