📄 sum.comp
字号:
# QSUB -r compile# QSUB -lt 0:02:00# QSUB -lm 64Mb# QSUB -e compile.e# QSUB -o compile.o# QSUB -s /bin/csh################################################################# 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 "frt -Ade -c sum.f" frt -Ade -c sum.fecho "frt -Ad -o sum sum.o " frt -Ad -o sum sum.o /bin/rm *.o##########################################################echo " "cd $currecho ".......And now working directory is `pwd`"echo "mv $road/sum ." mv $road/sum .echo "Done\!"
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -