mlr-org / parallelMap

R package to interface some popular parallelization backends with a unified interface
https://parallelmap.mlr-org.com
Other
57 stars 14 forks source link

Fix parallelisation in socket mode #32

Closed ikorb closed 9 years ago

ikorb commented 9 years ago

Ensure that socket mode actually parallelizes by changing an ifelse argument into an explicit if block to avoid shortening the list of hosts to a single element.

coveralls commented 9 years ago

Coverage Status

Coverage increased (+0.02%) to 77.81% when pulling 412fccb6a67d9154f2e6d804c833140c92503582 on ikorb:sockfix into 60530ff189241e50a9506412c906a697caf28977 on berndbischl:master.