Re: [OMPI devel] Confusion about slots

2016-03-23 Thread Federico Reghenzani
I didn't understand what slots are. __ Federico Reghenzani M.Eng. Student @ Politecnico di Milano Computer Science and Engineering 2016-03-22 18:56 GMT+01:00 Federico Reghenzani < federico1.reghenz...@mail.polimi.it>: > Hi guys, > > I'm really confused about *slots* in resource allo

[OMPI devel] Confusion about slots

2016-03-22 Thread Federico Reghenzani
send to mpirun? The number of processor sockets, the number of cores or the number of hwthread available? How --map-by and --rank-by affect the spawn policy? Thank you! OFFTOPIC: is someone going to EuroMPI 2016 in September? We will be there to present our migration technique. Cheers, Fed

Re: [OMPI devel] Benchmark with multiple orteds

2016-01-25 Thread Federico Reghenzani
output than >> mpirun --tag-output --bind-to none wrapper.sh grep CPUs_allowed_list >> /proc/self/status >> with 16 orted >> >> when wrapper.sh works fine, skampi degradation should be smaller with 16 >> orted >> >> Cheers, >> >> Gilles >> &

Re: [OMPI devel] Benchmark with multiple orteds

2016-01-25 Thread Federico Reghenzani
, MPI_Reduce, MPI_Allreduce, MPI_Alltoall, MPI_Gather, MPI_Scatter, MPI_Scan, MPI_Send/Recv Cheers, Federico __ Federico Reghenzani M.Eng. Student @ Politecnico di Milano Computer Science and Engineering 2016-01-25 12:17 GMT+01:00 Gilles Gouaillardet < gilles.gouaillar...@gmail.com>: >

[OMPI devel] Benchmark with multiple orteds

2016-01-25 Thread Federico Reghenzani
), but we have a degradation of 50%, and we are sure that is not an overhead due to orteds initialization. Do you have any idea how can multiple orteds influence the processess performance? Cheers, Federico __ Federico Reghenzani M.Eng. Student @ Politecnico di Milano Computer Science and Engineering

Re: [OMPI devel] Add an orte tool

2015-12-09 Thread Federico Reghenzani
> > you also need to update orte/tools/Makefile.am > > > > Cheers, > > > > Gilles > > > > On Wednesday, December 9, 2015, Federico Reghenzani < > federico1.reghenz...@mail.polimi.it> wrote: > > Hi! > > > > I'm trying to add a n

[OMPI devel] Add an orte tool

2015-12-09 Thread Federico Reghenzani
something? Thank you, Federico Reghenzani __ M.Eng. Student @ Politecnico di Milano Computer Science and Engineering <http://www.reghe.net/>

Re: [OMPI devel] Remote orted verbosity

2015-11-24 Thread Federico Reghenzani
bose* but it works only for the local > machine (= where mpirun is executed). > > > Cheers, > Federico > > __ > Federico Reghenzani > M.Eng. Student @ Politecnico di Milano > Computer Science and Engineering > > > ___ > d

[OMPI devel] Remote orted verbosity

2015-11-23 Thread Federico Reghenzani
Hi! Is there any way to get the output of OPAL_OUTPUT_VERBOSE on remote orted*s*? (or write it to a local file?). We tried with *--mca orte_debug_verbose* but it works only for the local machine (= where mpirun is executed). Cheers, Federico __ Federico Reghenzani M.Eng. Student @ Politecnico

Re: [OMPI devel] OMPI devel] Checkpoint/restart + migration

2015-11-13 Thread Federico Reghenzani
ady in master) > > Which is the framework involved in this communication? I'm not sure what this channel is used for. Cheers, > > Gilles > > > On 10/26/2015 3:28 PM, Federico Reghenzani wrote: > > Hi Gilles, > t​​hank you again for your great answer. Our idea is to migrate tasks &

Re: [OMPI devel] Compile only one framework/component

2015-10-27 Thread Federico Reghenzani
Oh good, thank you all and sorry for the banal question. __ Federico Reghenzani M.Eng. Student @ Politecnico di Milano Computer Science and Engineering 2015-10-27 13:38 GMT+01:00 Jeff Squyres (jsquyres) <jsquy...@cisco.com>: > In addition to what others said, check out this

[OMPI devel] Compile only one framework/component

2015-10-27 Thread Federico Reghenzani
__ Federico Reghenzani M.Eng. Student @ Politecnico di Milano Computer Science and Engineering

Re: [OMPI devel] OMPI devel] Checkpoint/restart + migration

2015-10-26 Thread Federico Reghenzani
e attached image exact? Cheers, Federico __ Federico Reghenzani M.Eng. Student @ Politecnico di Milano Computer Science and Engineering 2015-10-23 11:45 GMT+02:00 Gilles Gouaillardet < gilles.gouaillar...@gmail.com>: > Gianmario, > > Iirc, there is one pipe between orted and each

Re: [OMPI devel] Checkpoint/restart + migration

2015-10-23 Thread Federico Reghenzani
/OOB >> -Running applications exchange data via ompi/BTL >> >> Is that correct? If not, can someone give us a hint? >> >> Questions on how to update topology info may be yet to come. >> >> Thank you guys! >> >> Gianmario >> > > ___

Re: [OMPI devel] Info about ORTE structure (Ralph Castain)

2015-06-11 Thread Federico Reghenzani
l.polimi.it> > Date: Thu, 11 Jun 2015 08:09:30 -0700 > Subject: Re: [OMPI devel] Info about ORTE structure > > On Jun 11, 2015, at 1:13 AM, Federico Reghenzani < > federico1.reghenz...@mail.polimi.it> wrote: > > Just some other questions on ras functions: > - we foun

Re: [OMPI devel] Info about ORTE structure

2015-06-11 Thread Federico Reghenzani
guys :) Cheers, Federico Reghenzani 2015-04-13 21:08 GMT+02:00 Ralph Castain <r...@open-mpi.org>: > Yes - but the processes must stay in the same location > > On Apr 13, 2015, at 12:02 PM, Federico Reghenzani < > federico1.reghenz...@mail.polimi.it> wrote: > > Tha

Re: [OMPI devel] Info about ORTE structure

2015-04-13 Thread Federico Reghenzani
Thank you. And, to workaround, is it possible to temporary suspend processes on a node and later resume it (requested by RM)? I saw in the code that orted can receive SIGTSTP and SIGCONT to suspend/resume processes. Cheers, Federico Reghenzani 2015-04-10 16:58 GMT+02:00 Ralph Castain &l

Re: [OMPI devel] Info about ORTE structure

2015-04-10 Thread Federico Reghenzani
The RM can ask for deallocation of some nodes? For example, mpirun asks to the RM which resources are available (let node1, node2, node3) and spawns orted in the nodes. After some time during the elaboration, can the RM ask to deassign node3 or reassign jobs on node3 to node4? Cheers, Federico

Re: [OMPI devel] Unable to execute development version

2015-03-28 Thread Federico Reghenzani
t; Federico, > > can you try > mpirun -mca sec basic ... > > cheers, > > Gilles > > On Saturday, March 28, 2015, Federico Reghenzani < > federico1.reghenz...@mail.polimi.it> wrote: > >> Hello all. >> I'm working together with Gianmario to Barbeque >&

[OMPI devel] Unable to execute development version

2015-03-27 Thread Federico Reghenzani
able 1.8.4 there is no problem. Any help would be appreciated. Cheers, Federico Reghenzani *M.Eng. student @ Politecnico di Milano*