我无法编译 SimGrid - S4U



如何在SimGrid中编译C++模拟?我正在使用Ubuntu,遵循文档中的安装步骤,但当我尝试测试文档本身的一些示例时,会出现一些错误和警告。

我转到examples文件夹,尝试运行一些S4U接口,但没有成功。

我试过这个:g++example.cpp-o example

以及:错误和警告

构建示例:

tar xvf simgrid-3.27.tar.gz
cd simgrid-3.27/ && mkdir build && cd build/
cmake ..
make
make tests      ## build tests and examples
sudo make install

make选项https://simgrid.org/doc/latest/Installing_SimGrid.html。。(参考。https://simgrid.org/doc/latest/index.html(CCD_ 2,第342行:-make-tests:构建测试和示例。

当示例已经建立时,可执行文件位于"中;build/examples/&";。例如simgrid-3.27/build/examples/cpp/actor-create/s4u-actor-create

相关内容

  • 没有找到相关文章

最新更新