sum.comp

来自「已经编译好的levoo程序」· COMP 代码 · 共 49 行

COMP
49
字号
# 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 + =
减小字号Ctrl + -
显示快捷键?