[Trilinos-Users] Trouble installing Trilinos on IBM-AIX

Duk-Soon Oh duksoon at cims.nyu.edu
Mon Jan 30 00:16:06 MST 2012


Dear all,

I am trying to install Trilinos on IBM-AIX. It seems that other packages
are alright.
However, I am getting the following error message for Zoltan package:

Scanning dependencies of target last_lib
[  0%] Building C object CMakeFiles/last_lib.dir/last_lib_dummy.c.o
Linking C static library liblast_lib.a
Target "CMakeFiles/last_lib.dir/build" is up to date.
[  0%] Built target last_lib
Target "all" is up to date.
Target "preinstall" is up to date.
Install the project...
-- Install configuration: "RELEASE"
-- Installing:
/glade/home/dsoon/soft/trilinos/lib/cmake/Trilinos/TrilinosTargets.cmake
-- Installing:
/glade/home/dsoon/soft/trilinos/lib/cmake/Trilinos/TrilinosTargets-release.cmake
-- Installing:
/glade/home/dsoon/soft/trilinos/lib/cmake/Trilinos/TrilinosConfig.cmake
-- Installing:
/glade/home/dsoon/soft/trilinos/include/Makefile.export.Trilinos
-- Installing:
/glade/home/dsoon/soft/trilinos/lib/cmake/Trilinos/TrilinosConfigVersion.cmake
-- Installing: /glade/home/dsoon/soft/trilinos/include/Trilinos_version.h
-- Installing: /glade/home/dsoon/soft/trilinos/include/TrilinosConfig.cmake
-- Installing:
/glade/home/dsoon/soft/trilinos/lib/cmake/Zoltan/ZoltanConfig.cmake
-- Installing:
/glade/home/dsoon/soft/trilinos/include/Makefile.export.Zoltan
CMake Error at packages/zoltan/src/cmake_install.cmake:31 (FILE):
  file INSTALL cannot find
  "/glade/home/dsoon/soft/trilinos/packages/zoltan/src/libzoltan.a".
Call Stack (most recent call first):
  packages/zoltan/cmake_install.cmake:40 (INCLUDE)
  cmake_install.cmake:71 (INCLUDE)


make: 1254-004 The error code from the last command is 1.


Stop.
================================================================
Here is my cmake script file.

rm -f CMakeCache.txt

EXTRA_ARGS=$@

cmake \
-D CMAKE_C_COMPILER=mpcc \
-D CMAKE_CXX_COMPILER=mpCC \
-D CMAKE_Fortran_COMPILER=mpxlf \
-D CMAKE_C_FLAGS:STRING="-qmaxmem=-1" \
-D CMAKE_CXX_FLAGS:STRING="-qmaxmem=-1" \
-D CMAKE_INSTALL_PREFIX:PATH="${PWD}" \
-D TPL_ENABLE_MPI:BOOL=ON \
-D Trilinos_ENABLE_TESTS:BOOL=OFF \
-D Trilinos_ENABLE_Zoltan:BOOL=ON \
\
${TRILINOS_HOME}

Could you give me any idea?

Best,

Duk-Soon
-------------- next part --------------
An HTML attachment was scrubbed...
URL: https://software.sandia.gov/pipermail/trilinos-users/attachments/20120130/422e4122/attachment.html 


More information about the Trilinos-Users mailing list