Hello Everyone
I installed Itensor and mpicxx ( by sudo apt-get .... ) in my own computer then
edited the Makefile as following:
ITENSORLIBRARYDIR=$(HOME)/Downloads/ITensor-master
MPICFLAGS=-I/usr/lib/x8664-linux-gnu/openmpi/include
MPILFLAGS= -pthread -I/usr/lib/x8664-linux-gnu/openmpi/include -L/usr//lib -L/usr/lib/x8664-linux-gnu/openmpi/lib -lmpicxx -lmpi
I still met bug informations by typing "make"
dmrg.o: In function main':
pdmrg.cc:(.text.startup+0xa6e): undefined reference to
MPIFinalize'
pdmrg.cc:(.text.startup+0xb1f): undefined reference to `MPIFinalize'
Could someone tell me what I missed ?
Best wishes
Wanzhou