Compiling Abinit 5.8.4 under Windows

option, parallelism,...

Moderators: fgoudreault, mcote

Forum rules
Please have a look at ~abinit/doc/config/build-config.ac in the source package for detailed and up-to-date information about the configuration of Abinit 8 builds.
For a video explanation on how to build Abinit 7.x for Linux, please go to: http://www.youtube.com/watch?v=DppLQ-KQA68.
IMPORTANT: when an answer solves your problem, please check the little green V-like button on its upper-right corner to accept it.
Locked
Martin
Posts: 16
Joined: Tue Jan 19, 2010 2:31 pm
Location: Zurich, Switzerland
Contact:

Compiling Abinit 5.8.4 under Windows

Post by Martin » Tue Jan 19, 2010 2:42 pm

Hello,

I need to compile Abinit under Windows, in order to be able to use a Windows server for my calculations. The preferred way would be, to use Visual Studio 2008 (VS) and the Intel Compilers version 11.1.

When opening the Abinit src directory in VS as a "project from existing code", and compiling, the most errors come with the use of UNIX C libraries. I have no problem to include GNU gsl.

Could you please help me, or at least give some hints, on how to make this work? The goal would be, of course, to get a parallel build, where I would like to use the already installed Microsoft MPI.

Thank you very much in advance!

Martin
TU Munich, WSI (T33)
http://www.wsi.tum.de

ayzjz
Posts: 1
Joined: Thu Jan 14, 2010 2:04 am

Re: Compiling Abinit 5.8.4 under Windows

Post by ayzjz » Wed Jan 27, 2010 1:35 am

I think the easiest way is to use the Cygwin environment, and you should change the linker to use the VS one, not the GNU one under Cygwin.

Locked