Skip to content

Commit

Permalink
TEMPORARY Try to capture the issue with --openmp
Browse files Browse the repository at this point in the history
  • Loading branch information
tomcaruso committed Jul 11, 2023
1 parent f52c6d8 commit af96ac2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/continuous-integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@ jobs:
working-directory: ./pytest
run: |
export PSYDAC_MESH_DIR=$GITHUB_WORKSPACE/mesh
python -m pytest --pyargs psydac -m "not parallel"
python -m pytest --pyargs psydac -m "not parallel" -vx
python mpi_tester.py --pyargs psydac -m "parallel and not petsc"
- name: Remove test directory
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ def build_module(self, module, module_file, package):
'\nPyccelise module: %s' % str(module),
level=distutils.log.INFO)
# TODO add --openmp flag in pyccel command when the issue of pyccelise bsplines_kernels.py with --openmp is solved
sub_run([shutil.which('pyccel'), outfile, '--language', 'fortran'], shell=False)
sub_run([shutil.which('pyccel'), outfile, '--language', 'fortran', '--openmp'], shell=False)

# This part is copy from setuptools.command.build_py.build_module
if copied:
Expand Down

0 comments on commit af96ac2

Please sign in to comment.