package parallel
import (
)
var routineCount int = 1
func SetRoutineCount(n int) {
routineCount = n
}