SimGrid 中的多核主机失败
Fail of multicoring host in SimGrid
在platform.xml
中声明了多核主机
<host id="Host" speed="1Gf" core="280" state_file="Failures/Failure/h_0" >
当我朗姆酒模拟时,SimGrid 给我:
[0.000000] /simgrid-master/src/simix/smx_environment.cpp:43: [xbt/CRITICAL] Error while loading /home/Platform/platform.xml: FIXME: add state change code also for constraint_core[i]
如何正确设置状态失败?
您要求的功能(将跟踪应用于多核主机)尚未实现,因此 "FIXME" 是错误消息,应该是 "TODO" 或更明确的 "UNIMPLEMENTED" 这个特征的字符。
在platform.xml
<host id="Host" speed="1Gf" core="280" state_file="Failures/Failure/h_0" >
当我朗姆酒模拟时,SimGrid 给我:
[0.000000] /simgrid-master/src/simix/smx_environment.cpp:43: [xbt/CRITICAL] Error while loading /home/Platform/platform.xml: FIXME: add state change code also for constraint_core[i]
如何正确设置状态失败?
您要求的功能(将跟踪应用于多核主机)尚未实现,因此 "FIXME" 是错误消息,应该是 "TODO" 或更明确的 "UNIMPLEMENTED" 这个特征的字符。