Re: [Oscar-users] Re: PBS Job submission Issue

2003-09-02 Thread Thomas Naughton
Sundar, There are also examples used in the last step to test the cluster installation. They are installed in the 'oscartst' user's home directory, /home/oscartst You can poke around in there for examples of scripts to run PVM, MPI, etc. jobs using PBS. --tjn ___

[Oscar-users] Re: PBS Job submission Issue

2003-09-02 Thread Chris Oubre
I use OSCAR to run both serial and parallel jobs simultaneously. The parallelism in OSCAR will either come from a shaded memory approach, like OpenMP, if you have multiple processors in a node, or a distributed approach like MPI. Your code has to be built to use the parallelism. Now as to getting