Hi!
> Hi Subrata,

As far as I know Subrata is not active in LTP development for quite some
time.

> I have installed LTP on SUSE.  I want to run numa testcases.  I have done 
> below steps to run numa.
> 
> _______________________________________________________________________
> 
> perf2877:/vijay/NUMA/ltp-full-20150420 # ./runltp -f numa
> FATAL: LTP not installed correctly
> INFO:  Follow directions in INSTALL!

This is wrong, you cannot run LTP without installation.

> ______________________________________________________________________
> 
> perf2877:/vijay/NUMA/ltp-full-20150420 # /opt/ltp/runltp -f numa
> 
> <<<execution_status>>>
> initiation_status="ok"
> duration=0 termination_type=exited termination_id=32 corefile=no
> cutime=0 cstime=0
> <<<test_end>>>
> <<<test_start>>>
> tag=move_pages11 stime=1438256071
> cmdline="cd $LTPROOT/testcases/bin && chown root move_pages11 && chmod 
> 04755 move_pages11 && move_pages.sh 11"
> contacts=""
> analysis=exit
> <<<test_output>>>
> incrementing stop
> move_pages11    1  TCONF  :  move_pages_support.c:412: NUMA support not 
> provided
> move_pages11    2  TCONF  :  move_pages_support.c:412: Remaining cases not 


This looks like numa devel headers are missing or too old. Check output
from the LTP configure.

> But if I run only  "/opt/ltp/runltp" with out any options or with out " -f 
> numa " option  it is giving results.

That is quite unlikely, if testcases are compiled without NUMA support
they cannot do anything unless recompiled.

> ____________________________________________________________________________
> If I run numa01.sh I am getting below errors.
> perf2877:/vijay/NUMA/ltp-full-20150420/testcases/kernel/numa # ./numa01.sh
> ./numa01.sh: line 66: tst_brkm: command not found
> ./numa01.sh: line 784: tst_resm: command not found
> ./numa01.sh: line 215: tst_resm: command not found
> ___________________________________________________________________

This is also wrong. You cannot run LTP testcases without setting right
PATH and few more env variables (which is done by runltp script).

> 
> I have installed  below packages 
> 
> perf2877:/opt/ltp # rpm -q libnuma-devel
> libnuma-devel-2.0.9-5.1.1
> perf2877:/opt/ltp # rpm -q libnuma1
> libnuma1-2.0.9-5.1.1
> perf2877:/opt/ltp # rpm -q libnuma-devel
> libnuma-devel-2.0.9-5.1.1
> perf2877:/opt/ltp # rpm -q autoconf
> autoconf-2.69-9.3
> perf2877:/opt/ltp # rpm -q automake
> automake-1.10.1-4.131.9.1
> perf2877:/opt/ltp #

Check the output from the configure script if it can find usable numa.h
and numaif.h.

> Also please add me in mailing list.

Do that yourself on LTP sf.net mailing list page.

-- 
Cyril Hrubis
chru...@suse.cz

------------------------------------------------------------------------------
_______________________________________________
Ltp-list mailing list
Ltp-list@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/ltp-list

Reply via email to