Skip to content

Commit 6fdf8ae

Browse files
committed
Moved laplace-adaptive.py to completeInstall to balance execution times.
1 parent b4fe54b commit 6fdf8ae

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

testing/completeInstall.sh

+1
Original file line numberDiff line numberDiff line change
@@ -11,5 +11,6 @@ cd ..
1111
pip install --pre --find-links file://$PWD/../dist dune.vem
1212
python -m dune.fem
1313
cd fem_tutorial
14+
python laplace-adaptive.py
1415
python vemdemo.py
1516
cd ..

testing/femdgSourceNoVenv.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -73,5 +73,5 @@ $PYTHON_INTERP -m dune.fem
7373
cd fem_tutorial
7474

7575
#mpirun -np 2 --oversubscribe python3 laplace-adaptive.py
76-
$PYTHON_INTERP laplace-adaptive.py
76+
# $PYTHON_INTERP laplace-adaptive.py
7777
$PYTHON_INTERP twophaseflow.py testing

0 commit comments

Comments
 (0)