make mj4 error on Ubuntu 13.10 for 32 bit  [SOLVED]

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
beit
Posts: 3
Joined: Thu Jan 22, 2015 2:30 pm

make mj4 error on Ubuntu 13.10 for 32 bit

Post by beit » Thu Jan 22, 2015 3:00 pm

Hi,
I have followed the instruction from http://www.youtube.com/watch?v=DppLQ-KQA68. for the installation of abinit-7.10.2.But during make mj4 cammand,errors occured.The details of error have been attached.Please give some suggestions,how to proceed futher.Thanks in advance.
Regards
beit
Attachments
Screenshot-2.png
Screenshot-2.png (194.1 KiB) Viewed 5292 times

Jordan
Posts: 282
Joined: Tue May 07, 2013 9:47 am

Re: make mj4 error on Ubuntu 13.10 for 32 bit

Post by Jordan » Thu Jan 22, 2015 3:44 pm

Hi,

Could you provide the command line you used to configure abinit and what libraries and compilers you use.
The error you have should be a warning and the cast form integer 8 to integer 4 should be done implicitely.

Cheers,

Jordan

beit
Posts: 3
Joined: Thu Jan 22, 2015 2:30 pm

Re: make mj4 error on Ubuntu 13.10 for 32 bit

Post by beit » Fri Jan 23, 2015 6:14 am

I am attaching config.log file for the information of compiles and libraries installed alongside abinit
Attachments
config.log
(154.4 KiB) Downloaded 319 times

Jordan
Posts: 282
Joined: Tue May 07, 2013 9:47 am

Re: make mj4 error on Ubuntu 13.10 for 32 bit  [SOLVED]

Post by Jordan » Fri Jan 23, 2015 10:27 am

Can try to disable mpiio

Code: Select all

enable_mpi_io="no"

in your ubuntu.ac file.
Since it seems you are running on you laptop, MPIIO may not improve things anyways.

Jordan

beit
Posts: 3
Joined: Thu Jan 22, 2015 2:30 pm

Re: make mj4 error on Ubuntu 13.10 for 32 bit

Post by beit » Fri Jan 23, 2015 12:06 pm

Thank you vey much for the help :D

Locked