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 found
I googled a bit about fortran, and it seems that "module" is a fortran command. Note, that what you see when you open a cygwin window, is a command shell (bash in this case), which allows you to execute certain programs. It does not understand fortran commands. I believe, you will have to install gcc's fortran compiler. Then you may be able to compile and run fortran program. However, I'm not familiar with that. > I googled it up and i found the solution that i should call > /etc/profile.d/modules.sh before my module. but there is now module.sh in my > /profile.d folder! Did i miss some package to install? What should i do? > Please help! I desperately need to start that program :((( I'm sorry, but /etc/profile.d/modules.sh is totally unrelated to your problem. I strongly suggest, that you search for somebody that has experience with Linux and fortran. Ask you supervisor if necessary. I assume, this is work for you master thesis? Eliot is trying to guide you through the process of building BigDFT. If that works for you, that's fine. Then again, you should make sure that BigDFT accesses the GPU it the most direct way possible, i.e. that it doesn't have to pass the information through several layer of emulation. With cygwin, there's a fair chance of that being the case. I presume, you will do sort of benchmarking? Regards, Sven -- Problem reports: http://cygwin.com/problems.html FAQ: http://cygwin.com/faq/ Documentation: http://cygwin.com/docs.html Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple