Search found 2 matches

by nhankg2016
Wed Jul 01, 2020 4:28 pm
Forum: Configuring and compiling ABINIT
Topic: Recompiling Abinit with multicore support [SOLVED]
Replies: 16
Views: 16792

Re: Recompiling Abinit with multicore support [SOLVED]

After make try it :

export OMP_NUM_THREADS=n

n = number threads

If it doesnt work , using make multi multi_nprocs =n for using “n” processors on a SMP machine where you have to replace “n” by its value)

Good luck.
by nhankg2016
Wed Jul 01, 2020 11:40 am
Forum: Configuring and compiling ABINIT
Topic: Easy and fast way to compiler with Intel parallel studio XE 2019 Update 4 -Abinit 8.10.3
Replies: 1
Views: 19029

Easy and fast way to compiler with Intel parallel studio XE 2019 Update 4 -Abinit 8.10.3

Hi all, It's fast way to compiler with ubuntu 18.04. But first you need : sudo apt update sudo apt install build-essential sudo apt install python If you configure with intel parallel studio XE 2019 update 4 (Intel), enable_mpi=yes enable_mpi_io="yes" enable_gw_dpc="yes" enable_64bit_flags="yes" ena...