Skip to content
Snippets Groups Projects
Commit a00d54dd authored by Abhinav Singh's avatar Abhinav Singh
Browse files

latest modules and multiple fixes

parent b62dcd48
No related branches found
No related tags found
No related merge requests found
...@@ -19,12 +19,10 @@ jobs: ...@@ -19,12 +19,10 @@ jobs:
- uses: actions/checkout@v3 - uses: actions/checkout@v3
with: with:
submodules: true submodules: true
- name: Build
run: ./build.sh $(pwd) unused pdata 0 ${{ github.ref }}
- name: Cache dependencies - name: Cache dependencies
uses: actions/cache/save@v3 uses: actions/cache@v3
if: always()
with: with:
path: ~/openfpm_dependencies/ path: ~/openfpm_dependencies/
key: dependencies-${{ github.ref }} key: dependencies-${{ github.ref }}
- name: Build
run: ./build.sh $(pwd) unused pdata 0 ${{ github.ref }}
...@@ -3,7 +3,7 @@ ...@@ -3,7 +3,7 @@
OpenFPM is a scalable and open C++ framework for particles and mesh simulations. OpenFPM is a scalable and open C++ framework for particles and mesh simulations.
You can build scalable molecular dynamics, Smooth Particle Hydrodybamics, Granular flow, Finite difference, Hybrid Particle-Mesh codes on CPUs and GPUs. You can build scalable Molecular Dynamics, Smooth Particle Hydrodynamics, Granular flows, Finite differences, Hybrid Particle-Mesh codes on CPUs and GPUs.
We provide examples for each case in the documentation. We provide examples for each case in the documentation.
......
Subproject commit 07e06f7a90cb181e1d48e7ebdf670fbb36fe2548 Subproject commit bddc03525ed2406b2ec37e7bee7ef78881f91c79
...@@ -24,7 +24,7 @@ else ...@@ -24,7 +24,7 @@ else
make install make install
# Mark the installation # Mark the installation
echo 1 > $1/BLITZ/version echo //1 > $1/BLITZ/version
fi fi
## Algoim installation ## Algoim installation
...@@ -44,5 +44,5 @@ else ...@@ -44,5 +44,5 @@ else
mv algoim $1/ALGOIM mv algoim $1/ALGOIM
mv $1/ALGOIM/src $1/ALGOIM/include mv $1/ALGOIM/src $1/ALGOIM/include
# Mark the installation # Mark the installation
echo 1 > $1/ALGOIM/version echo //1 > $1/ALGOIM/version
fi fi
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment