473,382 Members | 1,622 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,382 software developers and data experts.

openmp under cygwin

Hi!

Is anybody using an openmp compiler under cygwin? I tried to install
gcc 4.2.2 without success and now I'm looking for alternatives.
Thanks, Steffen

Nov 3 '07 #1
7 7959
s.***@web.de wrote:
Hi!

Is anybody using an openmp compiler under cygwin? I tried to install
gcc 4.2.2 without success and now I'm looking for alternatives.
BSD, Linux, Solaris.. comes to mind.

http://www.livedistro.org/

--
Tor <bw****@wvtqvm.vw | tr i-za-h a-z>
Nov 3 '07 #2
On 3 Nov., 15:40, Tor Rustad <tor_rus...@hotmail.comwrote:
BSD, Linux, Solaris.. comes to mind.

Hi!

I was thinking of solving it in cygwin, because I don't want two OS on
my laptop, and not having to load a live distro each time... I've got
a linux- machine, with which I work most of te time, but I've got a
windows machine as well (for some reasons...) and I want to be able to
work with openmp as well.

any ideas/experiences with cygwin?

Cheers, Steffen

Nov 3 '07 #3
s.***@web.de writes:
Is anybody using an openmp compiler under cygwin? I tried to install
gcc 4.2.2 without success and now I'm looking for alternatives.
This really isn't a C question.

Try one of the the cygwin mailing lists, <http://cygwin.com/lists.html>.

--
Keith Thompson (The_Other_Keith) ks***@mib.org <http://www.ghoti.net/~kst>
Looking for software development work in the San Diego area.
"We must do something. This is something. Therefore, we must do this."
-- Antony Jay and Jonathan Lynn, "Yes Minister"
Nov 3 '07 #4
s.***@web.de wrote:

I was thinking of solving it in cygwin, because I don't want two OS on
my laptop, and not having to load a live distro each time... I've got
The simple solution is getting a live-CD and install Linux... using dual
boot.
a linux- machine, with which I work most of te time, but I've got a
windows machine as well (for some reasons...) and I want to be able to
work with openmp as well.

any ideas/experiences with cygwin?
We don't discuss GCC, OpenMP or cygwin here. GCC's support for OpenMP is
non-standard C extensions, in c.l.c "only" ISO C is topical.

--
Tor <bw****@wvtqvm.vw | tr i-za-h a-z>
Nov 3 '07 #5
Tor Rustad <to********@hotmail.comwrites:
s.***@web.de wrote:
>I was thinking of solving it in cygwin, because I don't want two OS on
my laptop, and not having to load a live distro each time... I've got

The simple solution is getting a live-CD and install Linux... using
dual boot.
[...]
>
We don't discuss GCC, OpenMP or cygwin here. GCC's support for OpenMP
is non-standard C extensions, in c.l.c "only" ISO C is topical.
And your suggestion above is a good example of *why* we don't discuss
Cygwin et al here. <OT>Running under Cygwin, if there's a way to do
it, means you can run the OpenMP application and other Windows
applications simultaneously. Dual booting means shutting down all
Windows applications (or at least hibernating them) on each
switch.</OT>

I already directed the OP to the Cygwin mailing lists. A web search
for "openmp cygwin" could also be productive.

--
Keith Thompson (The_Other_Keith) ks***@mib.org <http://www.ghoti.net/~kst>
Looking for software development work in the San Diego area.
"We must do something. This is something. Therefore, we must do this."
-- Antony Jay and Jonathan Lynn, "Yes Minister"
Nov 4 '07 #6
s.***@web.de wrote:
>
Is anybody using an openmp compiler under cygwin? I tried to install
gcc 4.2.2 without success and now I'm looking for alternatives.
Part of your comment looks better suited to gc******@gcc.gnu.org
If you aren't looking for advice, don't post where it's off topic.
Nov 4 '07 #7
Keith Thompson wrote:
Tor Rustad <to********@hotmail.comwrites:
>s.***@web.de wrote:
>>I was thinking of solving it in cygwin, because I don't want two OS on
my laptop, and not having to load a live distro each time... I've got
The simple solution is getting a live-CD and install Linux... using
dual boot.
[...]
>We don't discuss GCC, OpenMP or cygwin here. GCC's support for OpenMP
is non-standard C extensions, in c.l.c "only" ISO C is topical.

And your suggestion above is a good example of *why* we don't discuss
Cygwin et al here.
Really? What are your qualifications on giving advice on this Keith?

I do have cygwin, XP, Linux installed, and have used dual boot since
Slackware 1.x
<OT>Running under Cygwin, if there's a way to do
it, means you can run the OpenMP application and other Windows
applications simultaneously. Dual booting means shutting down all
Windows applications (or at least hibernating them) on each
switch.</OT>
It does not. Under Linux, people even run Windows games these days.

--
Tor <bw****@wvtqvm.vw | tr i-za-h a-z>

Nov 4 '07 #8

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

1
by: Rodrigo Perottoni | last post by:
I'm trying compiling and running the OpenMP Benchmark, but I have some problems. Anyone knows how I compiling and running OpenMP? Thank You.
5
by: Vladimir_petter | last post by:
Hello guys, Looks like this technology is comming along with VS2005. Anybody has an expirience of using it along with C++? What are the patterns? Thanks, Vladimir.
8
by: Gabest | last post by:
I really like the new openmp implementation of vc, but I ran into a something which may be a bug. Please see the following little example: void funct() { __declspec(align(16)) BYTE buff;...
0
by: Klaas Vantournhout | last post by:
Hi all, I am searching for compilers which can handle openMP. I know that gnu gcc will include it in their 4.2 version and that it is back ported to the 4.1 of FC5. I also know that it is...
1
by: Carl J. Van Arsdall | last post by:
Hey everyone, I know I've posted several questions regarding python and python's parallel capabilities so bear with me as I've never attempted to incite discussion. However, today I'm...
0
by: BallCOMET | last post by:
I have an application that I built with Visual Studio 2005 and for which I enabled OpenMP. If I open the compiled binary in Visual Studio, this is the manifest that is embedded in the executable...
2
by: firenet | last post by:
gcc -g -fopenmp openmp.c -o openmp cc1: error: unrecognized command line option "-fopenmp" i wrote a simple openmp.c and wanted to compile it, but i got this error. What should i do ? Thanks
6
by: Renato Perini | last post by:
Hi all!!! I'm trying to find a *good* book about OpenMP and C, but I can't find anything specific. Can you advice me some good (and updated) books about OpenMP using the C interface? I'd like a...
0
by: Alien | last post by:
Hi, I am having bit of confusion about !$OPENMP DO/!$OPENMP END DO and !$OPENMP PARALLEL DO/!$OPENMP END PARALLEL DO directives. Having looked at my notes, the only difference I can find is...
1
by: CloudSolutions | last post by:
Introduction: For many beginners and individual users, requiring a credit card and email registration may pose a barrier when starting to use cloud servers. However, some cloud server providers now...
0
by: Faith0G | last post by:
I am starting a new it consulting business and it's been a while since I setup a new website. Is wordpress still the best web based software for hosting a 5 page website? The webpages will be...
0
by: taylorcarr | last post by:
A Canon printer is a smart device known for being advanced, efficient, and reliable. It is designed for home, office, and hybrid workspace use and can also be used for a variety of purposes. However,...
0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
0
by: aa123db | last post by:
Variable and constants Use var or let for variables and const fror constants. Var foo ='bar'; Let foo ='bar';const baz ='bar'; Functions function $name$ ($parameters$) { } ...
0
by: ryjfgjl | last post by:
In our work, we often receive Excel tables with data in the same format. If we want to analyze these data, it can be difficult to analyze them because the data is spread across multiple Excel files...
0
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.