Parallel computations in hybrid (Linux-Windows) environment

Hi, I am working in the field of Systems biology and exploring Julia features to solve Sys biology models (mostly systems of differential equations). We need to solve systems of Differential Equations simulating input parameters hence we’ve came up with the idea of grid environment in our lab to support fast parallel computations. Mostly we have Windows servers. Could you please recommend me the proper approach of using Julia parallelism for this case? I am testing the following variants:
1 ClusterManager + (?) HTCondor
2 SSH manger (problematic for windows env)