Skip to content
This repository was archived by the owner on Nov 15, 2019. It is now read-only.
This repository was archived by the owner on Nov 15, 2019. It is now read-only.

more explicit error message #3

@falkben

Description

@falkben

"i should not get called" seems to be related to not having openmp installed. we should probably include that information.

#include <omp.h>
#else
void	omp_set_dynamic(int x){
	std::cout << "I should not get called\n";
}
void omp_set_num_threads(int x){
	std::cout << "I should not get called\n";
}
#endif

https://github.com/neurodata/packedForest/blob/master/src/baseFunctions/fpForest.h#L10-L18

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