From: Eric B. <er....@gm...> - 2010-06-24 21:33:14
|
Hi, I downloaded the latest version of mesa on June 24th and tried to install it right away. While installing the kap module I got an error message, while the installer was trying to compare test_output to tmp.txt Here's a log of the last attempt I made at installing this module: cd kap ./install make: `libkap.a' is up to date. ifort -openmp -threads -o ../tester test_kap_support.o test_kap.o -L../../make -lkap -L../../../lib -linterp_2d -linterp_1d -lnum -lutils -lalert -lconst -lmtx -lmesalapack -lmesablas -leos -lchem ifort -openmp -threads -o ../test_quietly test_kap_support.o test_kap_quietly.o -L../../make -lkap -L../../../lib -linterp_2d -linterp_1d -lnum -lutils -lalert -lconst -lmtx -lmesalapack -lmesablas -leos -lchem ifort -openmp -threads -o ../plotter test_kap_support.o plot_kap.o -L../../make -lkap -L../../../lib -linterp_2d -linterp_1d -lnum -lutils -lalert -lconst -lmtx -lmesalapack -lmesablas -leos -lchem FAILED /home/blaiseri/mesa/kap/test TEST FAILED -- compare test_output to tmp.txt I searched the kap/test folder and I do see test_output but there is no tmp.txt file anywhere. I presume that it should already be in the folder before installing, if that's how you check if the modules work fine. Could this file be missing from the most recent distribution of mesa? If not, do you know what is the problem? Cheers, Eric Blais |