Account Options

  1. Sign in
The old Google Groups will be going away soon.
Switch to the new Google Groups.
Google Groups Home
« Groups Home
linear solver Subroutine for sparse matrices in DBCSR format
There are currently too many topics in this group that display first. To make this topic appear first, remove this option from another topic.
There was an error processing your request. Please try again.
flag
  2 messages - Collapse all  -  Translate all to Translated (View all originals)
The group you are posting to is a Usenet group. Messages posted to this group will make your email address visible to anyone on the Internet.
Your reply message has not been sent.
Your post was successful
 
From:
To:
Cc:
Followup To:
Add Cc | Add Followup-to | Edit Subject
Subject:
Validation:
For verification purposes please type the characters you see in the picture below or the numbers you hear by clicking the accessibility icon. Listen and type the numbers you hear
 
Hanning Chen  
View profile  
 More options Jan 23, 6:22 pm
From: Hanning Chen <chenhann...@gmail.com>
Date: Mon, 23 Jan 2012 17:22:52 -0600
Local: Mon, Jan 23 2012 6:22 pm
Subject: linear solver Subroutine for sparse matrices in DBCSR format

Dear CP2K Developers,

  I am wondering if CP2K has an interface subroutine for sparse matrices in
DBCSR format to solve the linear equations:

                   A*B=C

where A and C are given DBCSR matrices.

For full matrices in cp_fm_type format, the subroutine "cp_fm_solve" in
module cp_fm_basic_linalg seems working. However, my matrices of A and C
are fairly large and the transformation between DBCSR and FULL formats
would be very time-consuming. So, I am looking for an alternative way to
solve the linear equations without fully expanding those large sparse
matrices.

  Any help is greatly appreciated. Thank you very much.

Hanning


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
hut...@pci.uzh.ch  
View profile  
 More options Jan 24, 3:54 am
From: hut...@pci.uzh.ch
Date: Tue, 24 Jan 2012 09:54:52 +0100
Local: Tues, Jan 24 2012 3:54 am
Subject: Re: [CP2K:3710] linear solver Subroutine for sparse matrices in DBCSR format
Hi

there is no such routine available. There are many possible
algorithms available to solve large sparse linear systems.
The optimal one depends strongly on the structure of your
matrix.

regards

Juerg Hutter

--------------------------------------------------------------
Juerg Hutter                         Phone : ++41 44 635 4491
Physical Chemistry Institute   FAX   : ++41 44 635 6838
University of Zurich               E-mail:  hut...@pci.uzh.ch
Winterthurerstrasse 190
CH-8057 Zurich, Switzerland
---------------------------------------------------------------

-----cp2k@googlegroups.com wrote: -----

To: cp2k@googlegroups.com
From: Hanning Chen
Sent by: cp2k@googlegroups.com
Date: 01/24/2012 12:23AM
Subject: [CP2K:3710] linear solver Subroutine for sparse matrices in DBCSR format

Dear CP2K Developers,

  I am wondering if CP2K has an interface subroutine for sparse matrices in DBCSR format to solve the linear equations:

                   A*B=C

where A and C are given DBCSR matrices.

For full matrices in cp_fm_type format, the subroutine "cp_fm_solve" in module cp_fm_basic_linalg seems working. However, my matrices of A and C are fairly large and the transformation between DBCSR and FULL formats would be very time-consuming. So, I am looking for an alternative way to solve the linear equations without fully expanding those large sparse matrices.

  Any help is greatly appreciated. Thank you very much.

Hanning

  --
 You received this message because you are subscribed to the Google Groups "cp2k" group.
 To post to this group, send email to cp2k@googlegroups.com.
 To unsubscribe from this group, send email to cp2k+unsubscribe@googlegroups.com.
  For more options, visit this group at http://groups.google.com/group/cp2k?hl=en.


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
End of messages
« Back to Discussions « Newer topic     Older topic »