Hi Juha,

hmm..that's something I overlooked - that some module needs to do some init in the process running the MI commands.

There are 2 solutions for this:
- the MI function should check if all resources are available and if not to allocate/open them -> no need of init function, the init being done at first run. - place in module_export structure an init_mi function to be called only in the processes running the mi functions.

regards,
bogdan

Juha Heinanen wrote:

i noticed that after latest mi_fifo domain commits, domain_reload failed
in next reloads after initial reload during module initialization.

in child_init there is test:

if (((db_mode == 0) && (rank > 0)) || ((db_mode != 0) && (rank ==
        PROC_FIFO)))

looks like it now fails and domain_db_init is not called for the fifo
child.

should rack be something else when mi_fifo module is in use?

-- juha


_______________________________________________
Devel mailing list
[email protected]
http://openser.org/cgi-bin/mailman/listinfo/devel



_______________________________________________
Devel mailing list
[email protected]
http://openser.org/cgi-bin/mailman/listinfo/devel

Reply via email to