安装了finsim,运行软件自带/tutorial/Parallel/## Run1: Run the case with 1 CPU in local machine
finesim -spice -o output input.sp
没问题,正常运行。
但是运行
## Run4: Run the case with 4 CPUs in remote machine
finesim -np 4 -bsub '-n 4 -q fsqa -R "select[(type==RHEL5)&&(model==X5570)] span[hosts=1]" ' -o output_4CPUs input.sp
的时候就报错“ERROR: environment variable LSF_BINDIR does not exist.”