Newsgroups: comp.parallel.mpi
From: Youssef Hamadi <hamadi@lirmm.fr>
Subject: PROBLEM with Reduce instruction
Organization: LIRMM - FRANCE
Date: Mon, 24 Jun 1996 15:02:57 +0200
Mime-Version: 1.0
Content-Type: text/plain; charset=us-ascii
Content-Transfer-Encoding: 7bit
Message-ID: <31CE9201.6EDC@lirmm.fr>

Hi,

I've some problems with the following MPI_Reduce instruction:

locResultat=MPI_Reduce(&(nvelleSatisf->cout),&resultat,1,MPI_INT,MPI_MINLOC,0,MPI_COMM_WORLD); 

The compilation works fine, but at the execution time, the following
error message is meeting:

 - MINLOC operation not supported on type : Invalid operation: not
defined for this datatype
[0] Aborting program!




----------------------
  Youssef HAMADI                        	 		  
  LIRMM - UMR 9928 CNRS/Universite Montpellier II                 
  161, Rue Ada  34392 MONTPELLIER CEDEX 5  FRANCE     
  Tel: (33) 67 41 85 82  Fax: (33) 67 41 85 00 
  --
	Massively parallel artificial intelligence is where 
	AI meets the real world. (HK)

