git-svn-id: svn://svn.icms.temple.edu/lammps-ro/trunk@7710 f3b2605a-c512-4ea7-a41b-209d697bcdaa
This commit is contained in:
@ -33,8 +33,8 @@ class lammps:
|
|||||||
except:
|
except:
|
||||||
try:
|
try:
|
||||||
self.lib = CDLL("_lammps_serial.so")
|
self.lib = CDLL("_lammps_serial.so")
|
||||||
#except:
|
except:
|
||||||
# raise OSError,"Could not load LAMMPS dynamic library"
|
raise OSError,"Could not load LAMMPS dynamic library"
|
||||||
|
|
||||||
# create an instance of LAMMPS
|
# create an instance of LAMMPS
|
||||||
# don't know how to pass an MPI communicator from PyPar
|
# don't know how to pass an MPI communicator from PyPar
|
||||||
|
|||||||
Reference in New Issue
Block a user