Changeset 45bb293


Ignore:
Timestamp:
05/02/19 12:26:04 (5 years ago)
Author:
Thomas Uram <turam@…>
Branches:
pympi
Children:
7889dc4
Parents:
d409b8c
git-author:
Thomas Uram <turam@…> (05/02/19 12:26:04)
git-committer:
Thomas Uram <turam@…> (05/02/19 12:26:04)
Message:

import from mpi

File:
1 edited

Legend:

Unmodified
Added
Removed
  • python/genericio.py

    r33686f4 r45bb293  
    4545#Define where the library is and load it 
    4646_path = os.path.dirname(__file__) 
    47 libpygio = ct.CDLL(_path + '/../frontend/libpygio.so') 
     47libpygio = ct.CDLL(_path + '/../mpi/libpygio.so') 
    4848#we need to define the return type ("restype") and 
    4949#the argument types 
Note: See TracChangeset for help on using the changeset viewer.