Sponsored Content
Full Discussion: MPI + Cluster SMP
Special Forums UNIX and Linux Applications High Performance Computing MPI + Cluster SMP Post 302414984 by Sonia_ on Wednesday 21st of April 2010 12:32:24 PM
Old 04-21-2010
MPI + Cluster SMP

Hola, he instalado mpich2 vs. 1.2.1p1 en un cluster de biprocesadores con las opciones por defecto (antes usaba ssm pero visto que se quedaba colgado, lo he dejado con nemesis).
El caso es que quisiera que cada vez que lanzo un job (por ejemplo de 2 procesos), cada proceso del trabajo se fuera ejecutando en una máquina diferente (hasta llegar al número máximo de máquinas) y no en la misma máquina. Es decir:
Trabajo A en 2 procesos:

Máquina 1:
CPU0 Ocupada
CPU1 No Ocupada
Máquina 2:
CPU0 Ocupada
CPU1 No Ocupada

Un saludin Smilie
 

10 More Discussions You Might Find Interesting

1. UNIX for Dummies Questions & Answers

SMP support in Linux 7.3

What is the SMP support like when you are running Linux 7.3 on a system with 2-4 CPUs? (3 Replies)
Discussion started by: AngryRabbi
3 Replies

2. SCO

SCO unix 5.0.7 (SMP)

I have a dell machine Dell 2600 PowerEdge it has two processor (intel Xeon ). Is there a path or a software that will work with SCO unix in order to enable second processor and how would i know that the second processor is active. Thanks a lot guys . (1 Reply)
Discussion started by: josramon
1 Replies

3. Linux Benchmarks

Dual Intel Xeon 2.4Ghz - Linux 2.4.26 SMP

System: CPU/Speed: Dual Intel Xeon 2.4Ghz Ram: 2 GB DDR 266 SDRAM Motherboard: SuperMicro X5DE8-GG Bus: 533MHz/400MHz system bus - Cache: 512KB HD Controller: EIDE Serverworks™ GC-SL Chipset Extra GCC compiler flags: -s... (3 Replies)
Discussion started by: Neo
3 Replies

4. Red Hat

full shutdown in smp

I have installed redhat linux 9.0 on P4 HT machine. The grub boot loader shows path to smp mode and normal mode. when machine shut downs from smp version kernal , need to press the power button to power off. But in normal mode the system shut downs or power downs automatically(ie, full... (2 Replies)
Discussion started by: pcsaji
2 Replies

5. Programming

socket close() -w- pthreads linux 2.6.18.2-34 (suse) SMP

Interesting issue. There was some discussion on the LKML last year regarding the potential problems in concurrent applications reusing file descriptors in various scenarios. The main issue is that the reuse of a file descriptor and reception of data in a threaded application can be confused pretty... (1 Reply)
Discussion started by: ramen_noodle
1 Replies

6. UNIX for Dummies Questions & Answers

MPI in Rock cluster

hi, may i know how to run mpi after i had install the rock cluster? is there any guidelines or examples? (0 Replies)
Discussion started by: joannetan9984
0 Replies

7. High Performance Computing

Building a Solaris Cluster Express cluster in a VirtualBox on OpenSolaris

Provides a description of how to set up a Solaris Cluster Express cluster in a VirtualBox on OpenSolaris. More... (0 Replies)
Discussion started by: Linux Bot
0 Replies

8. High Performance Computing

Installation of MPI in a cluster of SMPs

Hi, I've installed mpich2 v. 1.2.1p1 on a cluster of dual-processors with the default options (in previous versions I used 'ssm' device, but now I use 'nemesis'). I'd like that every time I execute a job (e.g. with 2 MPI-processes), each job's process be dispatched on a different machine... (0 Replies)
Discussion started by: Sonia_
0 Replies

9. Solaris

Sun cluster 4.0 - zone cluster failover doubt

Hello experts - I am planning to install a Sun cluster 4.0 zone cluster fail-over. few basic doubts. (1) Where should i install the cluster s/w binaries ?. ( global zone or the container zone where i am planning to install the zone fail-over) (2) Or should i perform the installation on... (0 Replies)
Discussion started by: NVA
0 Replies

10. Programming

Profiling results and SMP

The SCO OSR 5.7 system was migrated from older HP DL360 to new DL380 G7. The SMP feature was not activated on older box, it is activated now on this 4 core Xeon. A s/w we maintain has been copied without any change over to the new box. I noticed that the application profiling does not show any... (4 Replies)
Discussion started by: migurus
4 Replies
condor_prio(1)						      General Commands Manual						    condor_prio(1)

Name
       condor_prio change - priority of jobs in the Condor queue

Synopsis
       condor_prio -p priority+ value- value[-n schedd_name] cluster | cluster.process | username | -a

       condor_prio-p priority+ value- value[-pool pool_name-n schedd_name] cluster | cluster.process | username | -a

Description
       condor_priochanges  the	priority  of  one  or  more  jobs in the Condor queue. If the job identification is given by cluster.process, con-
       dor_prioattempts to change the priority of the single job with job ClassAd attributes  ClusterId and  ProcId .  If  described  by  cluster,
       condor_prioattempts  to change the priority of all processes with the given  ClusterId job ClassAd attribute. If usernameis specified, con-
       dor_prioattempts to change priority of all jobs belonging to that user. For -a, condor_prioattempts to change priority of all jobs  in  the
       queue.

       The user must set a new priority with the -poption, or specify a priority adjustment. The priority of a job can be any integer, with higher
       numbers corresponding to greater priority. For adjustment of the current priority, + valueincreases the priority by the amount  given  with
       value. - valuedecreases the priority by the amount given with value.

       Only the owner of a job or the super user can change the priority.

       The  priority  changed  by  condor_priois  only used when comparing to the priority jobs owned by the same user and submitted from the same
       machine.

Options
       -n schedd_name

	  Change priority of jobs queued at the specified condor_scheddin the local pool.

       -pool pool_name-n schedd_name

	  Change priority of jobs queued at the specified condor_scheddin the specified pool.

Exit Status
       condor_priowill exit with a status value of 0 (zero) upon success, and it will exit with the value 1 (one) upon failure.

Author
       Condor Team, University of Wisconsin-Madison

Copyright
       Copyright (C) 1990-2012 Condor Team, Computer Sciences Department, University of  Wisconsin-Madison,  Madison,  WI.  All  Rights  Reserved.
       Licensed under the Apache License, Version 2.0.

       See the Condor Version 7.8.2 Manualor http://www.condorproject.org/licensefor additional notices. condor-admin@cs.wisc.edu

								  September 2012						    condor_prio(1)
All times are GMT -4. The time now is 08:55 AM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy