由买买提看人间百态

boards

本页内容为未名空间相应帖子的节选和存档,一周内的贴子最多显示50字,超过一周显示500字 访问原贴
Computation版 - 问一个run bash-script command several times的问题
相关主题
请问mpirun怎么放在后台运行?Matlab commands
windows下有没有内存限制?Question about Matlab MEX command
a question about mpi-fortranExecute file under a UNC path in Matlab
about global in matlab请教一个MATLAB作图问题
a question about gnuplot在linux 和 Unix 上做 C/C++ 有差别吗?
how to plot just one point in gnuplot?mex fuction with c code. How to do the profiling?
fortran90的超级怪问题Fortran error
MPI问题求助。Help! (转载)请问用mcc产生一个可执行文件后怎么运行?
相关话题的讨论汇总
话题: times话题: con话题: run话题: bash话题: command
进入Computation版参与讨论
1 (共1页)
j*********e
发帖数: 811
1
I run a bash-script with command:
for con in 'seq 50 50 300'...
do
replace "count" $ con
compile
run "10" "con_cnt$con"
done
but the result shows, it runs 10 times at 50,100,200,300
by 150 and 250 only 9 times
then I changed a condition, and this time, it runs 10 times at 50,100,150,
300
by 200 and 250 only 8 times
I read the couu_log.txt, and there are several places, that without the sign
why?
1 (共1页)
进入Computation版参与讨论
相关主题
请问用mcc产生一个可执行文件后怎么运行?a question about gnuplot
how to shut down pbs server or kill all my jobshow to plot just one point in gnuplot?
问个C++的土问题,见笑了。 (转载)fortran90的超级怪问题
big data forum is running (转载)MPI问题求助。Help! (转载)
请问mpirun怎么放在后台运行?Matlab commands
windows下有没有内存限制?Question about Matlab MEX command
a question about mpi-fortranExecute file under a UNC path in Matlab
about global in matlab请教一个MATLAB作图问题
相关话题的讨论汇总
话题: times话题: con话题: run话题: bash话题: command