Skip to content

Commit

Permalink
path to modcc, no python in distributed test
Browse files Browse the repository at this point in the history
  • Loading branch information
boeschf committed Jul 6, 2023
1 parent 61721cf commit f199426
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions ci/cscs/daint_mc/pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,10 +35,11 @@ test-single-node:
- build/bin/unit-local
- build/bin/unit
- scripts/run_cpp_examples.sh
- export PATH=$PATH:/arbor.src/scripts
- export PATH=$PATH:/arbor.src/scripts:/arbor.src/build/bin
- export PYTHONPATH=/arbor.src/build/python
- test_executables.sh
- python -m unittest discover -v -s python
- run_python_examples.sh
variables:
SLURM_JOB_PARTITION: normal
SLURM_JOB_NUM_NODES: 1
Expand All @@ -54,9 +55,10 @@ test-distributed:
script:
- cd /arbor.src
- build/bin/unit-mpi
- export PATH=$PATH:/arbor.src/scripts
- export PYTHONPATH=/arbor.src/build/python
- python -m unittest discover -v -s python
- scripts/run_cpp_examples.sh
#- export PATH=$PATH:/arbor.src/scripts
#- export PYTHONPATH=/arbor.src/build/python
#- python -m unittest discover -v -s python
variables:
SLURM_JOB_PARTITION: normal
SLURM_JOB_NUM_NODES: 2
Expand Down

0 comments on commit f199426

Please sign in to comment.