camierjs
39d6614642
Revert sample-runs and examples
...
HIP managed addons
Sparsmat transpose on host
2020-02-18 11:52:00 -08:00
camierjs
aa75166c78
Add valgrind option to config/sample-runs.sh
...
All parallel examples accept parallel refine option
2020-02-14 12:54:40 -08:00
camierjs
98d26c3a61
Update config/sample-runs.sh with 'rs', 'rp' refinement options and 'md'(max-dofs)
2020-02-13 19:50:54 -08:00
camierjs
4ff9d066bc
Sync ex6p max_dofs with master
2020-02-04 16:52:34 -08:00
camierjs
0d96423be7
max_dofs in ex6/p and ex21/p
2020-02-04 16:43:05 -08:00
camierjs
54ea353672
delete_hypre_CSRMatrixJ fix and meld toward master
2020-02-03 16:24:54 -08:00
camierjs
ec31986b84
WIP parallel examples with host32 and debug memories
2020-02-03 14:30:50 -08:00
Yohann Dudouit
d504de8705
Add sample runs for libCEED in ex1, ex1p, ex6, ex6p.
2019-12-12 09:42:17 -08:00
Veselin Dobrev
75065b0ea1
Addressing some feedback from the PR.
2019-05-24 10:25:34 -07:00
Veselin Dobrev
b69fd1e038
Some tweaks and additions to the MemoryManager class.
...
Modify the Device class to require the creation of an object in
order to use backends other then Backend::CPU. At destriction,
this object will call the Destroy() method of the MemoryManager to
deallocate any remaining registered device pointers.
In class Device, remove the method Disable() and make the method
Enable() private.
Use a global Array<double> as the buffer used by the cuda functions
for minimum and dot product.
2019-05-23 23:21:27 -07:00
Tzanio
3a860f124c
Added a call to Device::Enable at the end of Device::Configure.
...
Updated examples to use only Device::Configure (no more calls to Enable/Disable)
2019-05-21 19:17:06 -07:00
Veselin Dobrev
40378a046b
Introduce a new Memory class for handling host + device allocations
...
and transfers.
The Memory class is now used by some MFEM classes (like Array and
Vector) which can be used on the Device. Such classes now provide
methods to access the underlying Memory object, e.g. GetMemory.
Updated ex1/ex1p and ex6/ex6p to not need to enable/disable the
Device at specific points -- the Device is now enabled just at the
start. Also, the same examples can now run on Device (e.g. -d cuda)
without the partial assembly option (-pa) -- full assembly will
be still done on CPU but the sparse matrix action and vector
operations will be done using the Device.
Reverted changes in class DenseMatrix related to using the Device.
At this point, DenseMatrix operations are only used for small matrices
and using the Device in this case is not a good option.
2019-05-16 14:53:39 -07:00
camierjs
e9de1fcf7b
Remove '>' in front of devices tests
2019-04-15 16:05:18 -07:00
Veselin Dobrev
2d39e09c12
Further small tweaks of the examples.
2019-04-11 15:52:59 -07:00
Veselin Dobrev
14f063d608
In ParMesh::Rebalance, make sure the mesh nodes use a ParGridFunction.
2019-04-11 12:36:29 -07:00
Veselin Dobrev
678759a2d6
Updates in the BilinearForm and related classes.
...
Small updates in ex1, ex1p, ex6, ex6p.
2019-04-10 21:34:47 -07:00
Veselin Dobrev
55f0a7ec66
Updates to the mfem::Device class.
2019-04-08 16:48:56 -07:00
camierjs
15081ba1b8
Remove memory leaks
2019-04-08 14:04:52 -07:00
Jean-Sylvain Camier
840e5f97c6
Add the --pa (-p) option to the ex1p, ex6 and ex6p examples
2019-04-07 11:08:45 -07:00
Tzanio
c2e3f8cd00
Adding Device::Print() method that print the configured device + programming
...
models in order of priority.
2019-03-25 14:50:52 -07:00
Tzanio
2aee6c0b2a
Adding device sample runs in examples
2019-03-22 14:57:20 -07:00
Tzanio
614c78b65e
Renamed the config class to Device, and simplified its use in the examples.
2019-03-22 14:15:27 -07:00
Tzanio
bb7c142ce0
Renamed linalg/device.hpp to linalg/dtensor.hpp.
...
Some edits in the examples.
2019-03-22 12:15:14 -07:00
Tzanio
b589caf151
Replaced __NVCC__ -> MFEM_USE_CUDA and __OCCA__ -> MFEM_USE_OCCA
2019-03-21 17:23:27 -07:00
camierjs
f41a0e90a9
Makefile cross-compiler, examples 1, 1p, 6, 6p and Laghos on GPU+MPI
2019-03-15 18:28:35 -07:00
camierjs
574e5f6604
Standard integrator in examples, mm to get all parallel tests working.
2019-03-14 16:34:35 -07:00
camierjs
12ba87cf41
OpenMP flags in examples, kernel orders for Q3Q2 Laghos
2019-03-07 12:25:48 -08:00
camierjs
96b5389c07
Make style
2019-03-06 11:58:57 -08:00
camierjs
6d1ced7b5a
Ex6 EnsureNodes fix to allow rebalancing
2019-03-05 15:57:56 -08:00
camierjs
baa1d5bfb8
Add examples mode and cuda cleanup
2019-03-05 12:31:47 -08:00
camierjs
64cf91cf21
- config rename convention
...
- ex1, ex6 switch back to host
- mm filtering
- dot device ptr call
2019-03-05 12:20:26 -08:00
camierjs
fb4babf124
make style
2019-02-08 16:45:41 -08:00
camierjs
082977e0fe
FiniteElementSpace pointer to reference
2019-02-06 12:21:18 -08:00
Tzanio
357b925738
hexahedrons, hexahedrals -> hexahedra
2018-10-10 17:47:35 -07:00
Jakub Cerveny
125ff226e4
Version 3.2
2016-06-30 10:37:30 -07:00
Tzanio
dbae60fe32
Version 3.1
2016-02-16 15:45:48 -08:00