Skip to Content.
Sympa Menu

charm - [charm] charmlu (dense LU) compiling error

charm AT lists.cs.illinois.edu

Subject: Charm++ parallel programming system

List archive

[charm] charmlu (dense LU) compiling error


Chronological Thread 
  • From: Chulian Zhang <zhang.chul AT husky.neu.edu>
  • To: charm AT cs.uiuc.edu
  • Subject: [charm] charmlu (dense LU) compiling error
  • Date: Thu, 18 Jul 2013 20:02:32 -0400
  • List-archive: <http://lists.cs.uiuc.edu/pipermail/charm/>
  • List-id: CHARM parallel programming system <charm.cs.uiuc.edu>

Hi all,

I got the source code for Charm++ Dense LU from git://charm.cs.illinois.edu/charmlu.git.

I also installed ATLAS library which includes BLAS implementation. But I got following errors when tried to compile charmlu:

/home/chulian/charm-6.5.0/bin/charmc -language charm++ -O3 -DUSE_CBLAS_H=1 -DSEND_LIM=2 -I/home/chulian/tmp/ATLAS/include -I/home/chulian/tmp/ATLAS/lapacke/include -DLU_REVISION=7cec5b0ba2a6752d4160976d00cc3881e4e64b51  -c -o lu.o lu.C

In file included from lu.h:1,
                 from lu.C:13:
manager.h:4:26: error: luUtils.decl.h: No such file or directory

In file included from manager.h:5,
                 from lu.h:1,
                 from lu.C:13:
messages.h:4:29: error: luMessages.decl.h: No such file or directory

In file included from lu.h:3,
                 from lu.C:13:
scheduler.h:23:21: error: lu.decl.h: No such file or directory
lu.C:16:25: error: driver.decl.h: No such file or directory
lu.C:478:25: error: luUtils.def.h: No such file or directory
lu.C:479:20: error: lu.def.h: No such file or directory
lu.C:480:28: error: luMessages.def.h: No such file or directory


The compiler complained about some missing files. But where can I get those files? Anyone can help? Thanks.

Best,
Chulian



Archive powered by MHonArc 2.6.16.

Top of Page