Re: [SIESTA-L] on running with intel MKL

2005-02-15 Thread Yu Jian
compile the Siesta code using MPI together with MKL library, then run the job in the parallel. Best, Meichun Qian Yu Jian wrote: Dear Siesta developers: In the past weeks, I am trying to compile the siesta with intel MKL library. In the arch.make file, I include these lines as suggested

Re: [SIESTA-L] on running with intel MKL

2005-02-15 Thread Yu Jian
(G2C) $(GUIDE) $(SOLV) -lpthread SYS=bsd DEFS= $(DEFS_CDF) $(DEFS_MPI) # .F.o: $(FC) -c $(FFLAGS) $(DEFS) $< .f.o: $(FC) -c $(FFLAGS) $< .F90.o: $(FC) -c $(FFLAGS) $(DEFS) $< .f90.o: $(FC) -c $(FFLAGS) $< # #end arch.make ####

Re: [SIESTA-L] on running with intel MKL

2005-02-10 Thread Yu Jian
sidad de Oviedo Cell:(+34) 645 227396 # # 33007 Oviedo (Asturias) - Spain # On Mon, 7 Feb 2005, Yu Jian wrote: Hallo, everyone: I compiled with siesta 1.3f with inte

[SIESTA-L] on running with intel MKL

2005-02-07 Thread Yu Jian
Hallo, everyone: I compiled with siesta 1.3f with intel-mkl.make with intel f90 compiler and mkl lib7.2. In the original intel-mkl.make file, the libmkl_p4.a is required however the present MKL lib does have only libmkl_p4.so (my desktop have two CPUs). With libmkl_p4.so, compiline is succeed