Page 1 of 1

Problem running abinit-7.10.5 in Slurm cluster  [SOLVED]

Posted: Sun Feb 14, 2016 10:21 pm
by churna
Dear all,

I successfuly complied the abinit-7.10.5 MPI version using intel-2013 compiler(with FC=mpf90 and CC=mpicc). There is no error in compilation.

I check and run it in login node, it runs nicely without any problem. However, if I run interactively or submit job ("sbatch job" in slurm). It does not even produce output file and ends up with error

comp011t
Fatal Error: This program was not built to run in your system.
Please verify that both the operating system and the processor support Intel(R) AVX.

I have no problem in setting job file for slurm. I used module intel/13.0 and openmpi which I also provide in job file. I tried intel/2015 to compile and run it in the same way. But, I am getting similar error.

Did anyone have a similar problem before. I would appreciate for your comment.

Thanks,

Churna

Re: Problem running abinit-7.10.5 in Slurm cluster

Posted: Mon Feb 15, 2016 8:28 am
by Jordan
Hi,

The CPU you have on the login node does not seem to be the same as the one you have on the computation nodes.
Don't compile abinit with -xHost (which is I think a default option when using basic optimization and intel compiler)
add
FCFLAGS_OPTIM="-O2"
when you configure abinit

Cheers

Re: Problem running abinit-7.10.5 in Slurm cluster

Posted: Mon Feb 15, 2016 8:35 pm
by churna
Hi,


Thanks, I am glad it works now.


Best,

Churna