Newsgroups: comp.parallel
From: Dimitri Komatitsch <komatits@seismology.harvard.edu>
Subject: Force SERIAL loop with Sun F90 SC4.2 compiler
Organization: EPS Department - Harvard University
Date: 22 May 1998 12:47:35 GMT
Message-ID: <6k3s57$9sl$1@encore.ece.cmu.edu>

Hi Everybody,

I try to port a Sun f77 + directives parallel code (Sun F77 SC4.2
compiler with "Sun-Style" directives i.e. C$PAR DOALL, C$PAR DOSERIAL
etc...) to f90 with their Sun F90 SC4.2 compiler that only supports
the "Cray-Style" directives !MIC$ DOALL etc...).  But I don't manage
to find the equivalent of the C$PAR DOSERIAL directive to force a
SERIAL loop or a set of nested SERIAL loops. I mean, "!MIC$ DOSERIAL"
doesn't work and I can't find the correct syntax in the manual. 

Any help welcome...

Thanks
Dimitri Komatitsch.

-- 
**  Dimitri Komatitsch - komatits@seismology.harvard.edu  **
**  Department of Earth and Planetary Sciences            **
**  Hoffman Building Room 128 - Harvard University        **
**  20 Oxford Street   Phone: (617) 496-4475 or 495-1172  **
**  Cambridge, MA 02138              Fax: (617) 495-0635  **
**  USA      http://www.seismology.harvard.edu/~komatits  **

--
Articles to bigrigg+parallel@cs.cmu.edu (Admin: bigrigg@cs.cmu.edu)
Archive: http://www.hensa.ac.uk/parallel/internet/usenet/comp.parallel


