MDCE Problems
- From: Jaime Zamora <jaime.zamora@xxxxxxxxx>
- Date: Mon, 30 Jun 2008 12:14:55 -0700 (PDT)
Hi All, I'm developing parallel versions of matlab code. To get
familiar with mdce, I've written a simple program that works fine and
I just have to pass one file dependency:
set(job,'FileDependencies',{'myeig.m'});
Now I'm trying to translate our code to parallel computing and I have
problems with files used by the script. Questions:
- Do I have to be explicit about all mat files used by the script?
- Is there a way to share paths across computers?
If anyone can send me a parallel example that shares functions and
files would be great. I'm using matlab builtin scheduler.
Best,
Jaime
.
- Prev by Date: Even parity check code
- Next by Date: Re: Even parity check code
- Previous by thread: Even parity check code
- Next by thread: mutiple callbacks with single timer?
- Index(es):
Relevant Pages
|