Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Possible bug in configure.ac #375

Closed
Closed
@jsilve24

Description

@jsilve24

This (what I think is a) bug was causing parallelization to not work for me.

If I read it correctly, configure.ac doesn't setcan_use_openmp="yes" ifopenmp_already_works="yes". As a result openmp_flag never gets set (e.g., stays an empty string) and then parallelization may not work.

For me, I was able to fix this by adding the commented line

if test x"${openmp_already_works}" = x"yes"; then    arma_have_openmp="#define ARMA_USE_OPENMP"    openmp_flag='$(SHLIB_OPENMP_CXXFLAGS)' ## added by jdsfi

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions


      [8]ページ先頭

      ©2009-2025 Movatter.jp