charm AT lists.siebelschool.illinois.edu
Subject: Charm++ parallel programming system
List archive
- From: Michael Robson <mprobson AT illinois.edu>
- To: Mustafa Abdul Jabbar <musbar AT gmail.com>
- Cc: "charm AT cs.uiuc.edu" <charm AT cs.uiuc.edu>
- Subject: Re: [charm] Trying to run my FMM charm on a Cluster
- Date: Mon, 14 Apr 2014 14:41:28 -0500
- List-archive: <http://lists.cs.uiuc.edu/pipermail/charm/>
- List-id: CHARM parallel programming system <charm.cs.uiuc.edu>
Hello,
Instead of your current mpiexec strategy you might try ++mpiexec ++remote-shell "ibrun"
If that doesn't work you may need to add a -o 0 to tell it to offest 0. So the mpiexec portion would be:
++mpiexec ++remote-shell "ibrun -o 0"
++mpiexec ++remote-shell "ibrun -o 0"
Hope that helps and let us know if you run into any more trouble.
Sincerely,
Michael
On Sat, Apr 12, 2014 at 11:10 AM, Mustafa Abdul Jabbar <musbar AT gmail.com> wrote:
So I wrote this script and named it mympiexecSome threads said that I need to write a script for mpiexec to deal with ibrunMy first trial with ibrun worked but yielded a job that ran independently on the processors (i.e. as if each job is run locally"Hello,I have been trying to run my charm job on cluster that uses sbatch for submitting job scripts and ibrun for running them
#!/bin/csh shift; shift; exec ibrun $*
and this was my job script
#!/bin/bash
#SBATCH -J FMM
#SBATCH -o %j32.o
#SBATCH -p normal
#SBATCH -n 16
#SBATCH -t 00:10:00
./charmrun +p16 ++mpiexec ++remote-shell ~/exafmm-charm/examples/charmexec ./a.out
I get "couldn't locate mpiexec program" when that's run. I tried to put the shell in one of the PATHs and it was of no use.
here's my nodelist "~/.nodelist"
group main ++shell ssh
host localhost
- [charm] Trying to run my FMM charm on a Cluster, Mustafa Abdul Jabbar, 04/12/2014
- <Possible follow-up(s)>
- Re: [charm] Trying to run my FMM charm on a Cluster, Michael Robson, 04/14/2014
- Re: [charm] Trying to run my FMM charm on a Cluster, Mustafa Abdul Jabbar, 04/14/2014
- Re: [charm] Trying to run my FMM charm on a Cluster, Abhishek Gupta, 04/14/2014
- Re: [charm] [ppl] Trying to run my FMM charm on a Cluster, Phil Miller, 04/14/2014
- Re: [charm] [ppl] Trying to run my FMM charm on a Cluster, Mustafa Abdul Jabbar, 04/15/2014
- Re: [charm] [ppl] Trying to run my FMM charm on a Cluster, Phil Miller, 04/14/2014
- Re: [charm] Trying to run my FMM charm on a Cluster, Abhishek Gupta, 04/14/2014
- Re: [charm] Trying to run my FMM charm on a Cluster, Mustafa Abdul Jabbar, 04/14/2014
Archive powered by MHonArc 2.6.16.