由买买提看人间百态

boards

本页内容为未名空间相应帖子的节选和存档,一周内的贴子最多显示50字,超过一周显示500字 访问原贴
Linux版 - 请问mpirun怎么放在后台运行?
相关主题
高人帮我看看一个简单的script,为什么nohup有问题?[请教]文件输入 (转载)
Urgent help please! background process killed.[合集] 请问用了nohup以后我这边可以关机吗?
请教个简单命令问题月经问题汇总--大家提供
linux select(): can file descriptors be dynamtic ? (转载)怎么阻止ssh 自动中断呢?
Centos 6.6 installer cannot recognize SSDpython descriptor 问题
请教一个关于nohup的问题perl 高手看过来
纠结死了, 到底是用 GB2312 还是 UTF8 存中文文件名呢问个后台运行的问题
linux进程stopped和terminated有什么区别?nohup不能再ssh -X下面使?
相关话题的讨论汇总
话题: mpirun话题: usr话题: bin话题: local话题: mpiexec
进入Linux版参与讨论
1 (共1页)
l******l
发帖数: 233
1
是在bash shell上运行。
参照网上的一些说法在mpirun前加了nohup,但当我关掉窗口的时候程序还是会断掉并
在nohup.out文件里输出以下信息
mpiexec_*.umd.edu: mpd_uncaught_except_tb handling:
exceptions.IOError: [Errno 9] Bad file descriptor
/usr/local/bin/mpirun 1065 handle_stdin_input
sys.stdin.flush() # probably does nothing
/usr/local/bin/mpdlib.py 762 handle_active_streams
handler(stream,*args)
/usr/local/bin/mpirun 515 mpiexec
rv = streamHandler.handle_active_streams(timeout=1.0)
/usr/local/bin/mpir
h*******e
发帖数: 155
2
用screen试试

【在 l******l 的大作中提到】
: 是在bash shell上运行。
: 参照网上的一些说法在mpirun前加了nohup,但当我关掉窗口的时候程序还是会断掉并
: 在nohup.out文件里输出以下信息
: mpiexec_*.umd.edu: mpd_uncaught_except_tb handling:
: exceptions.IOError: [Errno 9] Bad file descriptor
: /usr/local/bin/mpirun 1065 handle_stdin_input
: sys.stdin.flush() # probably does nothing
: /usr/local/bin/mpdlib.py 762 handle_active_streams
: handler(stream,*args)
: /usr/local/bin/mpirun 515 mpiexec

e****r
发帖数: 581
3
re

【在 h*******e 的大作中提到】
: 用screen试试
d***b
发帖数: 376
4
nohup mpirun -np x myprogram &> OUT&
assume x is number of processor, myprogram is the program name & path you
are running, OUT contains standard out and error output.
or you can use screen.
1 (共1页)
进入Linux版参与讨论
相关主题
nohup不能再ssh -X下面使?Centos 6.6 installer cannot recognize SSD
screen是干啥的请教一个关于nohup的问题
我的home server 纠结死了, 到底是用 GB2312 还是 UTF8 存中文文件名呢
How to keep the process running (转载)linux进程stopped和terminated有什么区别?
高人帮我看看一个简单的script,为什么nohup有问题?[请教]文件输入 (转载)
Urgent help please! background process killed.[合集] 请问用了nohup以后我这边可以关机吗?
请教个简单命令问题月经问题汇总--大家提供
linux select(): can file descriptors be dynamtic ? (转载)怎么阻止ssh 自动中断呢?
相关话题的讨论汇总
话题: mpirun话题: usr话题: bin话题: local话题: mpiexec