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

merge pion <x> branch #326

Merged
merged 21 commits into from
May 24, 2016
Merged

merge pion <x> branch #326

merged 21 commits into from
May 24, 2016

Conversation

kostrzewa
Copy link
Member

No description provided.

@kostrzewa kostrzewa changed the title merge pion average <x> branch merge pion <x> branch May 22, 2016
@kostrzewa
Copy link
Member Author

I've added support for differing propagator and source filenames. It seems to work fine now. I also fixed some apparent logic bugs in the process.

@@ -367,7 +367,7 @@ int main(int argc, char *argv[])
if (g_dflgcr_flag)
init_blocks(nblocks_t, nblocks_x, nblocks_y, nblocks_z);

if(SourceInfo.type == SRC_TYPE_VOL) {
if(SourceInfo.type == SRC_TYPE_VOL || SourceInfo.type == SRC_TYPE_PION_TS || SourceInfo.type == SRC_TYPE_GEN_PION_TS) {
Copy link
Member Author

Choose a reason for hiding this comment

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

I've added this because it seems that otherwise for pion_ts and gen_pion_ts, the inverter would run twelve times unless Indices was set manually to 0. Not sure why that was not the case when Max and @urbach did the inversions.

@kostrzewa
Copy link
Member Author

I believe this is fine now.

@urbach
Copy link
Contributor

urbach commented May 24, 2016

okay, seems alright, I'm pulling this in now

@urbach urbach merged commit d9a2d4b into etmc:master May 24, 2016
@kostrzewa
Copy link
Member Author

Thanks!

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.

2 participants