Skip to Content.
Sympa Menu

charm - Re: [charm] Charm++ I/O

charm AT lists.siebelschool.illinois.edu

Subject: Charm++ parallel programming system

List archive

Re: [charm] Charm++ I/O


Chronological Thread 
  • From: Ronak Buch <rabuch2 AT illinois.edu>
  • To: Malcolm Davis Steele <malcolm.dast AT gmail.com>
  • Cc: "charm AT lists.cs.illinois.edu" <charm AT lists.cs.illinois.edu>
  • Subject: Re: [charm] Charm++ I/O
  • Date: Wed, 14 Mar 2018 14:51:41 -0500

Hi Malcolm,

We do have a facility to use parallel I/O in Charm++ called CkIO. Currently it only supports writing files, since that's what our main use cases were, but we can add the ability to read files in parallel, too (we were planning on doing so, it's just low priority for us right now).

To see how to use it, please look at tests/charm++/io in the Charm++ directory (you can also look at src/libs/ck-libs/io/ckio.h, which is well documented).

It would help to get some more information on what exactly you want and what your use case is, too.

Thanks,
Ronak

On Mon, Mar 12, 2018 at 7:09 PM, Malcolm Davis Steele <malcolm.dast AT gmail.com> wrote:
Hello,

My name is Malcolm Davis from Costa Rica and I'm currently working on a project that attempts to port some old MPI code to Charm++. Anyone know about a library or some workaround to do parallel I/O on the same file? Something like the https://www.mpich.org/static/docs/v3.1/www3/MPI_File_read_at.html.

Thanks in advance,
Malcolm Davis
--
photo
Malcolm Davis Steele
Computer Engr. StudentCosta Rica Institute of Technology
HPC Research Assistant, CeNAT Costa Rica



  • [charm] Charm++ I/O, Malcolm Davis Steele, 03/12/2018
    • <Possible follow-up(s)>
    • Re: [charm] Charm++ I/O, Ronak Buch, 03/14/2018

Archive powered by MHonArc 2.6.19.

Top of Page