Skip to content
Snippets Groups Projects
Commit d835f338 authored by Robert Schmidt's avatar Robert Schmidt
Browse files

Build without AVX512 on caracal to avoid compilation fail

parent bb15360a
No related branches found
No related tags found
3 merge requests!1757Draft: Use pMAX value in configuration file, instead of hardcoded '23' in asn1_msg.c,!1591integration_2022_wk24,!1382WIP: Semi-automatic code generator for LDPC decoder for AVX2 and AVX512.
...@@ -34,7 +34,7 @@ ...@@ -34,7 +34,7 @@
<mode>TesteNB</mode> <mode>TesteNB</mode>
<class>Build_eNB</class> <class>Build_eNB</class>
<desc>Build gNB (USRP)</desc> <desc>Build gNB (USRP)</desc>
<Build_eNB_args>--gNB -w USRP --ninja --cmake-opt -DBoost_INCLUDE_DIR=/usr/include/boost169</Build_eNB_args> <Build_eNB_args>--gNB -w USRP --ninja --cmake-opt -DBoost_INCLUDE_DIR=/usr/include/boost169 --noavx512</Build_eNB_args>
<forced_workspace_cleanup>True</forced_workspace_cleanup> <forced_workspace_cleanup>True</forced_workspace_cleanup>
</testCase> </testCase>
......
...@@ -32,7 +32,7 @@ ...@@ -32,7 +32,7 @@
<testCase id="000001"> <testCase id="000001">
<class>Build_PhySim</class> <class>Build_PhySim</class>
<desc>Build for physical simulator</desc> <desc>Build for physical simulator</desc>
<physim_build_args>--phy_simulators --ninja</physim_build_args> <physim_build_args>--phy_simulators --ninja --noavx512</physim_build_args>
<forced_workspace_cleanup>FALSE</forced_workspace_cleanup> <forced_workspace_cleanup>FALSE</forced_workspace_cleanup>
</testCase> </testCase>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment