File tree 3 files changed +2
-21
lines changed
3 files changed +2
-21
lines changed Original file line number Diff line number Diff line change @@ -38,7 +38,7 @@ dependencies = [
38
38
" fenics-ufl @ git+https://github.com/firedrakeproject/ufl.git" ,
39
39
" firedrake-fiat @ git+https://github.com/firedrakeproject/fiat.git" ,
40
40
" islpy>=2025.1.5; sys_platform == 'darwin'" ,
41
- " fuse-element @ git+https://github.com/indiamai /fuse.git" ,
41
+ " fuse-element @ git+https://github.com/firedrakeproject /fuse.git" ,
42
42
]
43
43
classifiers = [
44
44
" Development Status :: 5 - Production/Stable" ,
Original file line number Diff line number Diff line change @@ -4,8 +4,4 @@ git+https://github.com/dolfin-adjoint/pyadjoint.git#egg=pyadjoint-ad
4
4
git+https://github.com/firedrakeproject/loopy.git@main#egg=loopy
5
5
git+https://github.com/firedrakeproject/petsc.git@firedrake#egg=petsc
6
6
git+https://github.com/firedrakeproject/libsupermesh.git#egg=libsupermesh
7
- <<<<<<< HEAD
8
- git+https://github.com/indiamai/redefining_fe.git#egg=redefining_fe
9
- =======
10
- git+https://github.com/indiamai/fuse.git#egg=fuse
11
- >>>>>>> 59bca7388 (Rename redefining fe to fuse (#3960))
7
+ git+https://github.com/firedrakeproject/fuse.git#egg=fuse)
Original file line number Diff line number Diff line change 24
24
#
25
25
# * pytest
26
26
# * pytest-split
27
- <<< <<< < HEAD
28
27
# * mpi-pytest
29
- =======
30
- # * pytest-mpi (https://github.com/firedrakeproject/pytest-mpi)
31
- >>>>>>> 834db29ca (Test suite clean up (# 3385))
32
28
# * GNU parallel
33
29
34
30
num_procs=$1
35
31
num_jobs=$2
36
32
extra_args=${@: 3}
37
33
38
- <<< <<< < HEAD
39
34
# Set per-job cache directories to avoid race conditions when multiple jobs attempt to compile the same form.
40
35
cache_cmd=" PYOP2_CACHE_DIR=\$ VIRTUAL_ENV/.cache/pyop2/job{#} \
41
36
FIREDRAKE_TSFC_KERNEL_CACHE_DIR=\$ VIRTUAL_ENV/.cache/tsfc/job{#}"
42
- =======
43
- log_file_prefix=" pytest_nprocs${num_procs} _job"
44
- >>>>>>> 834db29ca (Test suite clean up (# 3385))
45
37
46
38
if [ $num_procs = 1 ]; then
47
39
pytest_exec=" python -m pytest"
@@ -55,11 +47,8 @@ pytest_cmd="${pytest_exec} -v \
55
47
--splits ${num_jobs} --group {#} \
56
48
-m ${marker_spec} ${extra_args} "
57
49
58
- <<< <<< < HEAD
59
50
log_file_prefix=" pytest_nprocs${num_procs} _job"
60
51
61
- =======
62
- >>>>>>> 834db29ca (Test suite clean up (# 3385))
63
52
# Print the command
64
53
set -x
65
54
@@ -68,11 +57,7 @@ set -x
68
57
# * Uses tee to pipe stdout+stderr to both stdout and a log file
69
58
# * Writes pytest's exit code to a file called jobN.errcode (for later inspection)
70
59
parallel --line-buffer --tag \
71
- <<< <<< < HEAD
72
60
" ${cache_cmd} ; ${pytest_cmd} |& tee ${log_file_prefix} {#}.log; \
73
- =======
74
- " ${pytest_cmd} | & tee ${log_file_prefix} {# }.log; \
75
- >>>>>>> 834db29ca (Test suite clean up (# 3385))
76
61
echo \$ {PIPESTATUS[0]} > job{#}.errcode" \
77
62
::: $( seq ${num_jobs} )
78
63
You can’t perform that action at this time.
0 commit comments