上一页 1 2 3 4 5 6 7 ··· 10 下一页
摘要: Program('AFDM.x',['AFDM.c','fdutil.c','omputil.c'])Flow(['da','wa'],['wava','vp','ro','ss','rr','AFDM.x'], ''' ./AFDM.x ompchunk=%(ompchunk)d ompnth=%(ompnth)d verb=y free=n snap=%(snap)s jsna 阅读全文
posted @ 2011-04-01 10:49 June-X 阅读(179) 评论(0) 推荐(0) 编辑
摘要: 当中间文件很多的时候,应该怎么输入呢?仿照这段代码,就可以轻松搞定啦~1 tdata = []2 for i in range(1,4):3 tdata.append('tdata%d' % i)4 5 Result('triangle',tdata,6 '''cat axis=2 ${SOURCES[1:%d]} 7 ''' % len(tdata))8 9 #gee/ajt/causint/SConstruct 阅读全文
posted @ 2011-03-30 16:51 June-X 阅读(138) 评论(0) 推荐(0) 编辑
摘要: ##源程序Wcor.c#! /bin/bashgcc -o Wcor.o -c -g -std=gnu99 -Wall -pedantic -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -fopenmp -I/home/wikier/rsf/include Wcor.cgcc -o ./mycor -pthread Wcor.o -Lbuild/lib -L/home/wikier/rsf/lib/ -lrsf -lm -lblas -lgomp./mycor < s.rsf uu=r.rsf axis=3 verb=y nbuf=100 > 阅读全文
posted @ 2011-03-29 18:39 June-X 阅读(4621) 评论(0) 推荐(0) 编辑
上一页 1 2 3 4 5 6 7 ··· 10 下一页