Skip to Content.
Sympa Menu

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

charm AT lists.cs.illinois.edu

Subject: Charm++ parallel programming system

List archive

Re: [charm] charmlu (dense LU) compiling error


Chronological Thread 
  • From: Jonathan Lifflander <jliffl2 AT illinois.edu>
  • To: Chulian Zhang <zhang.chul AT husky.neu.edu>
  • Cc: "charm AT cs.uiuc.edu" <charm AT cs.uiuc.edu>
  • Subject: Re: [charm] charmlu (dense LU) compiling error
  • Date: Thu, 18 Jul 2013 19:10:30 -0500
  • List-archive: <http://lists.cs.uiuc.edu/pipermail/charm/>
  • List-id: CHARM parallel programming system <charm.cs.uiuc.edu>

The *decl.h and *def.h files are generated files from "lu.ci"
"driver.ci" and "luUtils.ci". Can you do a "make clean" and then show
me exactly the commands that are running? It should generate some
dependencies and then compile the *.ci files.

Jonathan

On Thu, Jul 18, 2013 at 7:02 PM, Chulian Zhang
<zhang.chul AT husky.neu.edu>
wrote:
> 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
>
> _______________________________________________
> charm mailing list
> charm AT cs.uiuc.edu
> http://lists.cs.uiuc.edu/mailman/listinfo/charm
>




Archive powered by MHonArc 2.6.16.

Top of Page