In old versions of Ray, only the MPI rank 0 read the arguments but now all the MPI ranks do so.
This should not affect how things work.
> ________________________________________
> De : David Eccles (gringer) [dav...@mp...]
> Date d'envoi : 25 juillet 2011 06:32
> À : Sébastien Boisvert
> Cc : den...@li...
> Objet : colour space mode [possibly] not sent from config to other nodes
>
> While going through the Ray code to remove the colorSpace
> option/parameter (because it's not necessary for my code), I noticed
> that in Machine.cpp::call_RAY_MASTER_MODE_LOAD_CONFIG() there were lines
> that stored the word size and colour-space mode (about lines 680-690),
> but no corresponding colourSpace storage function in
> MessageProcessor.cpp::call_RAY_MPI_TAG_SET_WORD_SIZE(Message*message)
> (about line 230). I'm not sure if this would affect how things work or not.
>
> -- David
Sébastien Boisvert
http://github.com/sebhtml/ray
|