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

OpenMP in FDS >=6.7.8 #11771

Closed
sacunningham opened this issue Apr 21, 2023 · 4 comments
Closed

OpenMP in FDS >=6.7.8 #11771

sacunningham opened this issue Apr 21, 2023 · 4 comments
Assignees

Comments

@sacunningham
Copy link

I see in the release notes for FDS 6.7.8 the following note.

There are now two executables distributed in the bundle. One is optimized for a single thread (about 20 % faster) and should be used for MPI calculations without OpenMP. The second executable, appended with _openmp, includes OpenMP compile directives and should be used for multi-thread calculations.

For all versions newer than 6.7.8 the install scripts found on the releases page seem to be the single thread version. When running FDS I'm getting an OpenMP Disabled message in the standard out where I would normally see my OMP thread count. Where can I find the OpenMP versions?

@mcgratta mcgratta self-assigned this Apr 21, 2023
@mcgratta
Copy link
Contributor

What operating system are you using?

@sacunningham
Copy link
Author

Both Windows and Linux. See screenshots below

linux_screencapture

windows_screencapture

@mcgratta
Copy link
Contributor

fds is the name of the non-OpenMP executable. fds_openmp is the name of the OpenMP-enabled executable.

@sacunningham
Copy link
Author

Understood. I misinterpreted the release note. 6.7.8 introduced a new command named fds_openmp. I was looking for a separate installer for the executable. I'm getting the expected behavior now, Thank You.

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

2 participants