Changes between Version 24 and Version 25 of Tutorials/Wireless/mmwave Paam Real TimePHY


Ignore:
Timestamp:
Sep 11, 2024, 6:47:20 PM (6 weeks ago)
Author:
zhenzhou77
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Tutorials/Wireless/mmwave Paam Real TimePHY

    v24 v25  
    199199We have already built and installed all the necessary packages for running Savannah, please direct to the {{{~/Savannah/agora-mmwave/}}} folder. There are different modes we are able to run, in this section, we are going to cover to how to Savannah-mc in simulation mode.
    200200
    201 
     201Please double check the CMake flags in {{{~/Savannah/agora-mmwave/build}}} directory.
     202    {{{#!shell
     203    $ cmake ../
     204    # you are expect to see the following results:
     205root@srv1-lg1:~/Savannah/agora-mmwave/build# cmake ../
     206-- Using GNU compiler, compiler ID GNU
     207-- Debugging is disabled
     208-- CMAKE_CXX_FLAGS: -std=c++17 -Wall -g -march=native -m64 -O3 -Ofast -DNDEBUG
     209-- CURRENT DIRECTORY: /root/Savannah/agora-mmwave
     210-- CMAKE_CURRENT_SOURCE_DIR: /root/Savannah/agora-mmwave
     211-- Processor supports AVX-512
     212-- Using FlexRAN's (i.e., not Agora's) AVX512 encoder
     213--
     214-- ----- Configuration values -----
     215-- DEBUG:            OFF
     216-- RADIO_TYPE:       SIMULATION
     217-- LOG_LEVEL:        info
     218-- USE_SPDLOG:       True
     219-- ENABLE_MAC:       False
     220-- ENABLE_CSV_LOG:   False
     221-- ENABLE_MAT_LOG:   False
     222-- USE_AVX2_ENCODER: False
     223-- ENABLE_HDF5:      False
     224-- TIME_EXCLUSIVE:   TRUE
     225-- LDPC_TYPE:        FlexRAN
     226-- LDPC_ENQ_BULK:    False
     227-- MAT_OP_TYPE:      AVX512
     228-- SINGLE_THREAD:    False
     229-- --------------------------------
     230--
     231-- Enabled SIMULATION radio type
     232-- Enabled SW Intel FlexRAN LDPC Decoding
     233-- LDPC: Sequential Enqueue Mode
     234-- Time-exlusive: Report only timing but not other characteristics
     235-- MAT_OP_TYPE: Enable AVX512 matrix operation
     236-- SINGLE_THREAD: Enable worker thread (use multi-thread model)
     237-- Using spdlog async logger as the default logger
     238-- Build spdlog: 1.11.0
     239-- Build type: Release
     240-- Disabled Csv/Mat Logger
     241-- Logging level = info.
     242-- Configuring done
     243-- Generating done
     244-- Build files have been written to: /root/Savannah/agora-mmwave/build
     245
     246    }}}
    202247
    203248=== Experiment Execution - RRU Mode: Savannah-mc ===