📄 tst908.stable.out
字号:
stdout of test 'tst908` in directory 'src/mal` itself:# 08:01:39 > # 08:01:39 > Mtimeout -timeout 60 Mserver "--config=/ufs/mk/monet5/Linux/etc/MonetDB5.conf" --debug=10 --set "monet_mod_path=/ufs/mk/monet5/Linux/lib/MonetDB5:/ufs/mk/opensource/MonetDB/Linux/lib/MonetDB" --set "gdk_dbfarm=/ufs/mk/monet5/Linux/var/MonetDB5/dbfarm" --set "sql_logdir=/ufs/mk/monet5/Linux/var/MonetDB5/log" --set mapi_port=42158 --set sql_port=55708 --set monet_prompt= --trace "--config=/ufs/mk/monet5/src/mal/Tests/All.conf" --dbname=mTests_src_mal tst908.mal </dev/null# 08:01:39 > # Monet Database Server V4.99.19# Copyright (c) 1993-2004, CWI. All rights reserved.# Compiled for i686-redhat-linux-gnu/32bit; dynamically linked.# config:/ufs/mk/monet5/Linux/etc/MonetDB5.conf# dbfarm:/ufs/mk/monet5/Linux/var/MonetDB5/dbfarm# dbname:mTests_src_mal# Visit http://monetdb.cwi.nl/ for further information.## the multiplex code blocks.## check detection of the underlying fast implementations## currently the tactics is replaced by a script during## initial analysis. It should remain 'tactics'##function perftst( b:bat[:any$1,:any$2],div:any$2):void;# print("perftst");print(div);# reduce:= multiplex.tactics("/",b,div);# print(reduce);#end perftst;function user.perftst(b:bat[:any_1,:any_2],div:any_2):void; # 0 (perftst:void)<-(b:bat[:any_1,:any_2])(div:any_2) io.print("perftst"); # 1 IOprint_val (_3:void)<-(_4:str) io.print(div); # 2 IOprint_val (_5:void)<-(div:any_2) reduce := batcalc./(b,div); # 3 (reduce:any)<-(b:bat[:any_1,:any_2])(div:any_2) io.print(reduce); # 4 IOprint_val (_7:void)<-(reduce:any)end perftst; # 5 ###b:= new(:lng,:lng);#barrier (v,i):= newRange(0:lng);# insert(b,i,i);# redo (v,i):= nextElement(1:lng,10:lng);#exit (v,i);#function user.main():void; # 0 (main:void)# the multiplex code blocks. # 1 (_1:str) b := bat.new(:oid,:lng); # 2 CMDBATnew (b:bat[:oid,:lng])<-(_3:oid)(_4:lng)barrier (v,i):= language.newRange(0:lng); # 3 RNGnewRange_lng (v:bit)(i:lng)<-(_7:lng) jump 6 bat.append(b,i); # 4 BKCappend_val_wrap (_8:void)<-(b:bat[:oid,:lng])(i:lng) redo (v,i):= language.nextElement(1:lng,10:lng); # 5 RNGnextElement_lng (v:bit)(i:lng)<-(_9:lng)(_10:lng) jump 4exit (v,i); # 6 (v:bit)(i:lng) user.perftst(b,1:lng); # 7 (_11:void)<-(b:bat[:oid,:lng])(_9:lng)end main; # 8 [ "perftst" ][ 1 ]#-----------------## h t # name# lng lng # type#-----------------#[ 0@0, 0 ][ 1@0, 1 ][ 2@0, 2 ][ 3@0, 3 ][ 4@0, 4 ][ 5@0, 5 ][ 6@0, 6 ][ 7@0, 7 ][ 8@0, 8 ][ 9@0, 9 ]# 08:01:39 > # 08:01:39 > Done.# 08:01:39 >
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -