Skip to content

LSODA using OpenMP #16

@LeighKorbel

Description

@LeighKorbel

Has anyone acheived OpenMP threading with this algorithm? I took the test example and tried using basic OpenMP compiler pragmas to thread the for loop that calls LSODA. The example with OpenMP pragmas is here (and includes omp.h):

test_openmp.zip

The algorithm fails because the initial time step seems randomized rather than what is hard coded. Multiple runs of the test program results in different "t" values to begin each time. If anyone has a minute and doesn't mind looking I would appreciate it. Might be worth noting that I am using gcc.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions