Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Updated config format #338

Merged
merged 65 commits into from
Jan 3, 2022
Merged

Updated config format #338

merged 65 commits into from
Jan 3, 2022

Conversation

rdoosty
Copy link
Collaborator

@rdoosty rdoosty commented Dec 29, 2021

No description provided.

@asedlmayr asedlmayr self-requested a review December 29, 2021 19:43
README.md Outdated Show resolved Hide resolved
README.md Outdated Show resolved Hide resolved
@@ -22,6 +22,83 @@ void PacketTXRX::LoopTxRxArgos(size_t tid) {
std::min((radio_lo + radios_per_thread), cfg_->NumRadios()) - 1;

threads_started_.fetch_add(1);

long long time0 = 0;
if (cfg_->HwFramer() == false) {
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Since this is a big chunk of code, we should add some comments about what this chunk of code does (maybe we should also explain what HwFramer()==false means here since it is not very intuitive).

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Added some comments here. See if it makes sense.

@asedlmayr
Copy link
Collaborator

Update readability per guidelines. Retested ul / dl on powder.

@asedlmayr asedlmayr linked an issue Jan 3, 2022 that may be closed by this pull request
Copy link
Collaborator

@asedlmayr asedlmayr left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks good.
Addressed issue #336 to avoid crashing but it should be fixed in a more rigorous way in the next update

@jianding17 jianding17 merged commit 3b89a9b into develop Jan 3, 2022
@asedlmayr asedlmayr deleted the bs-hw-framer branch January 3, 2022 21:38
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

DoDemul segfault with 44 antennas and AVX512
3 participants