Changes between Version 12 and Version 13 of krg_performance


Ignore:
Timestamp:
Mar 27, 2008, 4:03:24 PM (17 years ago)
Author:
rider
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • krg_performance

    v12 v13  
    6161Result: Using this machinefile,we only get one node running povary process by 4 CPUs and the others are nothing to do. [[BR]]
    6262
     63'''Solution1''': [[BR]]
    6364Step1: rider@node101:~$ krg_capset -e +CAN_MIGRATE [[BR]]
    6465Step2: rider@node101:~$ migrate pid nodeid [[BR]]
     
    6667Failure: Running-povray process can not be divided to several threads for kerrighed to migrate. [[BR]]
    6768
    68 Solution: OpenMP + POVRAY (Testing) : [[BR]]
    69 Step1: rider@node101:~$ '''krgcapset -d +DISTANT_FORK,USE_INTRA_CLUSTER_KERSTREAMS''' [[BR]]
     69'''Solution2''': [[BR]]
     70When running an MPI application on Kerrighed, be sure to : [[BR]]
     711 - You have only "localhost" in your node list file [[BR]]
     722 - You do not create local process with mpirun ("-nolocal" option with MPICH) [[BR]]
     733 - You have compiled MPICH with RSH_COMMAND = "'krg_rsh" [[BR]]
     744 - Be sure the Kerrighed scheduler is loaded (modules cpu_scheduler2, etc) [[BR]]
     755 - Be sure to enable process distant fork and use of kerrighed dynamic streams (in the terminal you launch MPI applications in, use the shell command krg_capset -d +DISTANT_FORK,USE_INTRA_CLUSTER_KERSTREAMS) [[BR]]
     76
     77rider@node101:~$ krgcapset -d +DISTANT_FORK,USE_INTRA_CLUSTER_KERSTREAMS,CAN_MIGRATE [[BR]]
     78
     79Reference URL: [[BR]]
     80http://131.254.254.17/mpi.php [[BR]]
     81http://kerrighed.org/forum/viewtopic.php?t=42 [[BR]]
     82
     83Failure: Running-povray process can not be divided to several threads for kerrighed to migrate. [[BR]]
    7084
    7185@Performance Report: For the attached file: mpi-povray performance_result.odt