Qsub working fine. Everything working fine. Problem only with below command. Saying mpi not found.
>>> qrsh -pe orte 4 -b y mpirun -np 4 a.out >> Thanks & Regards Yasir Israr > On 02-May-2017, at 5:31 PM, Reuti <[email protected]> wrote: > > Hi, > >> Am 01.05.2017 um 10:07 schrieb [email protected]: >> >> Yes >> >> Thanks & Regards >> Yasir Israr >> >> -----Original Message----- >> From: Reuti [mailto:[email protected]] >> Sent: 01 May 2017 01:29 PM >> To: [email protected] >> Cc: [email protected] >> Subject: Re: [SGE-discuss] Couldnt able to PE orte >> >> Signierter PGP-Teil >> >>> Am 01.05.2017 um 03:53 schrieb <[email protected]>: >>> >>> I've setup PE orte and done entry in all.q now when I'm running below >>> command its showing ORTE. >>> >>> # qconf -spl >>> make mpi smp orte >>> >>> # qconf -sp all.q |grep pe_ >>> Make mpi smp orte >>> >>> But when I'm running job using below command it's showing mpirun not >>> found, meanwhile when I simple run #mpirun -np 4 a.out it work without any >> issue. >>> qrsh -pe orte 4 -b y mpirun -np 4 a.out > > Can you please try to submit as a job with `qsub`? The $PATH might be > different (although this is usually only the case, if you installed Open MPI > on your own at a custom location after compiling it on your own). > > -- Reuti _______________________________________________ SGE-discuss mailing list [email protected] https://arc.liv.ac.uk/mailman/listinfo/sge-discuss
