From DRichie@HPTI.com Tue Apr 27 16:03:37 2004 Return-Path: X-Original-To: ohmms-dev@mcc.uiuc.edu Delivered-To: ohmms-dev@mcc.uiuc.edu Received: from hptimail01.HPTI.COM (unknown [208.20.6.201]) by mcc0.mcc.uiuc.edu (Postfix) with ESMTP id 0873119F3FB for ; Tue, 27 Apr 2004 16:03:37 -0500 (CDT) Received: from yourw92p4bhlzg ([68.33.214.40]) by hptimail01.HPTI.COM over TLS secured channel with Microsoft SMTPSVC(6.0.3790.0); Tue, 27 Apr 2004 17:02:12 -0400 Message-ID: <003601c42c9a$ec8c4d20$0f01a8c0@yourw92p4bhlzg> From: "david richie" To: Date: Tue, 27 Apr 2004 17:02:15 -0400 MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="----=_NextPart_000_0033_01C42C79.63FD34E0" X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 6.00.2600.0000 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2600.0000 X-OriginalArrivalTime: 27 Apr 2004 21:02:12.0546 (UTC) FILETIME=[E9643220:01C42C9A] Cc: jnkim@uiuc.edu Subject: [Ohmms-dev] AntiSymTensor X-BeenThere: ohmms-dev@mcc.uiuc.edu X-Mailman-Version: 2.1.3 Precedence: list List-Id: ohmms dev List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 27 Apr 2004 21:03:37 -0000 This is a multi-part message in MIME format. ------=_NextPart_000_0033_01C42C79.63FD34E0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable Should AntiSymTensor and SymTensor behave like Tensor when used in ParticleAttirb<>? Specifically, consider code fragment: typedef Tensor Tensor_t; typedef AntiSymTensor AntiSymTensor_t; ParticleAttrib tensor; ParticleAttrib antisymtensor; t =3D 0.0e0;=20 antisymtensor =3D 0.0e0; The last assignment triggers error. Above is a mock version of problem. I can forward exact source if necessary. Can you verify that above should work? Compile-time error is particularly nasty, but maybe it will shed some light. This is real error, not from toy problem above. In real example I am using AntiSymTensor for torque. When I switch Torque_t to a simple Tensor<> compiles fine (but torque is not a tensor, so not a solution). g++ -DHAVE_CONFIG_H -I. -I../../src -I. -I../../src/OOMPI = -ftemplate-depth-60 -DADD_ -I/usr/include/libxml2 -c -o = FFHydroSDPotential.o `test -f 'StokesianDynamics/FFHydroSDPotential.cpp' = || echo '../../src/'`StokesianDynamics/FFHydroSDPotential.cpp ../../src/PETE/OperatorTags.h: In member function `BinaryReturn::Type_t OpAssign::operator()(const T1&, const T2&) const = [with T1 =3D AntiSymTensor, T2 =3D double]': ../../src/ParticleBase/ParticleAttrib.cpp:1135: instantiated from = `void evaluate(ParticleAttrib&, const Op&, const Expression&) = [with T =3D AntiSymTensor, Op =3D OpAssign, RHS =3D = Scalar]' ../../src/ParticleBase/ParticleAttrib.cpp:974: instantiated from = `ParticleAttrib& assign(ParticleAttrib&, const RHS&) [with T1 = =3D AntiSymTensor, RHS =3D double]' ../../src/ParticleBase/ParticleAttrib.h:139: instantiated from = `ParticleAttrib& ParticleAttrib::operator=3D(const RHS&) [with RHS = =3D double, T =3D AntiSymTensor]' ../../src/StokesianDynamics/FFHydroSDPotential.cpp:57: instantiated = from here ../../src/PETE/OperatorTags.h:757: could not convert = `(++a)->AntiSymTensor::operator=3D(const T&) [with T =3D Scalar_t, unsigned int D =3D = 3]((+b))' to ` AntiSymTensor&' ------=_NextPart_000_0033_01C42C79.63FD34E0 Content-Type: text/html; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable
Should AntiSymTensor and SymTensor=20 behave
like Tensor when used in=20 ParticleAttirb<>?
 
Specifically,  consider code=20 fragment:
 
   typedef = Tensor<double,3>=20 Tensor_t;
   typedef = AntiSymTensor<double,3>=20 AntiSymTensor_t;
 
   = ParticleAttrib<Tensor_t>=20 tensor;
   = ParticleAttrib<AntiSymTensor_t>=20 antisymtensor;
 
   t =3D 0.0e0;
   antisymtensor =3D = 0.0e0;
 
The last assignment triggers = error.  Above is=20 a mock version
of problem.  I can forward exact = source if=20 necessary.  Can
you verify that above should = work?
 
Compile-time error is particularly = nasty, but maybe=20 it will
shed some light.  This is real = error, not from=20 toy problem above.
In real example I am using = AntiSymTensor for=20 torque.  When I
switch Torque_t to a simple = Tensor<> compiles=20 fine (but torque
is not a tensor, so not a = solution).
 
g++ -DHAVE_CONFIG_H -I. -I../../src -I. = -I../../src/OOMPI    -ftemplate-depth-60 -DADD_ =20 -I/usr/include/libxml2 -c -o FFHydroSDPotential.o `test -f=20 'StokesianDynamics/FFHydroSDPotential.cpp' || echo=20 '../../src/'`StokesianDynamics/FFHydroSDPotential.cpp
../../src/PETE/O= peratorTags.h:=20 In member function `BinaryReturn<T1, T2,
   = OpAssign>::Type_t=20 OpAssign::operator()(const T1&, const T2&) const [with=20 T1
   =3D AntiSymTensor<Scalar_t, 3>, T2 =3D=20 double]':
../../src/ParticleBase/ParticleAttrib.cpp:1135:   = instantiated from `void evaluate(ParticleAttrib<T1>&, const = Op&,=20 const Expression<T2>&) [with T =3D AntiSymTensor<Scalar_t, = 3>, Op=20 =3D OpAssign, RHS =3D=20 Scalar<double>]'
../../src/ParticleBase/ParticleAttrib.cpp:974:&= nbsp; =20 instantiated from `ParticleAttrib<T1>&=20 assign(ParticleAttrib<T1>&, const RHS&) [with T1 =3D=20 AntiSymTensor<Scalar_t, 3>, RHS =3D=20 double]'
../../src/ParticleBase/ParticleAttrib.h:139:  =20 instantiated from `ParticleAttrib<T>&=20 ParticleAttrib<T>::operator=3D(const RHS&) [with RHS =3D = double, T =3D=20 AntiSymTensor<Scalar_t,=20 3>]'
../../src/StokesianDynamics/FFHydroSDPotential.cpp:57: &n= bsp;=20 instantiated from here
../../src/PETE/OperatorTags.h:757: could not = convert=20 `(++a)->AntiSymTensor<T,
   D>::operator=3D(const = T&)=20 [with T =3D Scalar_t, unsigned int D =3D 3]((+b))' to `
  =20 AntiSymTensor<Scalar_t, 3>&'
 
 
------=_NextPart_000_0033_01C42C79.63FD34E0-- From jnkim@ncsa.uiuc.edu Tue Apr 27 16:15:10 2004 Return-Path: X-Original-To: ohmms-dev@mcc.uiuc.edu Delivered-To: ohmms-dev@mcc.uiuc.edu Received: from mail.ncsa.uiuc.edu (mail.ncsa.uiuc.edu [141.142.2.28]) by mcc0.mcc.uiuc.edu (Postfix) with ESMTP id 4E60B19F444 for ; Tue, 27 Apr 2004 16:15:10 -0500 (CDT) X-Envelope-From: jnkim@ncsa.uiuc.edu X-Envelope-To: ohmms-dev@mcc.uiuc.edu Received: from ohmms.ncsa.uiuc.edu (ohmms.mcc.uiuc.edu [130.126.101.215]) by mail.ncsa.uiuc.edu (8.11.7/8.11.7) with ESMTP id i3RLF7n14710; Tue, 27 Apr 2004 16:15:07 -0500 Message-Id: <5.1.0.14.2.20040427161044.023b8a78@pop.ncsa.uiuc.edu> X-Sender: jnkim@pop.ncsa.uiuc.edu (Unverified) X-Mailer: QUALCOMM Windows Eudora Version 5.1 Date: Tue, 27 Apr 2004 16:15:08 -0500 To: "david richie" , From: Jeongnim Kim Subject: Re: [Ohmms-dev] AntiSymTensor In-Reply-To: <003601c42c9a$ec8c4d20$0f01a8c0@yourw92p4bhlzg> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii"; format=flowed Cc: jnkim@uiuc.edu X-BeenThere: ohmms-dev@mcc.uiuc.edu X-Mailman-Version: 2.1.3 Precedence: list List-Id: ohmms dev List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 27 Apr 2004 21:15:10 -0000 Let me know if you can compile antisymtesor[0] = 0.0; At 05:02 PM 4/27/2004 -0400, david richie wrote: >Should AntiSymTensor and SymTensor behave >like Tensor when used in ParticleAttirb<>? > >Specifically, consider code fragment: > > typedef Tensor Tensor_t; > typedef AntiSymTensor AntiSymTensor_t; > > ParticleAttrib tensor; > ParticleAttrib antisymtensor; > > t = 0.0e0; > antisymtensor = 0.0e0; > >The last assignment triggers error. Above is a mock version >of problem. I can forward exact source if necessary. Can >you verify that above should work? > >Compile-time error is particularly nasty, but maybe it will >shed some light. This is real error, not from toy problem above. >In real example I am using AntiSymTensor for torque. When I >switch Torque_t to a simple Tensor<> compiles fine (but torque >is not a tensor, so not a solution). > >g++ -DHAVE_CONFIG_H -I. -I../../src -I. >-I../../src/OOMPI -ftemplate-depth-60 -DADD_ -I/usr/include/libxml2 -c >-o FFHydroSDPotential.o `test -f >'StokesianDynamics/FFHydroSDPotential.cpp' || echo >'../../src/'`StokesianDynamics/FFHydroSDPotential.cpp >../../src/PETE/OperatorTags.h: In member function `BinaryReturn OpAssign>::Type_t OpAssign::operator()(const T1&, const T2&) const > [with T1 > = AntiSymTensor, T2 = double]': >../../src/ParticleBase/ParticleAttrib.cpp:1135: instantiated from `void >evaluate(ParticleAttrib&, const Op&, const Expression&) [with T = >AntiSymTensor, Op = OpAssign, RHS = Scalar]' >../../src/ParticleBase/ParticleAttrib.cpp:974: instantiated from >`ParticleAttrib& assign(ParticleAttrib&, const RHS&) [with T1 = >AntiSymTensor, RHS = double]' >../../src/ParticleBase/ParticleAttrib.h:139: instantiated from >`ParticleAttrib& ParticleAttrib::operator=(const RHS&) [with RHS = >double, T = AntiSymTensor]' >../../src/StokesianDynamics/FFHydroSDPotential.cpp:57: instantiated from >here >../../src/PETE/OperatorTags.h:757: could not convert `(++a)->AntiSymTensor D>::operator=(const T&) [with T = Scalar_t, unsigned int D = 3]((+b))' > to ` > AntiSymTensor&' > > >_______________________________________________ >Ohmms-dev mailing list >Ohmms-dev@mcc.uiuc.edu >http://mcc0.mcc.uiuc.edu/mailman/listinfo/ohmms-dev Best wishes, Jeongnim Kim --------------------------------------------------------------- Jeongnim Kim e-mail: jnkim@uiuc.edu NCSA Tel: 217-244-6319 (NCSA) Beckman Institute 217-244-4971 (MCC) 405 N Mathews Av. Fax: 217-244-2909 Urbana, IL 61801 --------------------------------------------------------------- From DRichie@HPTI.com Wed Apr 28 15:46:07 2004 Return-Path: X-Original-To: ohmms-dev@mcc.uiuc.edu Delivered-To: ohmms-dev@mcc.uiuc.edu Received: from hptimail01.HPTI.COM (unknown [208.20.6.201]) by mcc0.mcc.uiuc.edu (Postfix) with ESMTP id 9A1C91A0E99 for ; Wed, 28 Apr 2004 15:46:07 -0500 (CDT) Received: from yourw92p4bhlzg ([68.33.214.40]) by hptimail01.HPTI.COM over TLS secured channel with Microsoft SMTPSVC(6.0.3790.0); Wed, 28 Apr 2004 16:46:05 -0400 Message-ID: <006001c42d61$da4a5a40$0f01a8c0@yourw92p4bhlzg> From: "david richie" To: Date: Wed, 28 Apr 2004 16:45:56 -0400 MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="----=_NextPart_000_0055_01C42D40.470EDDD0" X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 6.00.2600.0000 X-MIMEOLE: Produced By Microsoft MimeOLE V6.00.2600.0000 X-OriginalArrivalTime: 28 Apr 2004 20:46:05.0693 (UTC) FILETIME=[D383E2D0:01C42D61] Cc: jnkim@uiuc.edu Subject: [Ohmms-dev] exp() and ParticleAttrib > X-BeenThere: ohmms-dev@mcc.uiuc.edu X-Mailman-Version: 2.1.3 Precedence: list List-Id: ohmms dev List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 28 Apr 2004 20:46:08 -0000 This is a multi-part message in MIME format. ------=_NextPart_000_0055_01C42D40.470EDDD0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable does there exist support for using exp() function on ParticleAttirb<> = container? If not, can you suggest closest function to use as starting point in = OhmmsPETE/ Example: typedef TinyVector Position_t; typedef ParticleAttrib ParticlePosition_t; double alpha =3D 0.9; ParticlePosition_t& R1,R2; R1 =3D something R2 =3D exp(-R1/alpha); ??? -David ------=_NextPart_000_0055_01C42D40.470EDDD0 Content-Type: text/html; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable
does there exist support for using = exp() function=20 on ParticleAttirb<> container?
If not, can you suggest closest = function to use as=20 starting point in OhmmsPETE/
 
Example:
 
   typedef = TinyVector<double,3>=20 Position_t;
   typedef=20 ParticleAttrib<Position_t> ParticlePosition_t;
   double alpha =3D = 0.9;
   ParticlePosition_t&=20 R1,R2;
 
   R1 =3D = something
   R2 =3D = exp(-R1/alpha);
 
???
 
-David
 
 
------=_NextPart_000_0055_01C42D40.470EDDD0-- From jnkim@ncsa.uiuc.edu Wed Jul 21 16:20:11 2004 Return-Path: X-Original-To: ohmms-dev@mcc.uiuc.edu Delivered-To: ohmms-dev@mcc.uiuc.edu Received: from mail.ncsa.uiuc.edu (mail.ncsa.uiuc.edu [141.142.2.28]) by mcc0.mcc.uiuc.edu (Postfix) with ESMTP id C2B3A230449 for ; Wed, 21 Jul 2004 16:20:10 -0500 (CDT) X-Envelope-From: jnkim@ncsa.uiuc.edu Received: from ohmms.ncsa.uiuc.edu (ohmms.mcc.uiuc.edu [130.126.101.215]) by mail.ncsa.uiuc.edu (8.11.7/8.11.7) with ESMTP id i6LLK2c13542; Wed, 21 Jul 2004 16:20:03 -0500 Message-Id: <5.1.0.14.2.20040721161748.02bbc950@pop.ncsa.uiuc.edu> X-Sender: jnkim@pop.ncsa.uiuc.edu (Unverified) X-Mailer: QUALCOMM Windows Eudora Version 5.1 Date: Wed, 21 Jul 2004 16:19:59 -0500 To: ohmms-dev@mcc.uiuc.edu From: Jeongnim Kim Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii"; format=flowed X-NCSA-MailScanner-Information: Please contact the help@ncsa.uiuc.edu for more information X-NCSA-MailScanner: Found to be clean Cc: dRichie@HPTI.com Subject: [Ohmms-dev] download X-BeenThere: ohmms-dev@mcc.uiuc.edu X-Mailman-Version: 2.1.3 Precedence: list List-Id: ohmms dev List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 21 Jul 2004 21:20:11 -0000 Download is updated: http://www.mcc.uiuc.edu/ohmms/sw/archive.html I will use mailing list for such information from now on. Best wishes, Jeongnim Kim --------------------------------------------------------------- Jeongnim Kim e-mail: jnkim@uiuc.edu NCSA Tel: 217-244-6319 (NCSA) Beckman Institute 217-244-4971 (MCC) 405 N Mathews Av. Fax: 217-244-2909 Urbana, IL 61801 --------------------------------------------------------------- From jnkim@ncsa.uiuc.edu Fri Jul 23 10:46:38 2004 Return-Path: X-Original-To: ohmms-dev@mcc.uiuc.edu Delivered-To: ohmms-dev@mcc.uiuc.edu Received: from mail.ncsa.uiuc.edu (mail.ncsa.uiuc.edu [141.142.2.28]) by mcc0.mcc.uiuc.edu (Postfix) with ESMTP id 82A1C231F4D for ; Fri, 23 Jul 2004 10:46:38 -0500 (CDT) X-Envelope-From: jnkim@ncsa.uiuc.edu X-Envelope-To: Received: from ohmms.ncsa.uiuc.edu (ohmms.mcc.uiuc.edu [130.126.101.215]) by mail.ncsa.uiuc.edu (8.11.7/8.11.7) with ESMTP id i6NFkbc14736 for ; Fri, 23 Jul 2004 10:46:37 -0500 Message-Id: <5.1.0.14.2.20040723104325.02a673a8@pop.ncsa.uiuc.edu> X-Sender: jnkim@pop.ncsa.uiuc.edu (Unverified) X-Mailer: QUALCOMM Windows Eudora Version 5.1 Date: Fri, 23 Jul 2004 10:46:38 -0500 To: ohmms-dev@mcc.uiuc.edu From: Jeongnim Kim Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii"; format=flowed X-NCSA-MailScanner-Information: Please contact the help@ncsa.uiuc.edu for more information X-NCSA-MailScanner: Found to be clean Subject: [Ohmms-dev] a patch is uploaded X-BeenThere: ohmms-dev@mcc.uiuc.edu X-Mailman-Version: 2.1.3 Precedence: list List-Id: ohmms dev List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 23 Jul 2004 15:46:39 -0000 Check out for a patch http://www.mcc.uiuc.edu/ohmms/sw/archive.html Ohmms-v0.2.4-patch-20040723.tar a patch for cmake and ParticleIO. Apply it in the top directory. Contains: CMakeLists.txt CMake/FindLapack.cmake src/FortranLib/CMakeLists.txt src/ParticleIO/RecordParticleAttrib.h src/ParticleIO/RecordParticle.cpp Best wishes, Jeongnim Kim --------------------------------------------------------------- Jeongnim Kim e-mail: jnkim@uiuc.edu NCSA Tel: 217-244-6319 (NCSA) Beckman Institute 217-244-4971 (MCC) 405 N Mathews Av. Fax: 217-244-2909 Urbana, IL 61801 --------------------------------------------------------------- From jnkim@ncsa.uiuc.edu Fri Jul 23 11:09:26 2004 Return-Path: X-Original-To: ohmms-dev@mcc.uiuc.edu Delivered-To: ohmms-dev@mcc.uiuc.edu Received: from mail.ncsa.uiuc.edu (mail.ncsa.uiuc.edu [141.142.2.28]) by mcc0.mcc.uiuc.edu (Postfix) with ESMTP id 37809231FA9 for ; Fri, 23 Jul 2004 11:09:26 -0500 (CDT) X-Envelope-From: jnkim@ncsa.uiuc.edu Received: from ohmms.ncsa.uiuc.edu (ohmms.mcc.uiuc.edu [130.126.101.215]) by mail.ncsa.uiuc.edu (8.11.7/8.11.7) with ESMTP id i6NG9Jc16610; Fri, 23 Jul 2004 11:09:19 -0500 Message-Id: <5.1.0.14.2.20040723110348.02b33500@pop.ncsa.uiuc.edu> X-Sender: jnkim@pop.ncsa.uiuc.edu (Unverified) X-Mailer: QUALCOMM Windows Eudora Version 5.1 Date: Fri, 23 Jul 2004 11:09:20 -0500 To: ohmms-dev@mcc.uiuc.edu From: Jeongnim Kim In-Reply-To: References: <5.1.0.14.2.20040723103017.02a508b8@pop.ncsa.uiuc.edu> <5.1.0.14.2.20040723100814.02a77b30@pop.ncsa.uiuc.edu> <5.1.0.14.2.20040723100814.02a77b30@pop.ncsa.uiuc.edu> <5.1.0.14.2.20040723103017.02a508b8@pop.ncsa.uiuc.edu> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii"; format=flowed X-NCSA-MailScanner-Information: Please contact the help@ncsa.uiuc.edu for more information X-NCSA-MailScanner: Found to be clean Cc: Richard Hennig Subject: [Ohmms-dev] Re: lattice.set X-BeenThere: ohmms-dev@mcc.uiuc.edu X-Mailman-Version: 2.1.3 Precedence: list List-Id: ohmms dev List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 23 Jul 2004 16:09:26 -0000 I was aware of the potential problem but let it go until you point it out. I added to the patch and updated cvs. Use myPtcl->Lattice.update(h0); instead of set. At 11:42 AM 7/23/2004 -0400, you wrote: >Hi Jeongnim, > >I added my name to the ohmms e-mail list and will let the others here know >about it. > >Forget about my comment on the restart file. I used a wrong stride value >and ohmms did not write out the last MD step results. Now I use stride=1 >and it writes out the correct lattice parameters. But the potential >routine still does not get the correct NN list. > >Thanks for your help. > >Cheers, > Richard > > >On Fri, 23 Jul 2004, Jeongnim Kim wrote: > > > I know why your xyz file was wrong. Forgot to use reference, since I > > totally forgot that you may change the lattice! I fixed them. > > > > For your question: I do not understand what you mean by the last one. > > Not having the original lattice is okay if you have changed it: > > If you have set it with a new value, the restart will use the value set > by it. > > But, what is the last one? > > > > BTW, tell people to subscribe to the mailing list. I will notice any cvs > > update that may affect to the calculations, like this case. > > > > mcc0.mcc.uiuc.edu/mailman/listinfo/ohmms-dev > > > > I will probably ignore any e-mail about the code and documentation sent to > > me directly. Or, at least, I will answer to the mailing list not to the > > questioner. > > > > At 11:29 AM 7/23/2004 -0400, you wrote: > > >Hi Jeongnim, > > > > > >The restart file contains the lattice parameter after the first MD step, > > >not the last one and also not the original lattice parameter either! > > >That is strange. Do you understand this? > > > > > >Richard > > > > > > > > > > > > > > >On Fri, 23 Jul 2004, Jeongnim Kim wrote: > > > > > > > Can you check the restart.xml file? > > > > > > > > At 10:47 AM 7/23/2004 -0400, you wrote: > > > > >Hi Jeongnim, > > > > > > > > > >I am debugging the EPN propagator using your latest ohmms version 2.4. > > > > >Using the lattice.set function, I still do not get the correct nearest > > > > >neighbor list in my potential evaluation after the unit cell has > > > > >changed shape. Also, when I am looking at the output xyz file, the > > > > >lattice vectors never change. > > > > > > > > > >I added a few debug print statements to EPNVerlet.cpp and > > > > >Lattice/CrystalLattice.cpp to see how the variables change and > that the > > > > >lattice gets updated. From what I can tell the lattice gets set in > > > > >Lattice.set correctly but when it is written out into the xyz file it > > > > >still writes the original value. This old value also seems to be > used in > > > > >the NNEngine. > > > > > > > > > >Do you have any idea what I am doing wrong here. Thanks for your help. > > > > > > > > > >Cheers, > > > > > Richard > > > > > > > > Best wishes, > > > > Jeongnim Kim > > > > > > > > --------------------------------------------------------------- > > > > Jeongnim Kim e-mail: jnkim@uiuc.edu > > > > NCSA Tel: 217-244-6319 (NCSA) > > > > Beckman Institute 217-244-4971 (MCC) > > > > 405 N Mathews Av. Fax: 217-244-2909 > > > > Urbana, IL 61801 > > > > --------------------------------------------------------------- > > > > > > > > Best wishes, > > Jeongnim Kim > > > > --------------------------------------------------------------- > > Jeongnim Kim e-mail: jnkim@uiuc.edu > > NCSA Tel: 217-244-6319 (NCSA) > > Beckman Institute 217-244-4971 (MCC) > > 405 N Mathews Av. Fax: 217-244-2909 > > Urbana, IL 61801 > > --------------------------------------------------------------- > > Best wishes, Jeongnim Kim --------------------------------------------------------------- Jeongnim Kim e-mail: jnkim@uiuc.edu NCSA Tel: 217-244-6319 (NCSA) Beckman Institute 217-244-4971 (MCC) 405 N Mathews Av. Fax: 217-244-2909 Urbana, IL 61801 --------------------------------------------------------------- From jnkim@ncsa.uiuc.edu Fri Jul 23 13:11:24 2004 Return-Path: X-Original-To: ohmms-dev@mcc.uiuc.edu Delivered-To: ohmms-dev@mcc.uiuc.edu Received: from mail.ncsa.uiuc.edu (mail.ncsa.uiuc.edu [141.142.2.28]) by mcc0.mcc.uiuc.edu (Postfix) with ESMTP id E1F8C2321BB for ; Fri, 23 Jul 2004 13:11:23 -0500 (CDT) X-Envelope-From: jnkim@ncsa.uiuc.edu Received: from ohmms.ncsa.uiuc.edu (ohmms.mcc.uiuc.edu [130.126.101.215]) by mail.ncsa.uiuc.edu (8.11.7/8.11.7) with ESMTP id i6NIBFc08786; Fri, 23 Jul 2004 13:11:15 -0500 Message-Id: <5.1.0.14.2.20040723130548.029fadf8@pop.ncsa.uiuc.edu> X-Sender: jnkim@pop.ncsa.uiuc.edu (Unverified) X-Mailer: QUALCOMM Windows Eudora Version 5.1 Date: Fri, 23 Jul 2004 13:11:16 -0500 To: ohmms-dev@mcc.uiuc.edu From: Jeongnim Kim In-Reply-To: Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii"; format=flowed X-NCSA-MailScanner-Information: Please contact the help@ncsa.uiuc.edu for more information X-NCSA-MailScanner: Found to be clean Cc: Kaden Hazzard Subject: [Ohmms-dev] Re: sprng on local linuces X-BeenThere: ohmms-dev@mcc.uiuc.edu X-Mailman-Version: 2.1.3 Precedence: list List-Id: ohmms dev List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 23 Jul 2004 18:11:24 -0000 It is correct. Something is not working with sprng. Even though autoconfig finds it, it does not link it correctly. Using sprng is the hardest one and I have not fully autoconfig-ed or cmake-ed it. A practical fix: add -lsprng to LIBS in src/OhmmsApp/Makefile or you can have LIBS="-lsprng" with the configuration. It is supposed to append. Will find a better fix soon. At 01:42 PM 7/23/2004 -0400, you wrote: >Jeongnim, > >I have succesfully compiled Ohmms-v2.4.0. However, to compile properly, I >must use --without-sprng. If I try to compile with sprng, I get errors >like "double_rng not found", etc. The installed sprng library on the >local linuces here is very old -- could this be the problem, or am I >doing something wrong. > >Here's the configure options I use to try to enable sprng: > >../configure --with-cxx=gcc --with-sprng=/usr/local >--with-sprng-include=/usr/local/include --with-sprng-libdir=/usr/local/lib > >To repeat, is the problem my configure options or is it a problem with the >installed libraries? > >Cheers, >~Kaden > >Office phone: (614) 292-2887 Best wishes, Jeongnim Kim --------------------------------------------------------------- Jeongnim Kim e-mail: jnkim@uiuc.edu NCSA Tel: 217-244-6319 (NCSA) Beckman Institute 217-244-4971 (MCC) 405 N Mathews Av. Fax: 217-244-2909 Urbana, IL 61801 --------------------------------------------------------------- From jnkim@ncsa.uiuc.edu Fri Jul 23 14:28:29 2004 Return-Path: X-Original-To: ohmms-dev@mcc.uiuc.edu Delivered-To: ohmms-dev@mcc.uiuc.edu Received: from mail.ncsa.uiuc.edu (mail.ncsa.uiuc.edu [141.142.2.28]) by mcc0.mcc.uiuc.edu (Postfix) with ESMTP id 267822323AF for ; Fri, 23 Jul 2004 14:28:29 -0500 (CDT) X-Envelope-From: jnkim@ncsa.uiuc.edu Received: from ohmms.ncsa.uiuc.edu (ohmms.mcc.uiuc.edu [130.126.101.215]) by mail.ncsa.uiuc.edu (8.11.7/8.11.7) with ESMTP id i6NJSQc07190; Fri, 23 Jul 2004 14:28:26 -0500 Message-Id: <5.1.0.14.2.20040723142720.02b75968@pop.ncsa.uiuc.edu> X-Sender: jnkim@pop.ncsa.uiuc.edu (Unverified) X-Mailer: QUALCOMM Windows Eudora Version 5.1 Date: Fri, 23 Jul 2004 14:28:26 -0500 To: ohmms-dev@mcc.uiuc.edu From: Jeongnim Kim In-Reply-To: Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii"; format=flowed X-NCSA-MailScanner-Information: Please contact the help@ncsa.uiuc.edu for more information X-NCSA-MailScanner: Found to be clean Cc: Dallas Trinkle Subject: [Ohmms-dev] Re: getting out the forces from a run X-BeenThere: ohmms-dev@mcc.uiuc.edu X-Mailman-Version: 2.1.3 Precedence: list List-Id: ohmms dev List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 23 Jul 2004 19:28:29 -0000 Check out src/ParticleTags.cpp or code documentation. force does not exist but "f" does. At 03:21 PM 7/23/2004 -0400, you wrote: > So I'm trying to modify the bulksi example to have it spit out the >forces as well as the atom positions; so I modified part of the xml to >look like this... > > > > > > > > > > > >...by adding the line. I got a file, but it's >all zeroes... which makes me think that I'm not using the right name for >the attribute. > > Is there a place in the documentation where the attributes of a particle >are listed, so that I could find what name I'm supposed to use to get >particle forces? I was probably looking at the wrong documentation on the >ohmms website. Thanks; --d Best wishes, Jeongnim Kim --------------------------------------------------------------- Jeongnim Kim e-mail: jnkim@uiuc.edu NCSA Tel: 217-244-6319 (NCSA) Beckman Institute 217-244-4971 (MCC) 405 N Mathews Av. Fax: 217-244-2909 Urbana, IL 61801 --------------------------------------------------------------- From hazzard@pacific.mps.ohio-state.edu Fri Jul 23 14:35:36 2004 Return-Path: X-Original-To: ohmms-dev@mcc.uiuc.edu Delivered-To: ohmms-dev@mcc.uiuc.edu Received: from delos.mps.ohio-state.edu (delos.mps.ohio-state.edu [128.146.37.15]) by mcc0.mcc.uiuc.edu (Postfix) with ESMTP id 328FD2323E6 for ; Fri, 23 Jul 2004 14:35:36 -0500 (CDT) Received: from campbell.mps.ohio-state.edu (campbell.mps.ohio-state.edu [128.146.38.12]) by delos.mps.ohio-state.edu (8.12.11/8.12.11) with ESMTP id i6NJZZgf015147 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Fri, 23 Jul 2004 15:35:35 -0400 Date: Fri, 23 Jul 2004 15:35:35 -0400 (EDT) From: Kaden Hazzard X-X-Sender: hazzard@campbell.mps.ohio-state.edu To: Jeongnim Kim In-Reply-To: <5.1.0.14.2.20040723130548.029fadf8@pop.ncsa.uiuc.edu> Message-ID: References: <5.1.0.14.2.20040723130548.029fadf8@pop.ncsa.uiuc.edu> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII X-Mailman-Approved-At: Fri, 23 Jul 2004 14:41:03 -0500 Cc: ohmms-dev@mcc.uiuc.edu Subject: [Ohmms-dev] Re: sprng on local linuces X-BeenThere: ohmms-dev@mcc.uiuc.edu X-Mailman-Version: 2.1.3 Precedence: list List-Id: ohmms dev List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 23 Jul 2004 19:35:36 -0000 Jeongnim, I have tried several variations on this theme: in the makefile, at the end of the configure command, etc.. No luck, even though -lsprng is there in many ways. Can you have a look at what I'm doing? /oahu/disk2/hazzard/inter/Ohmms-v2.4.0.DuTest2/linuxkadenbin Cheers, ~Kaden Office phone: (614) 292-2887 On Fri, 23 Jul 2004, Jeongnim Kim wrote: > It is correct. Something is not working with sprng. Even though autoconfig > finds it, it does not link it correctly. Using sprng is the hardest one and > I have not fully autoconfig-ed or cmake-ed it. > > A practical fix: > add -lsprng to LIBS in src/OhmmsApp/Makefile > or > > you can have LIBS="-lsprng" with the configuration. It is supposed to append. > > Will find a better fix soon. From jnkim@ncsa.uiuc.edu Fri Jul 23 15:37:21 2004 Return-Path: X-Original-To: ohmms-dev@mcc.uiuc.edu Delivered-To: ohmms-dev@mcc.uiuc.edu Received: from mail.ncsa.uiuc.edu (mail.ncsa.uiuc.edu [141.142.2.28]) by mcc0.mcc.uiuc.edu (Postfix) with ESMTP id A21482327D9 for ; Fri, 23 Jul 2004 15:37:21 -0500 (CDT) X-Envelope-From: jnkim@ncsa.uiuc.edu X-Envelope-To: Received: from ohmms.ncsa.uiuc.edu (ohmms.mcc.uiuc.edu [130.126.101.215]) by mail.ncsa.uiuc.edu (8.11.7/8.11.7) with ESMTP id i6NKbHc17939 for ; Fri, 23 Jul 2004 15:37:20 -0500 Message-Id: <5.1.0.14.2.20040723152829.00ac14a0@pop.ncsa.uiuc.edu> X-Sender: jnkim@pop.ncsa.uiuc.edu (Unverified) X-Mailer: QUALCOMM Windows Eudora Version 5.1 Date: Fri, 23 Jul 2004 15:37:18 -0500 To: ohmms-dev@mcc.uiuc.edu From: Jeongnim Kim Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii"; format=flowed X-NCSA-MailScanner-Information: Please contact the help@ncsa.uiuc.edu for more information X-NCSA-MailScanner: Found to be clean Subject: [Ohmms-dev] tips for configure X-BeenThere: ohmms-dev@mcc.uiuc.edu X-Mailman-Version: 2.1.3 Precedence: list List-Id: ohmms dev List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 23 Jul 2004 20:37:22 -0000 I found out a very simple trick after many trials and errors with numerous libraries. This applies to any package that uses autoconf/automake. You can always set the values like LIBS CXXFLAGS to by-pass potential problems during configure. A typical problem is with sprng/hdf5 installed in the standard directories: /usr/local/include and /usr/local/lib (don't know why but I'm also very new with autoconf/automake). For example, this will get you somewhere: configure --with-cxx=gcc LIBS="-lsprng -lgmp" Best wishes, Jeongnim Kim --------------------------------------------------------------- Jeongnim Kim e-mail: jnkim@uiuc.edu NCSA Tel: 217-244-6319 (NCSA) Beckman Institute 217-244-4971 (MCC) 405 N Mathews Av. Fax: 217-244-2909 Urbana, IL 61801 --------------------------------------------------------------- From jnkim@ncsa.uiuc.edu Mon Jul 26 18:17:27 2004 Return-Path: X-Original-To: ohmms-dev@mcc.uiuc.edu Delivered-To: ohmms-dev@mcc.uiuc.edu Received: from mail.ncsa.uiuc.edu (mail.ncsa.uiuc.edu [141.142.2.28]) by mcc0.mcc.uiuc.edu (Postfix) with ESMTP id 3AA11234F18 for ; Mon, 26 Jul 2004 18:17:27 -0500 (CDT) X-Envelope-From: jnkim@ncsa.uiuc.edu Received: from ohmms.ncsa.uiuc.edu (ohmms.mcc.uiuc.edu [130.126.101.215]) by mail.ncsa.uiuc.edu (8.11.7/8.11.7) with ESMTP id i6QNHNc08717; Mon, 26 Jul 2004 18:17:25 -0500 Message-Id: <5.1.0.14.2.20040726181406.02b824d0@pop.ncsa.uiuc.edu> X-Sender: jnkim@pop.ncsa.uiuc.edu (Unverified) X-Mailer: QUALCOMM Windows Eudora Version 5.1 Date: Mon, 26 Jul 2004 18:17:24 -0500 To: ohmms-dev@mcc.uiuc.edu From: Jeongnim Kim Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii"; format=flowed X-NCSA-MailScanner-Information: Please contact the help@ncsa.uiuc.edu for more information X-NCSA-MailScanner: Found to be clean Cc: gregory Bauer Subject: [Ohmms-dev] core package X-BeenThere: ohmms-dev@mcc.uiuc.edu X-Mailman-Version: 2.1.3 Precedence: list List-Id: ohmms dev List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 26 Jul 2004 23:17:27 -0000 Hi All, I have made a package called ohmmscore which contains only the base classes. It is used for abstraction penalty timing analysis and I plan to add more test codes. If you are interested in, check out http://www.mcc.uiuc.edu/ohmms/others/ohmmscore.html Best wishes, Jeongnim Kim --------------------------------------------------------------- Jeongnim Kim e-mail: jnkim@uiuc.edu NCSA Tel: 217-244-6319 (NCSA) Beckman Institute 217-244-4971 (MCC) 405 N Mathews Av. Fax: 217-244-2909 Urbana, IL 61801 --------------------------------------------------------------- From jnkim@ncsa.uiuc.edu Tue Aug 3 09:01:45 2004 Return-Path: X-Original-To: ohmms-dev@mcc.uiuc.edu Delivered-To: ohmms-dev@mcc.uiuc.edu Received: from mail.ncsa.uiuc.edu (mail.ncsa.uiuc.edu [141.142.2.28]) by mcc0.mcc.uiuc.edu (Postfix) with ESMTP id B928223ED17 for ; Tue, 3 Aug 2004 09:01:44 -0500 (CDT) X-Envelope-From: jnkim@ncsa.uiuc.edu X-Envelope-To: Received: from ohmms.ncsa.uiuc.edu (ohmms.mcc.uiuc.edu [130.126.101.215]) by mail.ncsa.uiuc.edu (8.11.7/8.11.7) with ESMTP id i73E1hK20580 for ; Tue, 3 Aug 2004 09:01:43 -0500 Message-Id: <5.1.0.14.2.20040803084711.023ce168@pop.ncsa.uiuc.edu> X-Sender: jnkim@pop.ncsa.uiuc.edu (Unverified) X-Mailer: QUALCOMM Windows Eudora Version 5.1 Date: Tue, 03 Aug 2004 09:01:41 -0500 To: ohmms-dev@mcc.uiuc.edu From: Jeongnim Kim Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii"; format=flowed X-NCSA-MailScanner-Information: Please contact the help@ncsa.uiuc.edu for more information X-NCSA-MailScanner: Found to be clean Subject: [Ohmms-dev] cvs update: fixes related to autoconf and cmake X-BeenThere: ohmms-dev@mcc.uiuc.edu X-Mailman-Version: 2.1.3 Precedence: list List-Id: ohmms dev List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 03 Aug 2004 14:01:45 -0000 cvs update include: i) FreeEnergyMC by Hazzard and Welch. This package is excluded from public distributions. ii) Breaking up Particle/ParticleSet.cpp. This was done to speed up compilations on IBM clusters. iii) --with-hdf5=DIR --with-hdf5-libs to configure HDF5 library. iv) --with-sprng=DIR --with-sprng-libs to configure sprng library v) cmake update: cmake is a preferred way to configure ohmms on IBM clusters. Many GNU tools are either broken or outdated. Best wishes, Jeongnim Kim --------------------------------------------------------------- Jeongnim Kim e-mail: jnkim@uiuc.edu NCSA Tel: 217-244-6319 (NCSA) Beckman Institute 217-244-4971 (MCC) 405 N Mathews Av. Fax: 217-244-2909 Urbana, IL 61801 --------------------------------------------------------------- From jnkim@ncsa.uiuc.edu Thu Aug 12 14:26:27 2004 Return-Path: X-Original-To: ohmms-dev@mcc.uiuc.edu Delivered-To: ohmms-dev@mcc.uiuc.edu Received: from mail.ncsa.uiuc.edu (mail.ncsa.uiuc.edu [141.142.2.28]) by mcc0.mcc.uiuc.edu (Postfix) with ESMTP id 1ECF4250B22 for ; Thu, 12 Aug 2004 14:26:27 -0500 (CDT) X-Envelope-From: jnkim@ncsa.uiuc.edu X-Envelope-To: Received: from ohmms.ncsa.uiuc.edu (ohmms.mcc.uiuc.edu [130.126.101.215]) by mail.ncsa.uiuc.edu (8.11.7/8.11.7) with ESMTP id i7CJQNK08275 for ; Thu, 12 Aug 2004 14:26:25 -0500 Message-Id: <5.1.0.14.2.20040812142350.02a52aa0@pop.ncsa.uiuc.edu> X-Sender: jnkim@pop.ncsa.uiuc.edu (Unverified) X-Mailer: QUALCOMM Windows Eudora Version 5.1 Date: Thu, 12 Aug 2004 14:26:23 -0500 To: ohmms-dev@mcc.uiuc.edu From: Jeongnim Kim Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii"; format=flowed X-NCSA-MailScanner-Information: Please contact the help@ncsa.uiuc.edu for more information X-NCSA-MailScanner: Found to be clean Subject: [Ohmms-dev] daily snapshot is available X-BeenThere: ohmms-dev@mcc.uiuc.edu X-Mailman-Version: 2.1.3 Precedence: list List-Id: ohmms dev List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 12 Aug 2004 19:26:27 -0000 Find Ohmms-v0.2.4-daily-20040812.tgz at http://www.mcc.uiuc.edu/ohmms/sw/archive.html It contains the changes due to removal of IonID from ParticleBase. A more neutral name GroupID is used for the codes and all the changes are made accordingly. Best wishes, Jeongnim Kim --------------------------------------------------------------- Jeongnim Kim e-mail: jnkim@uiuc.edu NCSA Tel: 217-244-6319 (NCSA) Beckman Institute 217-244-4971 (MCC) 405 N Mathews Av. Fax: 217-244-2909 Urbana, IL 61801 --------------------------------------------------------------- From rhennig@pacific.mps.ohio-state.edu Tue Nov 9 13:45:37 2004 Return-Path: X-Original-To: Ohmms-dev@mcc.uiuc.edu Delivered-To: Ohmms-dev@mcc.uiuc.edu Received: from delos.mps.ohio-state.edu (delos.mps.ohio-state.edu [128.146.37.15]) by mcc0.mcc.uiuc.edu (Postfix) with ESMTP id 827952EC7D1 for ; Tue, 9 Nov 2004 13:45:36 -0600 (CST) Received: from timor (timor.mps.ohio-state.edu [128.146.37.89]) by delos.mps.ohio-state.edu (8.12.11/8.12.11) with ESMTP id iA9JjZUt021586 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO) for ; Tue, 9 Nov 2004 14:45:35 -0500 From: Richard Hennig To: Ohmms-dev@mcc.uiuc.edu Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII X-Mailman-Approved-At: Wed, 12 Jan 2005 17:49:11 -0600 Cc: Subject: [Ohmms-dev] question MD with Ohmms (fwd) X-BeenThere: ohmms-dev@mcc.uiuc.edu X-Mailman-Version: 2.1.3 Precedence: list List-Id: ohmms dev List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Date: Tue, 09 Nov 2004 19:45:37 -0000 X-Original-Date: Tue, 9 Nov 2004 14:45:35 -0500 (EST) X-List-Received-Date: Tue, 09 Nov 2004 19:45:37 -0000 ---------- Forwarded message ---------- Date: Tue, 9 Nov 2004 13:42:02 -0500 (EST) From: Du Yaojun To: rhennig@campbell.mps.ohio-state.edu Subject: question MD with Ohmms Hey Richard I run the MD with 2840 atom at /king/home/dyj/OHMMS/MD/I4c+36i /oahu/disk2/dyj/tvn.10.xml is the script /oahu/disk2/dyj/sample are the first 300 output. It seems that some of atoms blow away from the bulk. What shall I add in the script in order to keep every atom in the bulk? Thanks Yaojun From jnkim@ncsa.uiuc.edu Tue Jan 18 17:04:39 2005 Return-Path: X-Original-To: ohmms-dev@mcc.uiuc.edu Delivered-To: ohmms-dev@mcc.uiuc.edu Received: from mail.ncsa.uiuc.edu (mail.ncsa.uiuc.edu [141.142.2.28]) by mcc0.mcc.uiuc.edu (Postfix) with ESMTP id 511B236578D for ; Tue, 18 Jan 2005 17:04:39 -0600 (CST) X-Envelope-From: jnkim@ncsa.uiuc.edu X-Envelope-To: Received: from ohmms.ncsa.uiuc.edu (ohmms.mcc.uiuc.edu [130.126.101.215]) by mail.ncsa.uiuc.edu (8.11.7/8.11.7) with ESMTP id j0IN4bh29814 for ; Tue, 18 Jan 2005 17:04:37 -0600 Message-Id: <5.1.0.14.2.20050118152345.02ecd718@pop.ncsa.uiuc.edu> X-Sender: jnkim@pop.ncsa.uiuc.edu (Unverified) X-Mailer: QUALCOMM Windows Eudora Version 5.1 Date: Tue, 18 Jan 2005 17:04:40 -0600 To: ohmms-dev@mcc.uiuc.edu From: Jeongnim Kim Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii"; format=flowed X-NCSA-MailScanner-Information: Please contact the help@ncsa.uiuc.edu for more information X-NCSA-MailScanner: Found to be clean Subject: [Ohmms-dev] release of a new version X-BeenThere: ohmms-dev@mcc.uiuc.edu X-Mailman-Version: 2.1.3 Precedence: list List-Id: ohmms dev List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 18 Jan 2005 23:04:40 -0000 Hi all, i) I'm very close to release a revised version of the code. There isn't any change as far as "how-to-use" is concerned, i.e., the input files of the version 0.2.4 should work as they do with the old code. However, internal codes underwent significant changes: much cleaner and more efficient. And, renewal of OpenMP machines (32-way IBM and big SGI Altix) inspired me to improve the parallel performance. Anyway, if you are interested in testing the code, contact me. ii) wiki is available. http://www.mcc.uiuc.edu/cgi-bin/wiki/ohmms.pl There is nothing there yet but I think I will use wiki mainly instead of the mailing list. Anyone can edit the wiki. The main page has the link to the wiki. I would appreciate any suggestion or comment. Best wishes, Jeongnim Kim --------------------------------------------------------------- Jeongnim Kim e-mail: jnkim@uiuc.edu NCSA Tel: 217-244-6319 (NCSA) Beckman Institute 217-244-4971 (MCC) 405 N Mathews Av. Fax: 217-244-2909 Urbana, IL 61801 --------------------------------------------------------------- From gorse@mps.ohio-state.edu Tue Jan 18 17:33:08 2005 Return-Path: X-Original-To: ohmms-dev@mcc.uiuc.edu Delivered-To: ohmms-dev@mcc.uiuc.edu Received: from ms-smtp-02-eri0.ohiordc.rr.com (ms-smtp-02-smtplb.ohiordc.rr.com [65.24.5.136]) by mcc0.mcc.uiuc.edu (Postfix) with ESMTP id 75D13365818 for ; Tue, 18 Jan 2005 17:33:08 -0600 (CST) Received: from [65.24.125.55] (dhcp065-024-125-055.columbus.rr.com [65.24.125.55]) by ms-smtp-02-eri0.ohiordc.rr.com (8.12.10/8.12.7) with ESMTP id j0INX5Jl026224; Tue, 18 Jan 2005 18:33:06 -0500 (EST) In-Reply-To: <5.1.0.14.2.20050118152345.02ecd718@pop.ncsa.uiuc.edu> References: <5.1.0.14.2.20050118152345.02ecd718@pop.ncsa.uiuc.edu> Mime-Version: 1.0 (Apple Message framework v619) Content-Type: text/plain; charset=US-ASCII; format=flowed Message-Id: <4EA98E8D-69A9-11D9-AECD-000A95A74346@mps.ohio-state.edu> Content-Transfer-Encoding: 7bit From: Joseph Gorse Subject: Re: [Ohmms-dev] release of a new version Date: Tue, 18 Jan 2005 18:33:07 -0500 To: Jeongnim Kim X-Mailer: Apple Mail (2.619) X-Virus-Scanned: Symantec AntiVirus Scan Engine Cc: ohmms-dev@mcc.uiuc.edu X-BeenThere: ohmms-dev@mcc.uiuc.edu X-Mailman-Version: 2.1.3 Precedence: list List-Id: ohmms dev List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 18 Jan 2005 23:33:09 -0000 I am willing to run some quick tests on my DP 2 GHz G5. =) Cheers, Joe On Jan 18, 2005, at 6:04 PM, Jeongnim Kim wrote: > Hi all, > > i) I'm very close to release a revised version of the code. > There isn't any change as far as "how-to-use" is concerned, i.e., the > input files of the version 0.2.4 should work as they do with the old > code. > > However, internal codes underwent significant changes: much cleaner > and more efficient. And, renewal of OpenMP machines (32-way IBM and > big SGI Altix) inspired me to improve the parallel performance. > > Anyway, if you are interested in testing the code, contact me. > > ii) wiki is available. http://www.mcc.uiuc.edu/cgi-bin/wiki/ohmms.pl > > There is nothing there yet but I think I will use wiki mainly instead > of the mailing list. Anyone can edit the wiki. The main page has the > link to the wiki. > > I would appreciate any suggestion or comment. > > > Best wishes, > Jeongnim Kim > > --------------------------------------------------------------- > Jeongnim Kim e-mail: jnkim@uiuc.edu > NCSA Tel: 217-244-6319 (NCSA) > Beckman Institute 217-244-4971 (MCC) > 405 N Mathews Av. Fax: 217-244-2909 > Urbana, IL 61801 > --------------------------------------------------------------- > > _______________________________________________ > Ohmms-dev mailing list > Ohmms-dev@mcc.uiuc.edu > http://mcc0.mcc.uiuc.edu/mailman/listinfo/ohmms-dev > From DRichie@HPTI.com Thu Jan 20 12:10:49 2005 Return-Path: X-Original-To: ohmms-dev@mcc.uiuc.edu Delivered-To: ohmms-dev@mcc.uiuc.edu Received: from hptimail01.HPTI.COM (unknown [65.210.78.197]) by mcc0.mcc.uiuc.edu (Postfix) with ESMTP id 35B763683EF for ; Thu, 20 Jan 2005 12:10:48 -0600 (CST) X-MimeOLE: Produced By Microsoft Exchange V6.5.6944.0 Content-class: urn:content-classes:message MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="----_=_NextPart_001_01C4FF1B.7DDBD0DC" Subject: RE: [Ohmms-dev] release of a new version Date: Thu, 20 Jan 2005 13:11:41 -0500 Message-ID: X-MS-Has-Attach: X-MS-TNEF-Correlator: Thread-Topic: [Ohmms-dev] release of a new version Thread-Index: AcT9sjo5ctMD4gfUQJCd4HfREvJ9pwBaGHvQ From: "Richie, David" To: "Jeongnim Kim" , Cc: X-BeenThere: ohmms-dev@mcc.uiuc.edu X-Mailman-Version: 2.1.3 Precedence: list List-Id: ohmms dev List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 20 Jan 2005 18:10:50 -0000 This is a multi-part message in MIME format. ------_=_NextPart_001_01C4FF1B.7DDBD0DC Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable i strongly support use of wiki (which says a lot since i am generally = cynical about such things). =20 once you get going with it, it would be good to have a quick start link = to help people figure out how to use it. usually there are 4 or 5 basic things people = need to know. however, general documentation will cover 10,000 other topics, leading = to confusion. =20 one thing i would like to know is how i could easily spawn a wiki page = from the main one. as an example, you, Joe and i are trying to do something with = StormRT. how could i create a page and post the response i sent in an email awhile = back? that would be really valuable to be able to do. the page would have become the = ongoing discussion and facts pertaining to what we are working through. =20 this is much better way to collaborate than email. =20 -david ________________________________ From: ohmms-dev-bounces@mcc.uiuc.edu on behalf of Jeongnim Kim Sent: Tue 1/18/2005 6:04 PM To: ohmms-dev@mcc.uiuc.edu Subject: [Ohmms-dev] release of a new version Hi all, i) I'm very close to release a revised version of the code. There isn't any change as far as "how-to-use" is concerned, i.e., the = input files of the version 0.2.4 should work as they do with the old code. However, internal codes underwent significant changes: much cleaner and more efficient. And, renewal of OpenMP machines (32-way IBM and big SGI Altix) inspired me to improve the parallel performance. Anyway, if you are interested in testing the code, contact me. ii) wiki is available. http://www.mcc.uiuc.edu/cgi-bin/wiki/ohmms.pl There is nothing there yet but I think I will use wiki mainly instead of the mailing list. Anyone can edit the wiki. The main page has the link = to the wiki. I would appreciate any suggestion or comment. Best wishes, Jeongnim Kim --------------------------------------------------------------- Jeongnim Kim e-mail: jnkim@uiuc.edu NCSA Tel: 217-244-6319 (NCSA) Beckman Institute 217-244-4971 (MCC) 405 N Mathews Av. Fax: 217-244-2909 Urbana, IL 61801 --------------------------------------------------------------- _______________________________________________ Ohmms-dev mailing list Ohmms-dev@mcc.uiuc.edu http://mcc0.mcc.uiuc.edu/mailman/listinfo/ohmms-dev ------_=_NextPart_001_01C4FF1B.7DDBD0DC Content-Type: text/html; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable =0A= =0A= =0A= =0A= =0A= =0A= [Ohmms-dev] release of a new version=0A= =0A= =0A=
=0A=
i strongly = support use of =0A= wiki (which says a lot since i am generally cynical about such =0A= things).
=0A=
 
=0A=
once you get going with it, = it would be =0A= good to have a quick start link to help people
=0A=
figure out how to use = it.  usually =0A= there are 4 or 5 basic things people need to know.
=0A=
however, general = documentation will cover =0A= 10,000 other topics, leading to confusion.
=0A=
 
=0A=
one thing i would like to = know is how i =0A= could easily spawn a wiki page from the main
=0A=
one.  as an example, = you, Joe and i =0A= are trying to do something with StormRT.  how
=0A=
could i create a page and = post the response =0A= i sent in an email awhile back?  that would
=0A=
be really valuable to be able = to do.  =0A= the page would have become the ongoing discussion
=0A=
and facts pertaining to what = we are working =0A= through.
=0A=
 
=0A=
this is much better way to = collaborate than =0A= email.
=0A=
 
=0A=
-david
=0A=

=0A=
=0A= From: ohmms-dev-bounces@mcc.uiuc.edu = on behalf =0A= of Jeongnim Kim
Sent: Tue 1/18/2005 6:04 PM
To: =0A= ohmms-dev@mcc.uiuc.edu
Subject: [Ohmms-dev] release of a new =0A= version

=0A=
=0A=

Hi all,

i) I'm very close to release a revised = version of =0A= the code.
There isn't any change as far as "how-to-use" is concerned, = i.e., =0A= the input
files of the version 0.2.4 should work as they do with the = old =0A= code.

However, internal codes underwent significant changes: much = cleaner =0A= and
more efficient. And, renewal of OpenMP machines (32-way IBM and = big =0A= SGI
Altix) inspired me to improve the parallel = performance.

Anyway, if =0A= you are interested in testing the code, contact me.

ii) wiki is =0A= available. http://www.mcc.uiu= c.edu/cgi-bin/wiki/ohmms.pl

There =0A= is nothing there yet but I think I will use wiki mainly instead = of
the =0A= mailing list. Anyone can edit the wiki.  The main page has the link =0A= to
the wiki.

I would appreciate any suggestion or =0A= comment.


Best wishes,
Jeongnim =0A= Kim

--------------------------------------------------------------= -
Jeongnim =0A= Kim           &nbs= p;            = ;   =0A= e-mail: =0A= jnkim@uiuc.edu
NCSA        &nb= sp;           &nbs= p;            = ;  =0A= Tel: 217-244-6319 (NCSA)
Beckman =0A= Institute          &nbs= p;            = ;    =0A= 217-244-4971 (MCC)
405 N Mathews =0A= Av.           &nbs= p;          =0A= Fax: 217-244-2909
Urbana, IL =0A= 61801
---------------------------------------------------------------<= BR>
_______________________________________________
Ohmms-dev =0A= mailing list
Ohmms-dev@mcc.uiuc.edu
http://mcc0.= mcc.uiuc.edu/mailman/listinfo/ohmms-dev

=0A= =0A= =0A= ------_=_NextPart_001_01C4FF1B.7DDBD0DC-- From gorse@mps.ohio-state.edu Thu Jan 20 19:03:14 2005 Return-Path: X-Original-To: ohmms-dev@mcc.uiuc.edu Delivered-To: ohmms-dev@mcc.uiuc.edu Received: from ms-smtp-01-eri0.ohiordc.rr.com (ms-smtp-01-smtplb.ohiordc.rr.com [65.24.5.135]) by mcc0.mcc.uiuc.edu (Postfix) with ESMTP id 3A58A368C57 for ; Thu, 20 Jan 2005 19:03:14 -0600 (CST) Received: from [65.24.125.55] (dhcp065-024-125-055.columbus.rr.com [65.24.125.55]) by ms-smtp-01-eri0.ohiordc.rr.com (8.12.10/8.12.7) with ESMTP id j0L13Blv023258; Thu, 20 Jan 2005 20:03:11 -0500 (EST) In-Reply-To: References: Mime-Version: 1.0 (Apple Message framework v619) Content-Type: text/plain; charset=ISO-8859-1; format=flowed Message-Id: <3791C54E-6B48-11D9-B729-000A95A74346@mps.ohio-state.edu> Content-Transfer-Encoding: quoted-printable From: Joseph Gorse Subject: Re: [Ohmms-dev] release of a new version Date: Thu, 20 Jan 2005 20:03:09 -0500 To: "Richie, David" X-Mailer: Apple Mail (2.619) X-Virus-Scanned: Symantec AntiVirus Scan Engine Cc: ohmms-dev@mcc.uiuc.edu X-BeenThere: ohmms-dev@mcc.uiuc.edu X-Mailman-Version: 2.1.3 Precedence: list List-Id: ohmms dev List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 21 Jan 2005 01:03:14 -0000 Forums are good for that, too. Though the wiki will serve the same=20 purpose, I supposed. To some extent, I did that with the Wilkins twiki, but I have drifted=20 toward laziness and haven't kept up with the editing and posting of=20 emails. Perhaps with collaboration it will be less tedious. =3D) Cheers, Joe On Jan 20, 2005, at 1:11 PM, Richie, David wrote: > i strongly support use of wiki (which says a lot since i am generally=20= > cynical about such things). > =A0 > once you get going with it, it would be good to have a quick start=20 > link to help people > figure out how to use it.=A0 usually there are 4 or 5 basic things=20 > people need to know. > however, general documentation will cover 10,000 other topics, leading=20= > to confusion. > =A0 > one thing i would like to know is how i could easily spawn a wiki page=20= > from the main > one.=A0 as an example, you, Joe and i are trying to do something with=20= > StormRT.=A0 how > could i create a page and post the response i sent in an email awhile=20= > back?=A0 that would > be really valuable to be able to do.=A0 the page would have become the=20= > ongoing discussion > and facts pertaining to what we are working through. > =A0 > this is much better way to collaborate than email. > =A0 > -david > > > From: ohmms-dev-bounces@mcc.uiuc.edu on behalf of Jeongnim Kim > Sent: Tue 1/18/2005 6:04 PM > To: ohmms-dev@mcc.uiuc.edu > Subject: [Ohmms-dev] release of a new version > > > Hi all, > > i) I'm very close to release a revised version of the code. > There isn't any change as far as "how-to-use" is concerned, i.e., the=20= > input > files of the version 0.2.4 should work as they do with the old code. > > However, internal codes underwent significant changes: much cleaner = and > more efficient. And, renewal of OpenMP machines (32-way IBM and big = SGI > Altix) inspired me to improve the parallel performance. > > Anyway, if you are interested in testing the code, contact me. > > ii) wiki is available. http://www.mcc.uiuc.edu/cgi-bin/wiki/ohmms.pl > > There is nothing there yet but I think I will use wiki mainly instead=20= > of > the mailing list. Anyone can edit the wiki.=A0 The main page has the=20= > link to > the wiki. > > I would appreciate any suggestion or comment. > > > Best wishes, > Jeongnim Kim > > --------------------------------------------------------------- > Jeongnim Kim=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0= =A0=A0=A0=A0=A0=A0 e-mail: jnkim@uiuc.edu > NCSA=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0= =A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0 Tel: 217-244-6319 (NCSA) > Beckman Institute=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0= =A0=A0=A0=A0=A0=A0=A0 217-244-4971 (MCC) > 405 N Mathews Av.=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0= =A0=A0 Fax: 217-244-2909 > Urbana, IL 61801 > --------------------------------------------------------------- > > _______________________________________________ > Ohmms-dev mailing list > Ohmms-dev@mcc.uiuc.edu > http://mcc0.mcc.uiuc.edu/mailman/listinfo/ohmms-dev > _______________________________________________ > Ohmms-dev mailing list > Ohmms-dev@mcc.uiuc.edu > http://mcc0.mcc.uiuc.edu/mailman/listinfo/ohmms-dev