📄 take.comp
字号:
#!/bin/csh -f################################################################# set the rout to your parcarp source code to roadset road="~/TOOLS"###### set the rout to your current directory to currset curr = "`pwd`"######################################################################################################################## copying all necessary files ###################################################################################clearif( -e param.inc ) then echo "cp param.inc $road/param.inc" cp param.inc $road/param.incelse echo 'FATAL: param.inc is absent' exitendif##################################################################### compiling the Parallel Car-Parinello ###################################################################echo " "cd $roadecho "....... Now working directory is `pwd`"echo "Compiling input checker ...."echo "f77 -o take take.f " f77 -o take take.f #/bin/rm *.o##########################################################echo " "cd $currecho ".......And now working directory is `pwd`"echo "mv $road/take ." mv $road/take .echo "Done\!"
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -