- Timestamp:
- 05/02/19 12:26:04 (6 years ago)
- 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)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
python/genericio.py
r33686f4 r45bb293 45 45 #Define where the library is and load it 46 46 _path = os.path.dirname(__file__) 47 libpygio = ct.CDLL(_path + '/../ frontend/libpygio.so')47 libpygio = ct.CDLL(_path + '/../mpi/libpygio.so') 48 48 #we need to define the return type ("restype") and 49 49 #the argument types
Note: See TracChangeset
for help on using the changeset viewer.