File tree Expand file tree Collapse file tree 7 files changed +11
-9
lines changed Expand file tree Collapse file tree 7 files changed +11
-9
lines changed Original file line number Diff line number Diff line change @@ -6,6 +6,6 @@ dependencies:
66- mpich =4.2.3
77- numpy =1.26.4
88- mpi4py =4.0.1
9- - executorlib =1.0 .1
9+ - executorlib =1.1 .1
1010- ase =3.25.0
1111- scipy =1.15.2
Original file line number Diff line number Diff line change @@ -5,6 +5,6 @@ dependencies:
55- openmpi
66- numpy =1.23.5
77- mpi4py =3.1.4
8- - executorlib =0 .1.0
8+ - executorlib =1 .1.0
99- ase =3.23.0
1010- scipy =1.9.3
Original file line number Diff line number Diff line change @@ -6,6 +6,6 @@ dependencies:
66- openmpi =5.0.5
77- numpy =1.26.4
88- mpi4py =4.0.1
9- - executorlib =1.0 .1
9+ - executorlib =1.1 .1
1010- ase =3.25.0
1111- scipy =1.15.2
Original file line number Diff line number Diff line change 55from ctypes import c_double , c_int
66
77import numpy as np
8- from executorlib .standalone . interactive . communication import (
8+ from executorlib .standalone import (
99 interface_connect ,
1010 interface_receive ,
1111 interface_send ,
Original file line number Diff line number Diff line change 88from threading import Thread
99from typing import Any , Optional
1010
11- from executorlib .standalone .interactive .communication import interface_bootup
12- from executorlib .standalone .interactive .spawner import MpiExecSpawner
13- from executorlib .standalone .queue import cancel_items_in_queue
11+ from executorlib .standalone import (
12+ MpiExecSpawner ,
13+ cancel_items_in_queue ,
14+ interface_bootup ,
15+ )
1416
1517__author__ = "Sarath Menon, Jan Janssen"
1618__copyright__ = (
Original file line number Diff line number Diff line change @@ -25,7 +25,7 @@ classifiers = [
2525]
2626dependencies = [
2727 " mpi4py==4.0.1" ,
28- " executorlib==1.0 .1" ,
28+ " executorlib==1.1 .1" ,
2929 " numpy==1.26.4" ,
3030]
3131dynamic = [" version" ]
Original file line number Diff line number Diff line change 22
33from ase .build import bulk
44from executorlib import SingleNodeExecutor
5- from executorlib .standalone . serialize import cloudpickle_register
5+ from executorlib .standalone import cloudpickle_register
66
77from pylammpsmpi import LammpsASELibrary
88
You can’t perform that action at this time.
0 commit comments