Screen service is needed if you want to run VASP's script through SSH service.

  • Install screen by yum

yum install screen

  • Create a new screen

screen -S screen_name

If you want to run this program in the background, you can click 'Ctrl+A+D' to fullfill it.

  • Check all screen

screen -ls

  • Rcover a screen to show

screen -r screen_name_or_node

 

Last modified: 2020年3月30日

Comments

Write a Reply or Comment

Your email address will not be published.