Skip to content

Commit

Permalink
Fix CI Intel runs
Browse files Browse the repository at this point in the history
  • Loading branch information
LourensVeen committed Jan 19, 2025
1 parent 0ec9481 commit cd3ca91
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion docs/source/examples/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -99,6 +99,8 @@ fortran_mpi: base

%.ymmsl: %.ymmsl.in
sed -e "s^MUSCLE3_EXAMPLES^$(shell pwd)^g" $^ | sed -e "s^MUSCLE3_HOME^${MUSCLE3_HOME}^g" | sed -e "s^EXECUTION_MODEL^${MPI_EXECUTION_MODEL}^g" >$@
echo "Converted $^ into $@"
cat $@


.PHONY: clean
Expand Down Expand Up @@ -136,7 +138,7 @@ test_cpp: base cpp

.PHONY: test_cpp_mpi
test_cpp_mpi: base cpp_mpi
. python/build/venv/bin/activate && muscle_manager --start-all rd_implementations.ymmsl rd_cpp_mpi.ymmsl rd_settings.ymmsl
. python/build/venv/bin/activate && muscle_manager --start-all rd_implementations.ymmsl rd_cpp_mpi.ymmsl rd_settings.ymmsl || cat run_reaction_diffusion_cpp_mpi_*/instances/micro/run_script.sh run_reaction_diffusion_cpp_mpi_*/instances/micro/stderr.txt

.PHONY: test_fortran
test_fortran: base fortran
Expand Down

0 comments on commit cd3ca91

Please sign in to comment.