Skip to content

[DO NOT MERGE] PTBC status#695

Open
kostrzewa wants to merge 6 commits into
masterfrom
feature/ptbc_dev
Open

[DO NOT MERGE] PTBC status#695
kostrzewa wants to merge 6 commits into
masterfrom
feature/ptbc_dev

Conversation

@kostrzewa
Copy link
Copy Markdown
Member

No description provided.

@kostrzewa kostrzewa added the WIP DO NOT MERGE Label for pull-requests which exist to track progress during development. label May 29, 2026
Comment thread src/lib/ptbc/defect.c
// include both case when link is in the defect and case link is crossing defect boundary
bool is_defect(PTBCDefect *def, int const ix, int const mu) {
if (ix >= VOLUME) return false;
int const global_dim[4] = {T*g_nproc_t, LX*g_nproc_t, LY*g_nproc_x, LZ*g_nproc_z};
Copy link
Copy Markdown
Member Author

Choose a reason for hiding this comment

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

sorry, no, I thought you were computing the global index in the end...

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

WIP DO NOT MERGE Label for pull-requests which exist to track progress during development.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants