|
|
|
|
|
|
l******l 发帖数: 233 | 1 【 以下文字转载自 Linux 讨论区 】
发信人: lsloneil (Eric), 信区: Linux
标 题: 请问mpirun怎么放在后台运行?
发信站: BBS 未名空间站 (Mon Dec 7 11:39:45 2009, 美东)
是在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)
| c****p 发帖数: 6474 | 2 试试screen。
【在 l******l 的大作中提到】 : 【 以下文字转载自 Linux 讨论区 】 : 发信人: lsloneil (Eric), 信区: Linux : 标 题: 请问mpirun怎么放在后台运行? : 发信站: BBS 未名空间站 (Mon Dec 7 11:39:45 2009, 美东) : 是在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
| c***r 发帖数: 1570 | | l*******G 发帖数: 1191 | 4 bash -c "mpirun -np num_of_proc program.exe program_parameters 2>&1 >
screentout.txt" &
tail screenoutput.txt | n**p 发帖数: 320 | | t*****z 发帖数: 812 | |
|
|
|
|
|
|