Merge branch 'master' into reconnection

This commit is contained in:
Grzegorz Kowal 2022-09-30 18:46:24 -03:00
commit 56b0be0cb4
2 changed files with 5 additions and 3 deletions

View File

@ -16,7 +16,8 @@ trigger:
steps:
- name: build with make
image: ubuntu-hpc:1
pull: never
image: ubuntu/hpc:latest
commands:
- cd ./build
- cp -al make.default make.config
@ -31,7 +32,8 @@ steps:
- make MPI=Y NDIMS=3 -j 4
- name: build with cmake
image: ubuntu-hpc:1
pull: never
image: ubuntu/hpc:latest
commands:
- mkdir ./build-cmake/
- cd ./build-cmake/

View File

@ -17,7 +17,7 @@ setuptools.setup(
},
classifiers=[
"Programming Language :: Python :: 3",
"License :: OSI Approved :: GNU General Public License v3",
"License :: OSI Approved :: GNU General Public License v3 (GPLv3)",
"Operating System :: OS Independent",
],
package_dir={"": "src"},