马上注册,结交更多好友,享用更多功能,让你轻松玩转社区。
您需要 登录 才可以下载或查看,没有账号?我要加入
x
Running Parallel job on Windows XP SP2:
Microsoft has increased the security level for recent Windows versions which
will cause all DDM jobs to fail unless you are running as Adminstrator.
The workaround for this problem is to do the following:
From a command prompt, run gpedit.msc.
Select Computer Configuration,
Expand Administrative Templates, expand System
click Remote Procedure Call,
Double click RPC Endpoint Mapper Client Authentication.
Change the value to "Enabled".
开始--》运行,输入gpedit.msc,选择电脑配置-》管理模板-》系统-》远程过程调用,PRC终点映射程序客户点验证,设置已启用;
Next, check the DEP settings:
Data Execution Prevention (DEP) settings
The DEP settings should be checked using the following steps:
Right click My Computer
Go to Properties
Select the Advanced tab
Select the Performance Settings button
Select the Data Execution Prevention tab
Select the button for
"Turn on DEP for essential Windows programs and services only".
我的电脑-右键-》属性-》高级-》性能--设置-》数据执行保护->激活“仅为基本windows程序和服务启用DEP”
Security Settings:
For users to be able to run a parallel jobs on Microsoft Windows,
the security settings should be checked.
Go to Control Panel->Administrative tools->Local security settings
and check the following under Local Policies->User Rights Assignment.
Note that you can add your own username to these if needed by
right clicking and going to Properties.
Windows XP
"Adjust memory quotas for a process"
"Replace a process level token"
控制面板-》管理工具-》本地安全服务-》用户权利指派,右键可以增加用户名,在调整进程的内存配额和替换进程级记号中增加adminstrators用户。
If you log in through a domain controller, you will also have to
check those settings.
Marc
Before running a parallel job using Intel MPI, you must setup an account for the
Intel MPI mpiexec program using marc2010\intel_mpi\bin\wmpiregister.
Enter a valid username/password and click the Register button.
处理器是intel-mpi,运行marc2010\intel_mpi\bin\wmpiregister,输入用户名和密码,安装ismpd.exe
成功实现。
这里如果是域的话,用户名和密码就要和域保持一致。
Mentat
The Python program located in the mentat20xx\bin directory was built with
Microsoft Visual Studio 8 and is required to be able to use the PyPost and
PyMentat modules.
以上部分是博主个人调试成功按照的步骤,如有其他简便方法,那就更好了!
转自:http://blog.sina.com.cn/s/blog_642b4b710100kn6e.html
|