Petsc install on desktop with 2 cpu


 
Thread Tools Search this Thread
Top Forums Programming Petsc install on desktop with 2 cpu
# 1  
Old 12-11-2008
Question Petsc install on desktop with 2 cpu

Hi! everyone

I need to install petsc with MPI on my desktop.

I followed the instructions of petsc home page. But, whenever I ran make, I saw messabe "error[ignored]", also I can't work for complie and execution.

Install cygwin.

download petsc-2.3.3.-p15.tar.gz

cd /home/myhome/soft
gunzip -c petsc-2.3.3.tar.gz|tar -xof-
cd petsc-2.3.3.-p15
PETSC_DIR=$PWD;export PETSC_DIR

./config/configure.py --with-fc=g77 --with-cc=gcc --with-cxx=g++ --with-clanguage=c++ --download-f-blas-lapack=1 --download-mpich=1 --with-debugging=0 --with-x=1

make all

Here, I met error.
Do I need to set PETSC_ARCH?

If you help me, let me know which mistake I made.
Basically, I want C++ compiler as default compiler, and then want to use MPI interface.

Thank you in advance.

Last edited by kdh1971; 12-11-2008 at 05:24 PM..
Login or Register to Ask a Question

Previous Thread | Next Thread

6 More Discussions You Might Find Interesting

1. Solaris

How to install Solaris-desktop?

Hello, I am trying to install solaris desktop in solaris pkg install Solaris-desktop it say insufficient access to complete the required operation privileged user what does this mean? (14 Replies)
Discussion started by: Riteshkakkar
14 Replies

2. HP-UX

Help needed HP UX 11.11i new install on C8000 Desktop messaging system error CAN'T FIX

Hi, I have a HP UX C8000 box , have installed 11.11i from 4 x cds numerous times to try to get a functioning Network or to try and get rid of this error on start up, after new install and 1st startup I get an error "The desktop messaging system could not be started" and then advice about... (12 Replies)
Discussion started by: C8000
12 Replies

3. Red Hat

How to Install Red Hat Linux Desktop version 4?

I want to install Red Hat Linux Desktop version 4. Please tell me the step-by-step installation and which file system will be best for this O/S? Like in windows, we have NTFS file system(which has very security features). Is there any such file system in Linux? Which file system should i use?... (0 Replies)
Discussion started by: Anna Hussie
0 Replies

4. Red Hat

How to Install Red Hat Linux Desktop version 4?

I want to install Red Hat Linux Desktop version 4. Please tell me the step-by-step installation and which file system will be best for this O/S? Like in windows, we have NTFS file system(which has very security features). Is there any such file system in Linux? Which file system should i use? (2 Replies)
Discussion started by: Anna Hussie
2 Replies

5. BSD

How can install the FreeBSD on desktop!!

;)Hello everyone,I'm a new FreeBSD user,I don't know how to intall the BSD on desktop,please help me ~~ Thanks~~:D (11 Replies)
Discussion started by: johnney
11 Replies

6. UNIX for Dummies Questions & Answers

Would like to install x86 desktop Ubuntu over AMD64 Ubuntu server

My intention was to build a dual boot XP Pro 64 and Ubuntu media server. I had installed the AMD64 version of Ubuntu 8.10 server and thought that I would be able to install Apache server. I need a GUI to work in. I tried to boot and install Mythbuntu 32 bit 8.10, but my machine now won't recognize... (0 Replies)
Discussion started by: docflyboy
0 Replies
Login or Register to Ask a Question
PLASMAPKG(1)							 KDE User's Manual						      PLASMAPKG(1)

NAME
plasmapkg - Install, list, remove Plasma packages SYNOPSIS
plasmapkg [-h, --hash path] [-g, --global] [-t, --type type] [-i, --install path] [-u, --upgrade path] [-l, --list] [--list-types] [-r, --remove name] [-p, --packageroot path] [KDE Generic Options] [Qt Generic Options] DESCRIPTION
plasmapkg is a command line tool to install, list, remove Plasma packages. OPTIONS
-h, --hash path Generate a SHA1 hash for the package at "path". -g, --global For install or remove, operates on packages installed for all users. -t, --type type The type of package, e.g. theme, wallpaper, plasmoid, dataengine, runner, layout-template, etc. [plasmoid]. -i, --install path Install the package at "path". -u, --upgrade path Upgrade the package at "path". -l, --list List installed packages. -r, --remove name Remove the package named "name". -p, --packageroot path Absolute path to the package root. If not supplied, then the standard data directories for this KDE session will be searched instead. SEE ALSO
More detailed user documentation is available from help:/plasma-desktop (either enter this URL into Konqueror, or run khelpcenter help:/plasma-desktop). AUTHORS
plasmapkg was written by Aaron Seigo<aseigo@kde.org>. K Desktop Environment 2012-12-05 PLASMAPKG(1)