Re: [SIESTA-L] siesta compilation problem

2006-09-26 Thread Eduardo Anglada
Hi John, I attach an arch.make for sgi-altix. It uses the system blacs and scalapack optimized by sgi. Regards, Eduardo arch.make-sgi Description: Binary data On sep 26, 2006, at 1:46 AM, John B. Baba wrote: Hi all: Thanks lan and Marcos replay, I also try to compile siesta1.3

Re: [SIESTA-L] siesta compilation problem

2006-09-26 Thread Marcos Verissimo Alves
Or, you can do things in a slightly more elegant way: nm /usr/local/lib/libblas.a | grep T | grep -i daxpy will give you all occurrences of the references to daxpy in the file libblas.a. So you might want to try to use nm using the functions that are giving you trouble and the appropriate

Re: [SIESTA-L] siesta compilation problem

2006-09-26 Thread lan haiping
hi, john. I donot have experience for compilation in sgi machines. Only i can say that your errors are related to mathlib path. you should give proper path for math lib linking. regards, hai-ping On 9/26/06, John B. Baba [EMAIL PROTECTED] wrote: Hi all: Thanks lan and Marcos replay, I

Re: [SIESTA-L] siesta compilation problem

2006-09-22 Thread Marcos Verissimo Alves
Hi all: I also try to compile siesta1.3 parallel using mpi and f90 in sgi, and meet some proplem about netCDF. I have not solve it, but I found Haiping et.al; say that one can not use netCDF, really? and why? I following their suggestions, and log out all the options about netCDF. But

Re: [SIESTA-L] siesta compilation problem

2006-09-22 Thread lan haiping
hi, if you wanna use netcdf, you should define the lib for netcdf properly. it is not necessary to use netcdf to compile parallel version of siesta. regards, hai-ping On 9/22/06, John B. Baba [EMAIL PROTECTED] wrote: Hi all: I also try to compile siesta1.3 parallel using mpi and f90 in

[SIESTA-L] siesta compilation problem

2006-09-22 Thread John B. Baba
Hi all: I also try to compile siesta1.3 parallel using mpi and f90 in sgi, and meet some proplem about netCDF. I have not solve it, but I found Haiping et.al; say that one can not use netCDF, really? and why? I following their suggestions, and log out all the options about netCDF. But I also