Search found 7 matches

by Zoltan_Radnai
Sat Mar 22, 2014 6:44 pm
Forum: The CASINO program
Topic: Compiling CASINO in Windows 7
Replies: 25
Views: 50864

Re: Compiling CASINO in Windows 7

Dear Zoltan Thanks for your good guidance. How we can compile CASINO in cygwin for multi-core Intel processors to run in parallel? I'm using intel-Core-i7-950 cpu. What extra packages should be installed for MPI or openmpi? I'm afraid I have never tried to compile CASINO for parallel execution unde...
by Zoltan_Radnai
Fri Mar 21, 2014 6:53 pm
Forum: The CASINO program
Topic: Compiling CASINO in Windows 7
Replies: 25
Views: 50864

Re: Compiling CASINO in Windows 7

Dear Zoltan I think that the compilation was successful. When I defined the PATH for runqmc and typed "runqmc --help" the following massage is appeared. Is it anything true? $ runqmc --help WARNING: Current CASINO_ARCH=linuxpc-gcc does not match the following parameters of the current mac...
by Zoltan_Radnai
Fri Mar 21, 2014 6:42 pm
Forum: The CASINO program
Topic: Compiling CASINO in Windows 7
Replies: 25
Views: 50864

Re: Compiling CASINO in Windows 7

I think you actually need to be using the CASINO_ARCH 'windowspc-gcc' where the OS is defined correctly - not the linuxpc-gcc one.. Then it won't whine about the kernel/OS. No, "linuxpc-gcc" is the correct one to use. The Cygwin environment behaves, for our purposes, like a GNU/Linux mach...
by Zoltan_Radnai
Fri Mar 21, 2014 11:37 am
Forum: The CASINO program
Topic: Compiling CASINO in Windows 7
Replies: 25
Views: 50864

Re: Compiling CASINO in Windows 7

"linuxpc-gcc" is the name of a CASINO_ARCH configuration. "gcc" is the name of the compiler. The two are different things. I select p option but it does not work because I deleted the previous compiled file and its arch. The "p" option works fine in Cygwin. If it's not ...
by Zoltan_Radnai
Thu Mar 20, 2014 5:29 pm
Forum: The CASINO program
Topic: Compiling CASINO in Windows 7
Replies: 25
Views: 50864

Re: Compiling CASINO in Windows 7

Dear Amir, I updated a Cygwin 32-bit installation to the latest version of all packages today under Windows 7 64-bit. I installed CASINO 2.12.1, it compiled and ran without problems. The hydrogen single-atom example worked fine. I also freshly installed Cygwin 64-bit under Windows 8.1 64-bit and ins...
by Zoltan_Radnai
Thu Mar 20, 2014 12:57 pm
Forum: The CASINO program
Topic: Compiling CASINO in Windows 7
Replies: 25
Views: 50864

Re: Compiling CASINO in Windows 7

CASINO runs well under Cygwin, I used version 2.10 a lot for production calculations. "linuxpc-gcc" is the correct architecture to use in CASINO's install script. gfortran from the gcc suite is available as standard in Cygwin and is suitable. I don't recommend using g95, Intel's or Compaq'...
by Zoltan_Radnai
Thu Mar 20, 2014 12:08 pm
Forum: The CASINO program
Topic: Compiling CASINO in Windows 7
Replies: 25
Views: 50864

Re: Compiling CASINO in Windows 7

There is a small mistake in your PATH. "/home/CASINO" is almost certainly not where the CASINO directory is. On Cygwin, your home directory is at "/home/<username>", where <username> is typically your Windows user name. Try to specify the PATH like this: export PATH="$PATH:/...