cd /root/LY
ifort vw2.f90 -lfftw3
● 后台运行,即使用nohup。关闭界面不关闭程序。
nohup ./a.out &
● 当前界面运行。不能关闭窗口。
./a.out
执行nohup ./a.out &后,输入top
q
kill 程序编号