X-Authentication-Warning: delorie.com: mail set sender to djgpp-bounces using -f From: Rugxulo Newsgroups: comp.os.msdos.djgpp Subject: Re: DJGPP and OpenMP Date: Tue, 24 Feb 2009 13:07:04 -0800 (PST) Organization: http://groups.google.com Lines: 13 Message-ID: <03f8cf9f-4480-4498-87c7-889ec8484180@r27g2000vbp.googlegroups.com> References: NNTP-Posting-Host: 65.13.115.246 Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable X-Trace: posting.google.com 1235509624 3740 127.0.0.1 (24 Feb 2009 21:07:04 GMT) X-Complaints-To: groups-abuse AT google DOT com NNTP-Posting-Date: Tue, 24 Feb 2009 21:07:04 +0000 (UTC) Complaints-To: groups-abuse AT google DOT com Injection-Info: r27g2000vbp.googlegroups.com; posting-host=65.13.115.246; posting-account=p5rsXQoAAAB8KPnVlgg9E_vlm2dvVhfO User-Agent: G2/1.0 X-HTTP-UserAgent: Mozilla/5.0 (Windows; U; Windows NT 6.0; en-US; rv:1.9.0.6) Gecko/2009011913 Firefox/3.0.6,gzip(gfe),gzip(gfe) To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Reply-To: djgpp AT delorie DOT com Hi, On Feb 23, 9:46=A0am, "M.G. Roe" wrote: > > I am trying to compile a C program using the -fopenmp flag, but the > required include file ("omp.h") and library ("libomp") seem to be > missing. Does this mean that DJGPP doesn't support OpenMP? Or am I > simply missing one of the install zips? No, DJGPP doesn't support (m)ultiple (p)rocessors, at least not that I know of (or "not yet"??). In fact, I don't think any DOS-compatibles (besides Windows) do so either. So you're stuck to one core / thread / process / whatever. :-(