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

Force blocking y comm doesn't work anymore #10

Open
andyandreolli opened this issue Feb 20, 2023 · 0 comments
Open

Force blocking y comm doesn't work anymore #10

andyandreolli opened this issue Feb 20, 2023 · 0 comments

Comments

@andyandreolli
Copy link
Collaborator

channel/Makefile

Lines 47 to 55 in dcc9c3b

# for uiuj (various versions)
postpro/tke/uiuj_largesmall: flags += -DforceblockingY
postpro/tke/uiuj_spectra: flags += -DforceblockingY
# for runtime statistics
runtime: flags += -Druntimestats
postpro/conditional/Velocity_cut: flags += -DforceblockingY
postpro/conditional/zero_crossings: flags += -DforceblockingY

The -DforceblockingY flag does not produce the desired effect anymore. This flag is used to disable the non-blocking communication when compiling some postprocessing routines, regardless of whether the non blocking communication is enabled in header.h. See also the following lines:

channel/header.h

Lines 12 to 14 in dcc9c3b

#ifndef forceblockingY
#define nonblockingY
#endif

The problem might as well be with the C preprocessor.

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

No branches or pull requests

1 participant