Skip to content

Remove dependency on 'nproc' for parallel tests #673

@drroe

Description

@drroe

Requires compiling an extra tool, which while not really a burden has always felt a little awkward. I think it should be possible to check the number of threads by simply doing something like:

N_THREADS=`$DO_PARALLEL echo Hello Cpptraj | grep 'Hello Cpptraj' | wc -l`

Assuming wc is cross-platform.

Metadata

Metadata

Assignees

Labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions