ICAMM Rennes 2019 HOWTO: Difference between revisions

From VASP Wiki
No edit summary
No edit summary
 
(12 intermediate revisions by 2 users not shown)
Line 4: Line 4:
:<li>launch terminal:</li>
:<li>launch terminal:</li>
:go to '''openSUSE''' booklet (down left of the screen), select '''Système''' and choose '''Terminal'''
:go to '''openSUSE''' booklet (down left of the screen), select '''Système''' and choose '''Terminal'''
:<li>export the proper LC_NUMERIC environment using the following command:</li>
:<code>export LC_NUMERIC="en_US.UTF-8"</code>
:<code>export LIBGL_ALWAYS_SOFTWARE=1</code>
</ol>
</ol>
* '''VASP calculations''':
 
::3 versions of the VASP code are available:
:<li>in this terminal you run the following 5 commands (copy/paste):</li>
export LC_NUMERIC="en_US.UTF-8"
export LIBGL_ALWAYS_SOFTWARE=1
export vasp_std="mpirun -np 2 /usr/local/ICAMM_2019/bin_vasp/5.4/vasp_std"
export vasp_gam="mpirun -np 2 /usr/local/ICAMM_2019/bin_vasp/5.4/vasp_gam"
export vasp_ncl="mpirun -np 2 /usr/local/ICAMM_2019/bin_vasp/5.4/vasp_ncl"
 
'''3 versions of the VASP code are available for vasp5.4''':
<ol>
<ol>


:<li>the so-called ''standard'' version which allows you to make ''standard'' calculation with several K-points</li>
:<li>the so-called ''standard'' version which allows you to make ''standard'' calculation with several K-points</li>
:To use it, enter the following command on a terminal
:To use it, enter the following command on a terminal
In sequential:
:<code>vasp5_std</code>


:<code>vasp_std</code>


:<li>the so-called ''non-colinear'' version which allows you to make ''non-colinear'' calculation with several K-points</li>
:<li>the so-called ''non-colinear'' version which allows you to make ''non-colinear'' calculation with several K-points</li>
:To use it, enter the following command on a terminal
:To use it, enter the following command on a terminal
In sequential:
:<code>vasp5_ncl</code>


:<code>vasp_ncl</code>


:<li>the so-called ''gamma'' version which allows you to make ''gamma'' calculation but with only 1 K-point</li>
:<li>the so-called ''gamma'' version which allows you to make ''gamma'' calculation but with only 1 K-point</li>
:To use it, enter the following command on a terminal
:To use it, enter the following command on a terminal
In sequential:
:<code>vasp5_gam</code>
</ol>
'''3 versions of the VASP code are available for vasp6:'''
<ol>
:<li>the so-called ''standard'' version which allows you to make ''standard'' calculation with several K-points</li>
:To use it, enter the following command on a terminal
In sequential:
:<code>vasp6_std</code>
In parallel:
:<code>mpirun –np 2 /usr/local/ICAMM_2019/bin_vasp/6/vasp_std</code>
:<li>the so-called ''non-colinear'' version which allows you to make ''non-colinear'' calculation with several K-points</li>
:To use it, enter the following command on a terminal
In sequential:
:<code>vasp6_ncl</code>
In parallel:
:<code>mpirun –np 2 /usr/local/ICAMM_2019/bin_vasp/6/vasp_ncl</code>


:<code>vasp_gam</code>
:<li>the so-called ''gamma'' version which allows you to make ''gamma'' calculation but with only 1 K-point</li>
:To use it, enter the following command on a terminal
In sequential:
:<code>vasp6_gam</code>
In parallel:
:<code>mpirun –np 2 /usr/local/ICAMM_2019/bin_vasp/6/vasp_gam</code>
</ol>
</ol>


:'''Please always keep in mind that our local workstation are quite limited so please avoid to run two VASP calculations simultaneously.'''
:'''Please always keep in mind that our local workstation are quite limited so please avoid to run two VASP calculations simultaneously.'''
Line 32: Line 65:
*'''wannier90'''
*'''wannier90'''
:To use wannier90, use the following command:
:To use wannier90, use the following command:
:<code>/ICAMM/wannier/wannier90-1.2/wannier90.x</code>
:<code>/usr/local/ICAMM_2019/wannier90-1.2/wannier90.x</code>


*'''phonopy'''
*'''phonopy'''
Line 50: Line 83:
:<code>p4v</code>
:<code>p4v</code>


* '''vmd''':
* '''VESTA''':
To use the VESTA visualization software, use the following command:
:<code>VESTA</code>
 
* '''VMD''':
To use the vmd visualization software, use the following command:
To use the vmd visualization software, use the following command:
:<code>vmd</code>
:<code>VMD</code>

Latest revision as of 14:35, 26 June 2019

Here is a brief tutorial on how to run a calculation and how to run post-treatment tools during the VASP training school in Rennes.

  • First thing to do:
  1. launch terminal:
  2. go to openSUSE booklet (down left of the screen), select Système and choose Terminal
  • in this terminal you run the following 5 commands (copy/paste):
  • export LC_NUMERIC="en_US.UTF-8"
    export LIBGL_ALWAYS_SOFTWARE=1
    export vasp_std="mpirun -np 2 /usr/local/ICAMM_2019/bin_vasp/5.4/vasp_std"
    export vasp_gam="mpirun -np 2 /usr/local/ICAMM_2019/bin_vasp/5.4/vasp_gam"
    export vasp_ncl="mpirun -np 2 /usr/local/ICAMM_2019/bin_vasp/5.4/vasp_ncl"
    

    3 versions of the VASP code are available for vasp5.4:

    1. the so-called standard version which allows you to make standard calculation with several K-points
    2. To use it, enter the following command on a terminal
      In sequential:
      vasp5_std
    3. the so-called non-colinear version which allows you to make non-colinear calculation with several K-points
    4. To use it, enter the following command on a terminal
      In sequential:
      vasp5_ncl
    5. the so-called gamma version which allows you to make gamma calculation but with only 1 K-point
    6. To use it, enter the following command on a terminal
      In sequential:
      vasp5_gam

    3 versions of the VASP code are available for vasp6:

    1. the so-called standard version which allows you to make standard calculation with several K-points
    2. To use it, enter the following command on a terminal
      In sequential:
      vasp6_std
      In parallel:
      mpirun –np 2 /usr/local/ICAMM_2019/bin_vasp/6/vasp_std
    3. the so-called non-colinear version which allows you to make non-colinear calculation with several K-points
    4. To use it, enter the following command on a terminal
      In sequential:
      vasp6_ncl
      In parallel:
      mpirun –np 2 /usr/local/ICAMM_2019/bin_vasp/6/vasp_ncl
    5. the so-called gamma version which allows you to make gamma calculation but with only 1 K-point
    6. To use it, enter the following command on a terminal
      In sequential:
      vasp6_gam
      In parallel:
      mpirun –np 2 /usr/local/ICAMM_2019/bin_vasp/6/vasp_gam


    Please always keep in mind that our local workstation are quite limited so please avoid to run two VASP calculations simultaneously.
    • wannier90
    To use wannier90, use the following command:
    /usr/local/ICAMM_2019/wannier90-1.2/wannier90.x
    • phonopy
    To use phonopy, use the following command:
    phonopy
    • Gnuplot:
    Gnuplot is a portable command-line driven graphing utility.
    To use it, enter the following command on a terminal
    gnuplot
    For more infos about gnuplot, visit the following website
    • p4vasp:

    To use the p4vasp visualization software, use the following command:

    p4v
    • VESTA:

    To use the VESTA visualization software, use the following command:

    VESTA
    • VMD:

    To use the vmd visualization software, use the following command:

    VMD