[CHiPPS] Blis install error

Yan Xu Yan.Xu at sas.com
Fri Apr 24 14:51:38 EDT 2009


total CPU time is sum of cpu time used by all processes.
total wallclock time is sum of wallclcok time used by all processes.
Search CPU time is the CPU time used by the master.
Search wallclock time is the wallclock time used by the master.

To compute speedup, you only need Search wallclock.

From: Jack Bryan [mailto:dtustudy68 at hotmail.com]
Sent: Friday, April 24, 2009 2:35 PM
To: Yan Xu; chipps at list.coin-or.org
Subject: RE: Blis install error

thanks
In Blis 0.9, what is meaning of

total CPU time and
total wallclock
Search CPU time
Search wallclock

I need them to compute speedup for different processors .
Any help is appreciated.

thanks

April  24  2009
________________________________
From: Yan.Xu at sas.com
To: dtustudy68 at hotmail.com; chipps at list.coin-or.org
Date: Thu, 23 Apr 2009 15:02:18 -0400
Subject: RE: Blis install error
In log, you can find

Reading in ALPS parameters ...
Reading in BLIS parameters ...
Alps0110I ALPS version 1.0 (Parallel, MPI)
Alps0050I Launched 2 processes
Alps0030I Data file: p0033.mps


Regards,
Yan

From: Jack Bryan [mailto:dtustudy68 at hotmail.com]
Sent: Thursday, April 23, 2009 2:56 PM
To: Yan Xu; chipps at list.coin-or.org
Subject: RE: Blis install error

thanks
I run blis in this way
mpiexec -np 2  blis -par blis.par -Alps_instance p0033.mps

I have attached the result .

how to verify that I really use 2 processor to solve p0033.mps in parallel ?

thanks
________________________________
From: Yan.Xu at sas.com
To: dtustudy68 at hotmail.com; chipps at list.coin-or.org
Date: Thu, 23 Apr 2009 13:13:03 -0400
Subject: RE: Blis install error
There is a similar var.par file in Blis/examples/VRP. You can adjust it for testing MILP.

I added a blis.par to Blis/test in the trunk version.

Regards,
Yan


From: Jack Bryan [mailto:dtustudy68 at hotmail.com]
Sent: Thursday, April 23, 2009 12:46 PM
To: Yan Xu; chipps at list.coin-or.org
Subject: RE: Blis install error

thanks

I need to use parallel Blis on a cluster with mpich2-1.0.8.

Following the instructions on INSTALL file, I can not get blis.par file.


./configure --prefix=/home/chipps_blics_svn_090422 --enable-static --disable-shared

-with-mpi-incdir=/home/mpich2_install/include --with-mpi-lib='-L/home/mpich2_install/lib

-lmpich' MPICC=/home/mpich2_install/bin/mpicc MPICXX=/home/mpich2_install/bin/mpicxx

CXXDEFS='-DMPICH_IGNORE_CXX_SEEK'

configure: Configuration of Blis successful
configure: Main configuration of Blis successful
------------------------------------
then make

make[2]: Leaving directory `/home/chipps_blics_svn_090422/Blis-0.9/Blis/src'
make[2]: Entering directory `/home/chipps_blics_svn_090422/Blis-0.9/Blis'
make[2]: Nothing to be done for `all-am'.
make[2]: Leaving directory `/home/chipps_blics_svn_090422/Blis-0.9/Blis'
make[1]: Leaving directory `/home/chipps_blics_svn_090422/Blis-0.9/Blis'
make[1]: Entering directory `/home/chipps_blics_svn_090422/Blis-0.9'
make[1]: Nothing to be done for `all-am'.
make[1]: Leaving directory `/home/chipps_blics_svn_090422/Blis-0.9'

----------------------------------------

then make install

make[3]: Nothing to be done for `install-data-am'.
make[3]: Leaving directory `/home/chipps_blics_svn_090422/Blis-0.9/Blis'
make[2]: Leaving directory `/home/chipps_blics_svn_090422/Blis-0.9/Blis'
make[1]: Leaving directory `/home/chipps_blics_svn_090422/Blis-0.9/Blis'
make[1]: Entering directory `/home/chipps_blics_svn_090422/Blis-0.9'
make[2]: Entering directory `/home/chipps_blics_svn_090422/Blis-0.9'
make[2]: Nothing to be done for `install-exec-am'.
make[2]: Nothing to be done for `install-data-am'.
make[2]: Leaving directory `/home/chipps_blics_svn_090422/Blis-0.9'
make[1]: Leaving directory `/home/chipps_blics_svn_090422/Blis-0.9'

---------------------------------------

Any help is appreciated.

thanks
April 23  2009
________________________________
From: Yan.Xu at sas.com
To: dtustudy68 at hotmail.com; chipps at list.coin-or.org
Date: Thu, 23 Apr 2009 10:28:10 -0400
Subject: RE: Blis install error
"make test" doesn't for MPI Blis. You have to manually test it. Please see the the INSALL file for details.

Regards,
Yan

From: Jack Bryan [mailto:dtustudy68 at hotmail.com]
Sent: Wednesday, April 22, 2009 5:53 PM
To: chipps at list.coin-or.org; Yan Xu
Subject: Blis install error

Hi,

I am trying to install Blis 0.9 on MPI cluster with MPICH2-1.0.8.

My configure:

./configure --prefix=/home/chipps_blics_svn_090422 --enable-static

--disable-shared -with-mpi-incdir=/home/jxding/mpich2_install/include

--with-mpi-lib='-L/home/jxding/mpich2_install/lib -lmpich'

MPICC=/home/mpich2_install/bin/mpicc

MPICXX=/home/mpich2_install/bin/mpicxx CXXDEFS='-DMPICH_IGNORE_CXX_SEEK'


configure: Configuration of Blis successful
configure: Main configuration of Blis successful

------------------------------------------------------

When I make test, I got error:

Reading in ALPS parameters ...
Reading in BLIS parameters ...
Alps0110I ALPS version 1.0 (Parallel, MPI)
Alps0050I Launched 1 processes
Alps0030I Data file: ../../Data/Sample/p0033.mps
Coin0001I At line 15 NAME          P0033
Coin0001I At line 16 ROWS
Coin0001I At line 34 COLUMNS
Coin0001I At line 109 RHS
Coin0001I At line 118 BOUNDS
Coin0001I At line 152 ENDATA
Coin0002I Problem P0033 has 16 rows, 33 columns and 98 elements
Bcps0001I BiCePS version 0.9
Blis0001I BLIS version 0.9
Blis0043I Objective coefficients are multiples of 1
hubNum_ <= 0

BLIS ERROR: "hubNum_ <= 0"
             from function "initSearch"
             from class "AlpsKnowledgeBrokerMPI"
make[2]: Leaving directory `/home/chipps_blics_svn_090422/Blis-0.9/Blis/test'
make[1]: Leaving directory `/home/chipps_blics_svn_090422/Blis-0.9/Blis'

------------------------

Any help is appreciated.

Jack
April  22  2009
________________________________
Rediscover Hotmail(r): Now available on your iPhone or BlackBerry Check it out.<http://windowslive.com/RediscoverHotmail?ocid=TXT_TAGLM_WL_HM_Rediscover_Mobile2_042009>

________________________________
Rediscover Hotmail(r): Now available on your iPhone or BlackBerry Check it out.<http://windowslive.com/RediscoverHotmail?ocid=TXT_TAGLM_WL_HM_Rediscover_Mobile2_042009>

________________________________
Rediscover Hotmail(r): Get quick friend updates right in your inbox. Check it out.<http://windowslive.com/RediscoverHotmail?ocid=TXT_TAGLM_WL_HM_Rediscover_Updates2_042009>

________________________________
Rediscover Hotmail(r): Get e-mail storage that grows with you. Check it out.<http://windowslive.com/RediscoverHotmail?ocid=TXT_TAGLM_WL_HM_Rediscover_Storage2_042009>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://list.coin-or.org/pipermail/chipps/attachments/20090424/b59ce07f/attachment-0001.html 


More information about the CHiPPS mailing list