Re: real beginer

2012-10-25 Thread Trixie
I found this today http://www.quora.com/Is-it-possible-to-use-Cygwin-gcc-to-do-CUDA-or-OpenCL-development-under-Windows Thank you Rene, I'll look into it more today. I also have some older version of Visual Studio, I'll see what I can do with it. -- View this message in context: http://cygwin.

Re: real beginer

2012-10-25 Thread Warren Young
On 10/25/2012 1:02 AM, René Berber wrote: On 10/24/2012 6:02 PM, Trixie wrote: Yes i found it later. It works fine i think. Tomorrow I'll try configuring with --enable-cuda-gpu You need NVIDIA drivers for an NVIDIA card that supports CUDA, plus their libraries, and probably their development

Re: real beginer

2012-10-25 Thread René Berber
On 10/24/2012 6:02 PM, Trixie wrote: Yes i found it later. It works fine i think. Tomorrow I'll try configuring with --enable-cuda-gpu You need NVIDIA drivers for an NVIDIA card that supports CUDA, plus their libraries, and probably their development environment. I don't think it will work

Re: real beginer

2012-10-24 Thread Trixie
Yes i found it later. It works fine i think. Tomorrow I'll try configuring with --enable-cuda-gpu Thank you all, especially Eliot Moss :) -- View this message in context: http://cygwin.1069669.n5.nabble.com/real-beginer-tp93898p93981.html Sent from the Cygwin list mailing list archive at Nabbl

Re: real beginer

2012-10-24 Thread René Berber
On 10/24/2012 1:25 PM, Trixie wrote: that did overwrite the make file. Now installation is complete (my computer is kinda slow, but it finished) with 0 errors :) But bigdft.exe is in scr folder, so i called it from there? Did i do something wrong? where should it be located? Or maybe easier,

Re: real beginer

2012-10-24 Thread Trixie
that did overwrite the make file. Now installation is complete (my computer is kinda slow, but it finished) with 0 errors :) But bigdft.exe is in scr folder, so i called it from there? Did i do something wrong? where should it be located? Or maybe easier, should i move it or call it from there? D

Re: real beginer

2012-10-24 Thread Eliot Moss
On 10/24/2012 10:13 AM, Trixie wrote: error.txt Here is what i get when make; echo "Status from make was $?" Dear Trixie -- What that shows is that it was not using the Makefile that I modified, since the modified Makefile mentions ilo

Re: real beginer

2012-10-24 Thread Trixie
error.txt Here is what i get when make; echo "Status from make was $?" -- View this message in context: http://cygwin.1069669.n5.nabble.com/real-beginer-tp93898p93956.html Sent from the Cygwin list mailing list archive at Nabble.c

Re: real beginer

2012-10-24 Thread Eliot Moss
On 10/24/2012 9:59 AM, Andrew DeFaria wrote: On 10/24/2012 05:17 AM, Trixie wrote: I tried everything you wrote... and i still make; echo "Status from make was $?" i have status 2. I renamed file and inserted your makefile to src...but still same result. Generally make will stop at the first e

Re: real beginer

2012-10-24 Thread Andrew DeFaria
On 10/24/2012 05:17 AM, Trixie wrote: I tried everything you wrote... and i still make; echo "Status from make was $?" i have status 2. I renamed file and inserted your makefile to src...but still same result. Generally make will stop at the first error. As such, the output of make just before

Re: real beginer

2012-10-24 Thread Trixie
I tried everything you wrote... and i still make; echo "Status from make was $?" i have status 2. I renamed file and inserted your makefile to src...but still same result. -- View this message in context: http://cygwin.1069669.n5.nabble.com/real-beginer-tp93898p93944.html Sent from the Cygwin

Re: real beginer

2012-10-23 Thread Eliot Moss
On 10/23/2012 6:35 PM, Trixie wrote: I have liblapack-devel instaled and did ./configure and make . It took some time but it finished. Did make finish successfully, returning a 0 status? Did you have a bigdft.exe file? If you type "ls bigdft" do you see an executable? (Note: The file's name i

Re: real beginer

2012-10-23 Thread Trixie
>>> I have liblapack-devel instaled and did ./configure and make . It took >>> some >>> time but it finished. >> Did make finish successfully, returning a 0 status? Did you have a > >> bigdft.exe file? If you type "ls bigdft" do you see an executable? > >> (Note: The file's name is actually bigdft

Re: real beginer

2012-10-23 Thread Andrew DeFaria
On 10/23/2012 2:46 PM, Trixie wrote: On 10/23/2012 12:46 PM, Trixie wrote: I have liblapack-devel instaled and did ./configure and make . It took some time but it finished. Did make finish successfully, returning a 0 status? Did you have a bigdft.exe file? If you type "ls bigdft" do you see an

Re: real beginer

2012-10-23 Thread Trixie
On 10/23/2012 12:46 PM, Trixie wrote: >> I have liblapack-devel instaled and did ./configure and make . It took >> some >> time but it finished. >Did make finish successfully, returning a 0 status? Did you have a >bigdft.exe file? If you type "ls bigdft" do you see an executable? >(Note: The fil

Re: real beginer

2012-10-23 Thread Andrew DeFaria
On 10/23/2012 12:46 PM, Trixie wrote: I have liblapack-devel instaled and did ./configure and make . It took some time but it finished. Did make finish successfully, returning a 0 status? Did you have a bigdft.exe file? If you type "ls bigdft" do you see an executable? (Note: The file's name is

Re: real beginer

2012-10-23 Thread Trixie
I have liblapack-devel instaled and did ./configure and make . It took some time but it finished. Problem happened when i tried to do this tutotial . It says -bash: bigdft: command not found I read somethere i shoud first do module

Re: real beginer

2012-10-23 Thread Andrew DeFaria
On 10/23/2012 9:35 AM, Eliot Moss wrote: On 10/23/2012 10:31 AM, Trixie wrote: Thank you all. Here's my story. I'm physics student and my master degree work is "Application of GPU on DFT calculations". I need this BigDFT to run certain examples on cuda based GPU computer and on regular CPU and

Re: real beginer

2012-10-23 Thread Sven Köhler
Am 23.10.2012 15:28, schrieb Trixie: > I'm real beginner with cygwin, actually linux and everything related. > But i need to instal and use certain fortran based program. I installed > cygwin and several packages. I'm trying to call certain module and all i get > is > bash: module: command not fou

Re: real beginer

2012-10-23 Thread marco atzeri
On 10/23/2012 6:35 PM, Eliot Moss wrote: On 10/23/2012 10:31 AM, Trixie wrote: Thank you all. Here's my story. I'm physics student and my master degree work is "Application of GPU on DFT calculations". I need this BigDFT to run certain examples on cuda based GPU computer and on regular CPU and d

Re: real beginer

2012-10-23 Thread Eliot Moss
On 10/23/2012 10:31 AM, Trixie wrote: Thank you all. Here's my story. I'm physics student and my master degree work is "Application of GPU on DFT calculations". I need this BigDFT to run certain examples on cuda based GPU computer and on regular CPU and discuss the results. Cygwin was my first ch

Re: real beginer

2012-10-23 Thread Bill Meier
On 10/23/2012 10:19 AM, Andrew DeFaria wrote: On 10/23/2012 06:28 AM, Trixie wrote: I'm real beginner with cygwin, actually linux and everything related. But i need to instal and use certain fortran based program. I installed cygwin and several packages. I'm trying to call certain module and all

Re: real beginer

2012-10-23 Thread Christopher Faylor
On Tue, Oct 23, 2012 at 07:31:41AM -0700, Trixie wrote: >Thank you all. >Here's my story. I'm physics student and my master degree work is >"Application of GPU on DFT calculations". I need this BigDFT to run certain >examples on cuda based GPU computer and on regular CPU and discuss the >results.

Re: real beginer

2012-10-23 Thread Trixie
Thank you all. Here's my story. I'm physics student and my master degree work is "Application of GPU on DFT calculations". I need this BigDFT to run certain examples on cuda based GPU computer and on regular CPU and discuss the results. Cygwin was my first choice because i felt comfortable using i

Re: real beginer

2012-10-23 Thread Andrew DeFaria
On 10/23/2012 06:28 AM, Trixie wrote: I'm real beginner with cygwin, actually linux and everything related. But i need to instal and use certain fortran based program. I installed cygwin and several packages. I'm trying to call certain module and all i get is bash: module: command not found What

Re: real beginer

2012-10-23 Thread Christopher Faylor
On Tue, Oct 23, 2012 at 06:53:46AM -0700, Trixie wrote: >Thanks! This is really fast reply :) I feel already welcome here. >Ok i ran cygcheck and this is result. I hope i understood how to send you a >file. >Program i need to use is BigDFT It seems like you'

Re: real beginer

2012-10-23 Thread Trixie
Thanks! This is really fast reply :) I feel already welcome here. Ok i ran cygcheck and this is result. I hope i understood how to send you a file. Program i need to use is BigDFT cygwinhelpneeded.txt

Re: real beginer

2012-10-23 Thread Eliot Moss
On 10/23/2012 9:28 AM, Trixie wrote: I'm real beginner with cygwin, actually linux and everything related. But i need to instal and use certain fortran based program. I installed cygwin and several packages. I'm trying to call certain module and all i get is bash: module: command not found I goog

Re: real beginer

2012-10-23 Thread Brian Wilson
Welcome to Cygwin Trixie. If you visit the "Problems" link on the Cygwin home page (http://cygwin.com/problems.html) you will see that there are some things you can do to help the community diagnose your issue. Please run the cygcheck command and attach the output file (see the web page instru

Re: real beginer

2012-10-23 Thread Earnie Boyd
On Tue, Oct 23, 2012 at 9:28 AM, Trixie wrote: > Please help! I desperately need to start that program :((( What is the name of the program and where is it located? > Documentation: http://cygwin.com/docs.html Start here. -- Earnie -- https://sites.google.com/site/earnieboyd -- Proble