WINE and Parallel Processing

Open forum for end-user questions about Wine. Before asking questions, check out the Wiki as a first step.
Forum Rules
Locked
tlillys
Newbie
Newbie
Posts: 1
Joined: Wed Sep 25, 2013 12:44 pm

WINE and Parallel Processing

Post by tlillys »

Hi - new to this forum.

I have a design problem for a Simulation/Optimization software package that will run (hopefully) on a cluster of CentOS boxes. The idea is to have a master node run the Optimization process making decisions about what simulations to run, and available slave nodes would run the Simulation(s) of a physical process as directed by the master node; communications are handled via message passing interface (MPI). The goal is have everything run natively, however, a component of the Optimization software is not ready for Linux yet (we don't own it).

The temporary work around I had in mind was to run the Optimizer as a Windows console program using WINE and make calls to native processes on the slave nodes. So, my question is, is this work around even feasible?

TIA
Ted
wodencafe
Newbie
Newbie
Posts: 3
Joined: Tue Apr 03, 2012 3:38 pm

Re: WINE and Parallel Processing

Post by wodencafe »

You won't know until you try.
Locked