buildtest
来自「CCSM Research Tools: Community Atmospher」· 代码 · 共 42 行
TXT
42 行
#! /bin/csh# $Id: buildtest,v 1.3.2.1 2001/11/09 18:44:29 erik Exp $ ## Defines the configuration for maint/buildtest, this is sourced by that script#set TMP=/ccsthome/alice/aliceset MACH=ico08set ARCH=rs6000_spset TEST=buildexamples_set NICE=''#set day=`date | cut -f1 -d" "`if ($day == Sun) then set BOPT=O_c++ set JOBS=(4 9 13 14)else if ($day == Mon) then set BOPT=O set JOBS=(1 2 3 6 7 8 14)else if ($day == Tue) then set BOPT=g set JOBS=(1 2 3 6 7 8 14)else if ($day == Wed) then set BOPT=O_complex set JOBS=(1 2 3 5 10 13)else if ($day == Thu) then set BOPT=g_c++ set JOBS=(1 2 3 6 8 13 14)else if ($day == Fri) then set BOPT=g_complex set JOBS=(1 2 3 5 10)else if ($day == Sat) then set BOPT=O set JOBS=(1 2 3 7 8 13 14)endif
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?