Commit Graph
115 Commits
Author SHA1 Message Date
Tzanio 05125e19d5 Removed a space 2020-03-09 15:36:41 -07:00
Tzanio f2bf0a2750 Merge branch 'master' into mfem-4.1-dev
Conflicts:
	general/device.hpp
2020-03-04 20:33:14 -08:00
Tzanio fd598e8643 Final changes 2020-03-04 19:40:18 -08:00
Tzanio 58872c9e7b Merge branch 'master' into okina-mmu
Conflicts:
	fem/datacollection.cpp
	tests/unit/CMakeLists.txt
2020-03-04 15:19:33 -08:00
Tzanio ca55ef0217 The release number for mfem-4.1 is LLNL-CODE-806117 2020-03-02 17:18:46 -08:00
Tzanio Kolev 7773b31599 Update general/device.hpp 2020-03-02 12:23:38 -08:00
Yohann Dudouit f61563b7bd Add note about libCEED in device.hpp 2020-02-25 12:50:35 -08:00
Tzanio 2caa222edf A number of changes to switch the code from LGPL-2.1 to BSD-3:
- Updated LICENSE, README, CHANGELOG and CONTRIBUTING.md
- Removed COPYRIGHT, added NOTICE
- Updated the headers in all source files, makefiles, etc.
2020-02-23 11:16:46 -08:00
camierjs 8f30f76e85 Move DEVICE macros to cuda header
Use stream sync
2020-02-20 15:08:49 -08:00
Veselin Dobrev defdede67a Fix the non-CUDA build. 2020-02-18 20:33:14 -08:00
Veselin Dobrev ad1902b4b4 Update some doxygen documentation.
Remove the 'capacity' field from class DenseMatrix.
2020-02-15 00:35:42 -08:00
Veselin Dobrev 9499d49e9f Variour tweaks and simplifications, coordinated with @camierjs. 2020-02-14 16:25:40 -08:00
camierjs a6befda705 Remove Umpire config variables and cleanup. 2020-02-12 12:31:29 -08:00
camierjs 607a31ddf4 All tests w/ MFEM_MEMORY=host32,host64,debug,umpire,uvm 2020-02-07 15:32:14 -08:00
camierjs 0aee38c60c All serial examples with valgrind and debug/host32 allocators 2020-01-31 18:51:31 -08:00
camierjs 8b667b09c4 Simplify MFEM_ENV_DEVICE logic 2020-01-30 10:21:58 -08:00
camierjs 2d576c6849 make style 2020-01-30 08:55:34 -08:00
camierjs c1259a3251 Enable MFEM_ENV_DEVICE=debug, ex[1,2,3,4,6,7,14] ok, ex[5,8,9,10,15,16,17,18,19,20,21,22,23] errors 2020-01-29 21:10:24 -08:00
camierjs 321a170869 [WIP] Working on MFEM_ENV_DEVICE shortcut 2020-01-29 18:07:38 -08:00
camierjs 0cd79077ae 'uvm' as cuda device option, test unit now use MFEM_MPI_NP 2020-01-28 15:25:02 -08:00
camierjs a29cfdbb56 API change notice in CHANGELOG: renamed the methods GetMemoryType and GetMemoryClass. 2020-01-17 10:43:27 -08:00
camierjs d10f1b58e3 HostMemoryClass::HOST --> HostMemoryClass 2020-01-17 10:33:11 -08:00
camierjs 3b173255fe Master merge fixes 2020-01-15 11:37:20 -08:00
camierjs 78a3e0c6d2 Merge branch 'master' into okina-mmu 2020-01-15 11:09:20 -08:00
Veselin Dobrev dc5765cf14 Merge branch 'master' into yohann/okina-gpu-libceed 2019-12-19 13:45:32 -08:00
camierjs 47f2aa0de7 Merge branch 'master' into okina-mmu 2019-12-16 17:59:40 -08:00
Tzanio Kolev 1c629d61c6 Merge pull request #937 from mfem/gpu/appfixes
Application fixes [gpu/appfixes]
2019-12-15 12:04:30 -08:00
Veselin Dobrev fb8ae593bf Merge branch 'master' into yohann/okina-gpu-libceed 2019-12-10 21:39:00 -08:00
camierjs fbe60ab236 melding with master 2019-11-26 19:16:36 -08:00
camierjs 34e6d92ace Merge branch 'master' into okina-mmu 2019-11-26 19:10:03 -08:00
camierjs d117979f56 Debug & Cleanup 2019-11-26 19:08:40 -08:00
camierjs bf2d1eb59a Cuda, debug examples but last mt 2019-11-25 15:31:54 -08:00
Tzanio Kolev f8c5863594 Merge pull request #986 from mfem/artv3/hostreadwrite-fix
Remove const from hostreadwrite [artv3/hostreadwrite-fix]
2019-11-20 08:20:52 -08:00
Veselin Dobrev b87ec735d2 Apply 'make style' and other small tweaks. 2019-11-18 16:34:52 -08:00
camierjs ff83a16149 Revert special host Insert, UVM => MANAGED 2019-11-11 16:47:20 -08:00
camierjs 85c3e485b6 Memory controller setup to avoid static inits 2019-11-05 10:21:57 -08:00
camierjs 5e8b4a2972 NR tests and aliases fix 2019-10-23 19:02:27 -07:00
camierjs 16bf560d6b Cleanup 2019-10-15 16:45:51 -07:00
camierjs ef560fe45b Simultaneous memory backends 2019-10-11 18:34:29 -07:00
camierjs 0028998993 Cleanup 2019-10-10 16:01:28 -07:00
camierjs 136ef302f8 Device DEBUG vs DEVICE_MASK fix 2019-10-01 15:43:56 -07:00
camierjs 840158ddc7 Merge branch 'master' into okina-mmu 2019-09-23 10:39:06 -07:00
Tzanio 930daccddb minor edits 2019-09-11 18:00:28 -07:00
Tzanio d84b46bc45 make style 2019-09-11 17:58:53 -07:00
Yohann Dudouit ff69c272cc Update documentation of 'Configure' function. 2019-09-11 17:57:52 -07:00
camierjs 14c9a845a2 ceed_option fix 2019-09-11 17:57:52 -07:00
camierjs 09a93c96fb Rebase with ex1 working 2019-09-11 17:57:51 -07:00
Yohann Dudouit 9a3d7a34ad Rebase compiles. 2019-09-11 17:57:51 -07:00
Yohann Dudouit bde675abff Add #ifdef MFEM_USE_CEED guards 2019-09-11 17:57:51 -07:00
Yohann Dudouit 065817c5e1 Remove GetCeed() function 2019-09-11 17:57:49 -07:00