diff --git a/examples/gocean/eg1/Makefile b/examples/gocean/eg1/Makefile index b79e547e8c..2265cde782 100644 --- a/examples/gocean/eg1/Makefile +++ b/examples/gocean/eg1/Makefile @@ -91,24 +91,23 @@ run: compile @echo "No run targets for example gocean/eg1" basic: - $(ENV) ${PYTHON} ./runme.py + ${PSYCLONE} -api gocean -s print_schedule.py shallow_alg.f90 -oalg /dev/null -opsy /dev/null openmp: - $(ENV) ${PYTHON} ./runme_openmp.py + ${PSYCLONE} -nodm -api gocean -s fuse_and_insert_openmp.py shallow_alg.f90 mpi: ${PSYCLONE} -api gocean -I${INF_INC} shallow_alg.f90 loop_fuse: - $(ENV) ${PYTHON} ./runme_loop_fuse.py + ${PSYCLONE} -nodm -api gocean -s fuse_loops.py shallow_alg.f90 dag: - $(ENV) ${PYTHON} ./runme_dag.py + ${PSYCLONE} -api gocean -s generate_dag.py shallow_alg.f90 -oalg /dev/null -opsy /dev/null openacc: - $(ENV) ${PYTHON} ./runme_openacc.py + ${PSYCLONE} -nodm -api gocean -s fuse_and_insert_openacc.py shallow_alg.f90 opencl: - ${PSYCLONE} -nodm -s ./opencl_transformation.py \ - -api gocean -I${INF_INC} shallow_alg.f90 + ${PSYCLONE} -nodm -s ./opencl_transformation.py -api gocean -I${INF_INC} shallow_alg.f90 diff --git a/examples/gocean/eg1/README.md b/examples/gocean/eg1/README.md index 2f68d592f6..c705108951 100644 --- a/examples/gocean/eg1/README.md +++ b/examples/gocean/eg1/README.md @@ -11,12 +11,9 @@ PSyclone can be run in the directory containing this file by executing, e.g. ```sh -python ./runme.py +psyclone --psykal-dsl gocean -s