You should not need to invoke switcher in your submission scripts, switcher sets the proper environment for your user and then your jobs are run as your user so the environment is correct. In SGE, you should simply have to do
mpirun /my/path/mpifoo.exe And it should "Just Work". If everyone in your group uses the same mpi anyway, then you don't need switcher at all... On 6/13/07, Ivan Adzhubey <[EMAIL PROTECTED]> wrote: > > > In regards to switcher -- do you actually have all the components > > > installed (eg. modules, env-switcher)? > > > > I think so. > > Ok, as the most effective solution (and before my brain melted) I just > uninstalled env-switcher. My users don't need it and it gave us lots of > headaches more than once before on our old cluster also. Now SGE jobs > complete without a hiccup. > > Looks like I'm almost done with this cluster. Now I will need to figure out > how to add different architecture (x86_32) nodes to it... > > --Ivan > > ------------------------------------------------------------------------- > This SF.net email is sponsored by DB2 Express > Download DB2 Express C - the FREE version of DB2 express and take > control of your XML. No limits. Just data. Click to get it now. > http://sourceforge.net/powerbar/db2/ > _______________________________________________ > Oscar-devel mailing list > [email protected] > https://lists.sourceforge.net/lists/listinfo/oscar-devel > ------------------------------------------------------------------------- This SF.net email is sponsored by DB2 Express Download DB2 Express C - the FREE version of DB2 express and take control of your XML. No limits. Just data. Click to get it now. http://sourceforge.net/powerbar/db2/ _______________________________________________ Oscar-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/oscar-devel
