Advertisement
ScienceGeyser

ENV Variables for Abinit Tutorials

Jun 16th, 2019
242
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.57 KB | None | 0 0
  1. export ABI_HOME=Replace_with_the_absolute_path_to_the_abinit_top_level_dir
  2.  
  3. export ABI_TESTS=$ABI_HOME/tests/
  4.  
  5. export ABI_TUTORIAL=$ABI_TESTS/tutorial/ # Files for base1-2-3-4, GW ...
  6. export ABI_TUTORESPFN=$ABI_TESTS/tutorespfn/ # Files specific to DFPT tutorials.
  7. export ABI_TUTOPARAL=$ABI_TESTS/tutoparal/ # Tutorials about parallel version
  8. export ABI_TUTOPLUGS=$ABI_TESTS/tutoplugs/ # Examples using external libraries.
  9. export ABI_PSPDIR=$ABI_TESTS/Psps_for_tests/ # Pseudos used in examples.
  10.  
  11. export PATH=$ABI_HOME/src/98_main/:$PATH
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement