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

Add an eventHookStatic directive #759

Merged
merged 2 commits into from
Dec 20, 2024
Merged

Add an eventHookStatic directive #759

merged 2 commits into from
Dec 20, 2024

Conversation

abensonca
Copy link
Collaborator

Replaces the use of include directives in some instances - this allows such build-time-determinable function calls to be handled by the source code preprocessor instead of via include files.

Remaining use of include directives is expected to be factored out via other means (e.g. moving physics from nodeComponents to nodeOperators).

Replaces the use of `include` directives in some instances - this allows such build-time-determinable function calls to be handled by the source code preprocessor instead of via include files.

Remaining use of `include` directives is expected to be factored out via other means (e.g. moving physics from `nodeComponent`s to `nodeOperator`s).
@abensonca abensonca self-assigned this Dec 18, 2024
Copy link

⚠️ Possible misspelled word 'alllevels' (2 instances) in file 'source/events.hooks.F90'
⚠️ Possible misspelled word 'atlevel' (2 instances) in file 'source/events.hooks.F90'
⚠️ Possible misspelled word 'copyin' in file 'source/events.hooks.F90'
⚠️ Possible misspelled word 'pre' in file 'source/merger_trees.evolve.timesteps.history.F90'
⚠️ Possible misspelled word 'leadimg' in file 'source/output.HDF5.open.F90'
⚠️ Possible misspelled word 'git2' in file 'source/output.version.F90'
⚠️ Possible misspelled word 'repo' in file 'source/output.version.F90'
⚠️ Possible misspelled word 'git2' in file 'source/output.version.F90'
⚠️ Possible misspelled word 'repo' in file 'source/output.version.F90'
⚠️ Possible misspelled word 'git2' in file 'source/output.version.F90'
⚠️ Possible misspelled word 'insted' in file 'source/output.version.F90'
⚠️ Possible misspelled word 'mallinfo2' in file 'source/utility.memory_reporting.F90'
⚠️ Possible misspelled word 'getpagesize' in file 'source/utility.memory_reporting.F90'
⚠️ Possible misspelled word 'mallinfo2' in file 'source/utility.memory_reporting.F90'
⚠️ Possible misspelled word 'slurm' in file 'source/utility.memory_reporting.F90'

Copy link

⚠️ Possible misspelled word 'alllevels' (2 instances) in file 'source/events.hooks.F90'
⚠️ Possible misspelled word 'atlevel' (2 instances) in file 'source/events.hooks.F90'
⚠️ Possible misspelled word 'copyin' in file 'source/events.hooks.F90'
⚠️ Possible misspelled word 'pre' in file 'source/merger_trees.evolve.timesteps.history.F90'
⚠️ Possible misspelled word 'leadimg' in file 'source/output.HDF5.open.F90'
⚠️ Possible misspelled word 'git2' in file 'source/output.version.F90'
⚠️ Possible misspelled word 'repo' in file 'source/output.version.F90'
⚠️ Possible misspelled word 'git2' in file 'source/output.version.F90'
⚠️ Possible misspelled word 'repo' in file 'source/output.version.F90'
⚠️ Possible misspelled word 'git2' in file 'source/output.version.F90'
⚠️ Possible misspelled word 'insted' in file 'source/output.version.F90'
⚠️ Possible misspelled word 'mallinfo2' in file 'source/utility.memory_reporting.F90'
⚠️ Possible misspelled word 'getpagesize' in file 'source/utility.memory_reporting.F90'
⚠️ Possible misspelled word 'mallinfo2' in file 'source/utility.memory_reporting.F90'
⚠️ Possible misspelled word 'slurm' in file 'source/utility.memory_reporting.F90'

@abensonca abensonca added this pull request to the merge queue Dec 20, 2024
Merged via the queue into master with commit 2581c3f Dec 20, 2024
295 checks passed
@abensonca abensonca deleted the featStaticEventHooks branch December 20, 2024 15:41
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant