[lammps-users] lammps-users Digest, Vol 21, Issue 29

hi, guys
I have tried make latest LAMMPS on Fedora Core 8, and found I can not include any package, and after I type make package-status under /src and terminal showing
/bin/sh: csh: command not found
Who could have a quick answer to this?

Cheers
Pengxiang

Pengxiang Song wrote:

Send lammps-users mailing list submissions to
    [email protected]

To subscribe or unsubscribe via the World Wide Web, visit
    https://lists.sourceforge.net/lists/listinfo/lammps-users
or, via email, send a message with subject or body 'help' to
    [email protected]

You can reach the person managing the list at
    [email protected]

When replying, please edit your Subject line so it is more specific
than "Re: Contents of lammps-users digest..."

Today's Topics:

   1. how to use pppm (guoxin)
   2. Re: how to use pppm (Paul Crozier)

----------------------------------------------------------------------

Message: 1
Date: Thu, 14 Feb 2008 14:32:34 -0500
From: "guoxin" <[email protected]...>
Subject: [lammps-users] how to use pppm
To: <[email protected]>
Message-ID: <[email protected]...>
Content-Type: text/plain; charset="gb2312"

Hi,
I want to use PPPM. Now I download FFFW and install it. I use cygwin on
windows xp. How do I add FFFW into Lampps?
Initially, I use make.serial ( which dose not include MPI and FFT), and it
works well without PPPM. I also tried make.cygwin, but it shows errors:
one error is "mpicxx: command not found, Error 127"
and also ask for a lot of files: "filename.d"
My computer only have one processor, so I don't have mpi stuff.
Now how do I change the make file to use PPPM.
thank you very much
guoxin

-------------- next part --------------
An HTML attachment was scrubbed...

------------------------------

Message: 2
Date: Thu, 14 Feb 2008 12:56:51 -0700
From: "Paul Crozier" <[email protected]...>
Subject: Re: [lammps-users] how to use pppm
To: guoxin <[email protected]...>
Cc: [email protected]
Message-ID:
    <[email protected]...>
Content-Type: text/plain; charset=ISO-8859-1

Guoxin,

If you don't care about running mpi on your cygwin box, you can modify
Makefile.cygwin accordingly, with something like:

CC = g++
CCFLAGS = -O -I../STUBS -I/cygdrive/c/cygwin/fftw/include -DFFT_FFTW
-DMPICH_IGNORE_CXX_SEEK
DEPFLAGS = -M
LINK = g++
LINKFLAGS = -O -L../STUBS -L/cygdrive/c/cygwin/fftw/lib
USRLIB = -lmpi -lfftw
SYSLIB = -lm
SIZE = size

Alternatively, you could start with Makefile.serial and add the FFTW
stuff. You'd probably wind up with just about the same thing.

Paul

Hi,
I want to use PPPM. Now I download FFFW and install it. I use cygwin on
windows xp. How do I add FFFW into Lampps?
Initially, I use make.serial ( which dose not include MPI and FFT), and it
works well without PPPM.
I also tried make.cygwin, but it shows errors:
one error is "mpicxx: command not found, Error 127"
and also ask for a lot of files: "filename.d"
My computer only have one processor, so I don't have mpi stuff.
Now how do I change the make file to use PPPM.
thank you very much
guoxin

-------------------------------------------------------------------------

This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2008.
http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
_______________________________________________
lammps-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/lammps-users

------------------------------

-------------------------------------------------------------------------

This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2008.
http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/

------------------------------

_______________________________________________
lammps-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/lammps-users

End of lammps-users Digest, Vol 21, Issue 29
********************************************

hi, guys
I have tried make latest LAMMPS on Fedora Core 8, and found I can not include any package, and after I type make package-status under /src and terminal showing
/bin/sh: csh: command not found
Who could have a quick answer to this?

Cheers
Pengxiang

hi, guys
I tried to make latest LAMMPS on Fedora Core 8 for single processor and after making in /src/stubs I found I can not include packages under /src, and typing 'make package-status' showing:

/bin/sh: csh: command not found
Make:**[package-status] Error 127

and I noticed there is new makefile under directory /make, ,'Makefile.serial_debug', how can it help on this problem or not? Anyone has a quick answer to this?

Cheers

Pengxiang

Pengxiang Song wrote:

dear penxiang,

before posting your next question, please consider
the following (part of it is written on the digested mail).

you should not reply to a digested mail without
changing the subject so that people can recognize
what mail you are replying to.

please do quote the (full) digest, if you ask a
completely new question.

thanks.

[...]

hi, guys
I tried to make latest LAMMPS on Fedora Core 8 for single processor and
after making in /src/stubs I found I can not include packages under
/src, and typing 'make package-status' showing:

/bin/sh: csh: command not found
Make:**[package-status] Error 127

you have no "c-shell" on your machine. please install
the tcsh package and it will work. csh (and its improved
version tcsh) are shell script programms similar to
bash which is (almost) exclusively used by current
linux distributions.

cheers,
   axel.