1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30
| target target压缩体积
v.setPoint(0, 92.83) # timesteps, temperature length v.setPoint(10000, 45.49)
checkgpu
echo ../0.17 ../0.20 ../0.28 ../0.34 ../0.40 ../0.45 ../0.50 ../0.60 ../0.85 | xargs -n 1 cp -v cyclic.gala gfortran *.f ./a.out vi cyclic.gala ./cyclic.gala --gpu=1>a.log&
100-200-400-800-1600
mkdir -p 0.17 0.20 0.28 0.34 0.40 0.45 0.50 0.60 0.85 //创建多个文件夹
galaTackle ***.xml
200 0.40 200 0.28 800 0.50
nohup sh ***.sh &
nohup sshpass -p atom9527 scp 218.192.171.125:/home/mjy/melt/chain_400_ring_10/particle.dcd . & 从远程传文件到本地并在后端执行,sshpass -p atom9527表示明文传入密码。 nohup scp /home/mjy/melt/chain_400_ring_10/particle.dcd 218.192.171.125:~/ & 表示把本地的particle.dcd文件传到远程~/目录下。
|
v1.5.2