Re: Problem about compilation error ( No.1 ) |
- Date: 2007/02/07 00:05
- Name: Denis Music <music@mch.rwth-aachen.de>
- Dear Jacket,
I had the same problem and it was solved by using the following setting in makefile: CC = gcc -O3 -Dnompi -I/usr/local/include -I$(HOME)/include LIB = -L$(HOME)/lib -lfftw3 -lacml -lI77 -lg2c -L/opt/gcc33/lib64 With best regards, Denis
|
Re: Problem about compilation error ( No.2 ) |
- Date: 2007/02/08 02:10
- Name: jacket Su <ccuphysics@hotmail.com>
- Hi, Denis,
Thank you for your suggestion! I will try.
My Best, jacket
|
|