- have an app written in c/c++ designed to run in parallel
- has a master exe and 250 say child exes
- launching the master exe sequentially invokes the 250 child exes to process some child specific data,
write a child specific result file, and signal back to the master it has finished - when the the master determines all child exes have finished it imports all the child response files
and does some analysis
all the above is processed under the protocol of one core managing one exe - no programming language
other than c\c++ is required under the linux or windows os.
can nvidia cores supplant the linux/windows cores in a straightforward transparent manor?
ie can i avoid any nvidia programming or protocalls.
thx in advance - j