Skip to content

Commit

Permalink
ci: Revert multi-threading
Browse files Browse the repository at this point in the history
  • Loading branch information
gtdang committed May 30, 2024
1 parent 1a0abf2 commit d831e9b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/unit_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ jobs:
if [ "${{ matrix.os }}" == "macos-latest" ]; then
export DYLD_FALLBACK_LIBRARY_PATH=${CONDA_PREFIX}/lib
fi;
mpiexec -np 2 --use-hwthread-cpus nrniv -mpi -python -c 'from neuron import h; from mpi4py import MPI; \
mpiexec -np 2 nrniv -mpi -python -c 'from neuron import h; from mpi4py import MPI; \
print(f"Hello from proc {MPI.COMM_WORLD.Get_rank()}"); \
h.quit()'
- name: Test with pytest
Expand Down

0 comments on commit d831e9b

Please sign in to comment.