X-Authentication-Warning: delorie.com: mail set sender to djgpp-bounces using -f From: CBFalconer Newsgroups: comp.os.msdos.djgpp Subject: Re: DJGPP and OpenMP Date: Tue, 24 Feb 2009 20:05:10 -0500 Organization: Ched Research http://cbfalconer.home.att.net Lines: 22 Message-ID: <49A49946.71768075@yahoo.com> References: <03f8cf9f-4480-4498-87c7-889ec8484180 AT r27g2000vbp DOT googlegroups DOT com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Trace: news.eternal-september.org U2FsdGVkX1/oApTG5o19jp44EeR+YB8El+kfBybKS/xjt2zpzsS2BS6DAVg+WsYBn94mky5HST0VzPkGpcZ9Uul/+dng7gqYOoAbh6K7Zy4SPrLtP7kUUW/Ro5AKj5ibEQo3x15UFPvUjAPHo/BF4w== X-Complaints-To: Please send complaints to abuse AT motzarella DOT org with full headers NNTP-Posting-Date: Wed, 25 Feb 2009 02:18:15 +0000 (UTC) X-Mailer: Mozilla 4.75 [en] (Win98; U) X-Accept-Language: en X-Auth-Sender: U2FsdGVkX18hcMqtcZXeA2G7P46n1J656ee03WSsCFuYkDhGUWqoig== Cancel-Lock: sha1:/lpzELIdFzVpMPF+S/knTlT3tuM= To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Reply-To: djgpp AT delorie DOT com Rugxulo wrote: > "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. :-( Neither does Windows. What it supports is multiple MSDOS sessions, each of which is a Windows process. -- [mail]: Chuck F (cbfalconer at maineline dot net) [page]: Try the download section.