El Mostafa Daoudi
Faculté polytechnique de Mons
Network
Latest external collaboration on country level. Dive into details by clicking on the dots.
Publication
Featured researches published by El Mostafa Daoudi.
Journal of the ACM | 1994
Michel Cosnard; El Mostafa Daoudi
We study the complexity of the parallel Givens factorization of a square matrix of size n on a shared memory architecture composed with p identical processors (coarse grained EREW PRAM). We show how to construct an asymptotically optimal algorithm. We deduce that tje time complexity is equal to: ... (formule)... and that the minimum number of processors in order to compute the Givens factorization in asymptotically optimal time (2n + o(n)) is equal to p opt = n/(2 + √2) + o(n). These results complete previous analysis presented in the case where the number of processors is unlimited
parallel computing | 1992
El Mostafa Daoudi; Jacques Lobry
Abstract In this paper, we analyse and compare different parallel implementations of the Boundary Element Method on distributed memory computers. We deal with the computation of two-dimensional magnetostatic problems. The resulting linear system will be solved using Householder transformation and Gaussian elimination. Experimental results are obtained on a Meiko Computing Surface with 32 T800 transputers.
ieee international conference on high performance computing data and analytics | 2001
Abdeljalil Benyoub; El Mostafa Daoudi
In this work, we study on distributed memory architecture, the parallelization of the continuous global optimization problem, based on interval arithmetic, with inequality constraints. Since this algorithm is dynamic and irregular, we propose, in particular, some techniques taking into account the load balancing problem.
european conference on parallel processing | 1999
El Mostafa Daoudi; El Miloud Jaâra
In this paper, we present two parallel techniques of training for multilayer neural network. One technique is based on the duplication of the network but the other one is based on the distribution of the multilayer network onto processors. We only have implemented the first parallel technique under PVM, but the parallel implementations for the second one are in progress.
parallel computing | 1997
El Mostafa Daoudi; Abdelhak Lakhouaja
Abstract In this paper, we propose a new parallel algorithm which exploits the symmetry of the Jacobi method for computing the eigenvalues of a real and symmetric square matrix A on a distributed memory multiprocessor.
ieee international conference on high performance computing data and analytics | 2001
El Mostafa Daoudi; Abdelhak Lakhouaja; Halima Outada
In this paper, we study the parallelization of the one-sided Jacobi method for computing the eigenvalues and the eigenvectors of a real and symmetric matrix. We use a technique to overlap the communications by the computations in order to decrease the global communication time. We also extend the obtained results to the block version for using the level-3 BLAS.
joint international conference on vector and parallel processing parallel processing | 1990
El Mostafa Daoudi; Gaetan Libert
The complexity of parallel Givens factorization on a shared memory architecture composed with p identical processors has been determined for square matrices [6]. For the rectangular case the problem of the optimality (construction and execution time of the optimal algorithm) is still open. In this paper we describe two parallel algorithms to compute the Givens factorization of a rectangular matrix of size mxn (m ≥ n). The first one is formulated for any m, n and p. Its execution time is equal to (mn-n(n+1)/2)/p +3p/2 + o (p). The second one is for p ≤ min(m/4, n/2). Its execution time is equal to (mn-n(n+1)/2)/p + p/2 + o(p) if m-n > p, and (mn-n(n+1)/2)/p + p + (m-n)(m-n-2p)/2p + o(p) if m-n ≤ p. We think that the second algorithm is asymptotically optimal and prove it for m=n.
ieee international conference on high performance computing data and analytics | 2000
El Mostafa Daoudi; El Miloud Jaâra; Nait Cherif
In this work we propose two parallel algorithms, for image compression, based on multilayer neural networks, by subdividing the image into blocks. The first parallel technique is based on a static distribution of blocks to processors. The advantage of this distribution is that the training phase (construction of the compressor-decompressor network) does not need any communication but its drawback is the load balancing problem. The second parallel technique improves the load balancing problem by using a dynamic distribution of blocks but it requires communication between processors. These two implementations are tested and compared on a distributed memory machine under PVM.
Journal of Computational and Applied Mathematics | 2000
M. Azizi; El Mostafa Daoudi; R.El Hani; Abdelhak Lakhouaja
We present a parallel implementation for the nonlinear electromagnetic modelling using PVM environment. Theoretical study shows that the computation can be highly parallelizable but the communication can be a handicap if we do not overlap communication with computation especially when the machine communication parameters values are very high.
european conference on parallel processing | 2003
El Mostafa Daoudi; Abdelhak Lakhouaja; Halima Outada
In this work, we propose some techniques for overlapping the communication by the computation in the parallelization of the one-sided Jacobi method for computing the eigenvalues and the eigenvectors of a real and symmetric matrix. The proposed techniques are experimented on a cluster of PCs and on the parallel system TN310.