Scioto

From HPCRL Wiki
(Difference between revisions)
Jump to: navigation, search
Line 2: Line 2:
  
 
Scioto depends on both [http://www.emsl.pnl.gov/docs/parsoft/armci/ ARMCI] and MPI.  Detailed installation instructions are included in the README file.
 
Scioto depends on both [http://www.emsl.pnl.gov/docs/parsoft/armci/ ARMCI] and MPI.  Detailed installation instructions are included in the README file.
 
=== Installing on a Linux Desktop ===
 
 
Scioto is designed for use on distributed memory clusters but it is also possible to try it out on your desktop.  This can also be convenient for development and tends to work best on SMP and multicore systems.  Here's how I do it on my Ubuntu Linux laptop:
 
 
# Install MPI.  Under Ubuntu, MPICH for shared memory can be easily installed via:
 
## $ apt-get install mpich-shmem-bin
 
# Download [http://www.emsl.pnl.gov/docs/parsoft/armci/ ARMCI v1.3.]
 
# Compile ARMCI using your MPI distribution.  Here's how I do it (''note: if you are running a 64 bit OS, you should change the target to LINUX64 and the ARMCI_LIBS path to LINUX64''):
 
## $ tar xvzf armci-1-3.tgz
 
## $ cd armci-1-3
 
## $ make CC=mpicc TARGET=LINUX MSG_COMMS=MPI ARMCI_NETWORK=SOCKETS
 
# Compile Scioto:
 
## $ make CC=mpicc ARMCI_LIBS=~/src/armci-1-3/lib/LINUX/ ARMCI_INCLUDE=~/src/armci-1-3/src/
 
# Compile the Scioto examples:
 
## $ cd tc-examples
 
## $ make CC=mpicc ARMCI_LIBS=~/src/armci-1-3/lib/LINUX/ ARMCI_INCLUDE=~/src/armci-1-3/src/
 
# Try it out!  Using Ubuntu's MPICH:
 
## $ mpirun.mpich-shmem -n 2 ./test-task
 
  
 
== Acknowledgements ==
 
== Acknowledgements ==

Revision as of 01:00, 19 January 2009

Installing Scioto

Scioto depends on both ARMCI and MPI. Detailed installation instructions are included in the README file.

Acknowledgements

Current project members:

This research was supported in part by DOE grant #DE-FC02-06ER25755 and NSF grant #0403342.

Download

We are currently providing early development snapshots for download. Please contact Jim Dinan (dinan at cse.ohio-state.edu) if you have questions or comments regarding Scioto.

  • Dev Snapshot, 01-18-2009 [1]
  • Dev Snapshot, 09-13-2008 [2]
  • Dev Snapshot, 09-10-2008 [3]
Personal tools