Skip to Content.
Sympa Menu

charm - [charm] Build problems@LLNL

charm AT lists.cs.illinois.edu

Subject: Charm++ parallel programming system

List archive

[charm] Build problems@LLNL


Chronological Thread 
  • From: "Michael T. Campbell" <mtcampbe AT cse.uiuc.edu>
  • To: charm AT cs.uiuc.edu
  • Subject: [charm] Build problems@LLNL
  • Date: Fri, 26 Jun 2009 11:13:52 -0500
  • List-archive: <http://lists.cs.uiuc.edu/pipermail/charm>
  • List-id: CHARM parallel programming system <charm.cs.uiuc.edu>

Greetings,

We're having a great deal of trouble getting Charm to build at all on
Livermore Linux machines. (Linux hera0 2.6.18-63chaos #1 SMP Fri Dec 19
15:37:16 EST 2008 x86_64 x86_64 x86_64 GNU/Linux). The machines have a
quadrics interconnect, but I think we've always just settled for a net-linux
build over the default ethernet device since that was actually the only way
we were ever able to get a working build.

After many attempts, I am writing to see if anyone has any advice on this.

In the past, we've build like this:
./build ParFUM net-linux-amd64 icc ifort -O

I have pasted in the resulting last few lines in the Charm++ build
process. I have tried lots of different things to resolve this, including
using the "smart" build script, and building over MPI, and manually editing
the arch files, all to no avail.

Any help and/or advice on this is deeply appreciated.

Thanks!

-Mike


icc: Command line warning: unknown extension 'O' ignored in option '-x'
../../../../bin/charmc -O -c compat_driver.c -I.
../../../../bin/../include/conv-mach-gfortran.sh: line 40: cd:
/usr/local/bin/../lib/gcc/x86_64-redhat-linux/4.1.2/: No such file or
directory
icc: Command line warning: unknown extension 'O' ignored in option '-x'
../../../../bin/charmc -O -c compat_fdriver.c -I.
../../../../bin/../include/conv-mach-gfortran.sh: line 40: cd:
/usr/local/bin/../lib/gcc/x86_64-redhat-linux/4.1.2/: No such file or
directory
icc: Command line warning: unknown extension 'O' ignored in option '-x'
../../../../bin/charmc -O ParFUM.o mesh.o symmetries.o partition.o map.o
compat.o call_init.o parallel_part.o mesh_modify.o mesh_adjacency.o adapt.o
adapt_algs.o adapt_if.o interpolate.o lock.o util.o lock_node.o adapt_lock.o
ParFUM_SA.o global_numbering.o import.o adapt_adj.o bulk_adapt_ops.o
bulk_adapt.o mesh_feature_detect.o MsaHashtable.o -o
../../../../lib/libmoduleParFUM.a
../../../../bin/../include/conv-mach-gfortran.sh: line 40: cd:
/usr/local/bin/../lib/gcc/x86_64-redhat-linux/4.1.2/: No such file or
directory
Fatal Error by charmc in directory
/g/g15/mtcampbe/hera_software/install/charm/net-linux-amd64-ifort-icc/tmp/libs/ck-libs/ParFUM
parallel_part.o: file not recognized: File truncated
charmc exiting...
gmake[3]: *** [../../../../lib/libmoduleParFUM.a] Error 1
gmake[3]: Leaving directory
`/g/g15/mtcampbe/hera_software/install/charm/net-linux-amd64-ifort-icc/tmp/libs/ck-libs/ParFUM'
gmake[2]: *** [ParFUM] Error 2
gmake[2]: Leaving directory
`/g/g15/mtcampbe/hera_software/install/charm/net-linux-amd64-ifort-icc/tmp/libs/ck-libs'
gmake[1]: *** [charmlibs] Error 2
gmake[1]: Leaving directory
`/g/g15/mtcampbe/hera_software/install/charm/net-linux-amd64-ifort-icc/tmp/libs'
gmake: *** [CHARMLIBS] Error 2
-------------------------------------------------
Charm++ NOT BUILT. Either cd into net-linux-amd64-ifort-icc/tmp and try
to resolve the problems yourself, visit
http://charm.cs.uiuc.edu/
for more information. Otherwise, email the developers at
charm AT cs.uiuc.edu



  • [charm] Build problems@LLNL, Michael T. Campbell, 06/26/2009

Archive powered by MHonArc 2.6.16.

Top of Page