diff --git a/install/find_mpi.py b/install/find_mpi.py deleted file mode 100644 index 3749fd351..000000000 --- a/install/find_mpi.py +++ /dev/null @@ -1,33 +0,0 @@ -import os - -import mpi4py -from mpi4py import MPI -from pathlib import Path - -path = Path(mpi4py.__path__[0]) -print("\nmpi4py path found is:", path) - -configfile = path / "mpi.cfg" -print("\nShowing config file: ", configfile, "\n") - -with open(configfile, "r") as confile_handle: - print(confile_handle.read()) - -with open(configfile, "r") as infile: - for line in infile: - if line.startswith("mpicc ="): - mpi4py_mpicc = line[8:-1] - cmd_line = str(mpi4py_mpicc) + " -v" - print(cmd_line, ":\n") - os.system(cmd_line) - break - -size = MPI.COMM_WORLD.Get_size() -rank = MPI.COMM_WORLD.Get_rank() -name = MPI.Get_processor_name() - -assert size == 1 -assert rank == 0 -assert len(name) - -print("Passed") diff --git a/install/gen_deps_environment.yml b/install/gen_deps_environment.yml deleted file mode 100644 index 50b88b6b5..000000000 --- a/install/gen_deps_environment.yml +++ /dev/null @@ -1,17 +0,0 @@ -name: condaenv - -channels: - - conda-forge - -dependencies: - - pip - - numpy>=2 - - scipy - - superlu_dist - - hypre - - mumps-mpi - - DFO-LS - - mpmath - - ax-platform==0.5.0 - - petsc - - petsc4py diff --git a/install/misc_feature_requirements.txt b/install/misc_feature_requirements.txt deleted file mode 100644 index 29adc6689..000000000 --- a/install/misc_feature_requirements.txt +++ /dev/null @@ -1 +0,0 @@ -globus-compute-sdk==4.9.0 diff --git a/install/testing_requirements.txt b/install/testing_requirements.txt deleted file mode 100644 index 281619ac2..000000000 --- a/install/testing_requirements.txt +++ /dev/null @@ -1,11 +0,0 @@ -flake8==7.3.0 -coverage>=7.5 -pytest==9.0.2 -pytest-cov==7.1.0 -pytest-timeout==2.4.0 -mock==5.2.0 -python-dateutil==2.9.0.post0 -anyio==4.13.0 -matplotlib==3.10.8 -mpmath==1.4.1 -rich==14.3.3 diff --git a/pixi.lock b/pixi.lock index 72332c8dd..9647358f2 100644 --- a/pixi.lock +++ b/pixi.lock @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:60267c2464fb5cbe166f6a1310fb545e8a629e7ef3bbfe14bef3be3d75a852a4 -size 1018785 +oid sha256:e06980796536066169e010792e0bbe452af9f3677526f95345bcd2db70657661 +size 1018459 diff --git a/pyproject.toml b/pyproject.toml index 3307bdb7b..dc4ec6590 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -161,13 +161,13 @@ python = "3.14.*" ax-platform = "==0.5.0" [tool.pixi.feature.py311e.dependencies] -globus-compute-sdk = ">=4.3.0,<5" +globus-compute-sdk = ">=4.10.2,<5" [tool.pixi.feature.py312e.target.linux-64.dependencies] ax-platform = "==0.5.0" [tool.pixi.feature.py312e.dependencies] -globus-compute-sdk = ">=4.3.0,<5" +globus-compute-sdk = ">=4.10.2,<5" [tool.pixi.feature.py313e.target.linux-64.dependencies] ax-platform = "==0.5.0" @@ -200,7 +200,7 @@ extra = [ "enchant>=0.0.1,<0.0.2", "redis>=7.1.0,<8", "surmise>=0.3.0,<0.5", - "optimas @ git+https://github.com/optimas-org/optimas@multitask_uses_id", + "optimas @ git+https://github.com/optimas-org/optimas", ] dev = ["wat>=0.7.0,<0.8"] docs = ["pyenchant", "enchant>=0.0.1,<0.0.2", "sphinx-lfs-content>=1.1.10,<2"]