我无法编译 SimGrid - S4U
I can't compile SimGrid - S4U
如何在SimGrid中编译C++仿真?我正在按照文档中的安装步骤使用 Ubuntu,但是当我尝试测试文档本身的一些示例时,出现了一些错误和警告。
我进入示例文件夹并尝试运行一些S4U界面,但没有成功。
我试过这个:g++ example.cpp -o 示例
并且:
erros and warnings
构建示例:
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 .. ( Ref. https://simgrid.org/doc/latest/index.html ) 和 simgrid-3.27/docs/source/Installing_SimGrid.rst
,
第 342 行:- make tests:构建测试和示例。
构建示例后,可执行文件位于“build/examples/..”。例如。 simgrid-3.27/build/examples/cpp/actor-create/s4u-actor-create
如何在SimGrid中编译C++仿真?我正在按照文档中的安装步骤使用 Ubuntu,但是当我尝试测试文档本身的一些示例时,出现了一些错误和警告。
我进入示例文件夹并尝试运行一些S4U界面,但没有成功。
我试过这个:g++ example.cpp -o 示例
并且: erros and warnings
构建示例:
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 .. ( Ref. https://simgrid.org/doc/latest/index.html ) 和 simgrid-3.27/docs/source/Installing_SimGrid.rst
,
第 342 行:- make tests:构建测试和示例。
构建示例后,可执行文件位于“build/examples/..”。例如。 simgrid-3.27/build/examples/cpp/actor-create/s4u-actor-create