-
Notifications
You must be signed in to change notification settings - Fork 15
Intel Parallel Studio 2017 support for manage #77
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
base: devel
Are you sure you want to change the base?
Conversation
CMakeLists.txt
Outdated
| # ============== PROFILING ==================== | ||
| # | ||
| # MPI_PROFILING: []|<any value> | ||
| # If set, MPI profiling will be enabled. Currently Intel's VTune package is used for performance performance |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Too much performance!
| # .. default:: NO | ||
|
|
||
| #set(IRON_DEVEL YES) | ||
| set(IRON_DEVEL YES) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This should be off by default.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
ParMetis needs to be installed from its devel branch. The normal branch uses the wrong real type in metis.h. Didn't know how to force the OpenCMISS build system to use the ParMETIS devel branch only.
Branch contains required compiler flag changes needed for successful compilation using Intel compilers + Intel MPI. '-g' flag added to RELEASE build to allow source-level profiling with VTune. Vectorisation added by default.