- 16 Mar, 2021 1 commit
-
-
Valeriy M Tenishev authored
This reverts commit c1f9c5ef
-
- 13 Mar, 2021 1 commit
-
-
Valeriy M Tenishev authored
branch
-
- 09 Mar, 2021 1 commit
-
-
Gabor Toth authored
-
- 25 Nov, 2020 1 commit
-
-
Valeriy M Tenishev authored
-
- 14 Oct, 2020 1 commit
-
-
Valeriy Tenishev authored
-
- 11 Oct, 2020 3 commits
-
-
Valeriy Tenishev authored
Test test_fast-wave passes when CPU only (_CUDA_MODE_==_OFF_) Config.pl: option ‘-cuda’ added -> redefines macros _TARGET_GLOBAL_, _TARGET_HOST_, _TARGET_DEVICE_, _CUDA_MODE_ Makefile: -LANG:std is removed for thrust::vector can be used when compiled for GPU global.h: 1. type using amps_vector added: amps_vector=std::vector when compiled for CPU, and amps_vector=thrust::device_vector when compiled for GPU 2. functions amps_allocate, amps_new, and amsp_delete for allocating using malloc on GPU 3. added class kernel to launch lamblas on GPU stack.h: cout is replaced with printf src/pic ‘using namespace std’ is removed static data of classes is stored in namespaces: cDataCenterNode -> cDataCenterNode_static_data cDataCornerNode -> cDataCornerNode_static_data cDataBlockAMR -> cDataBlockAMR_static_data extern vector<fRequestStaticCellData> RequestStaticCellData,RequestStaticCellCornerData -> extern _TARGET_DEVICE_ amps_vector<fRequestStaticCellData> *RequestStaticCellData,*RequestStaticCellCornerData;
-
Valeriy Tenishev authored
-
Valeriy M Tenishev authored
2. macro _CUDA_MODE_ is added 3. test fast_wave is passed CPU only with _CUDA_MODE_==_OFF_ (CPU only)
-
- 10 Oct, 2020 1 commit
-
-
Tenishev authored
-
- 06 Oct, 2020 1 commit
-
-
Valeriy M Tenishev authored
-
- 04 Oct, 2020 2 commits
-
-
Valeriy M Tenishev authored
-
Valeriy M Tenishev authored
-
- 12 Mar, 2020 3 commits
-
-
Valeriy M Tenishev authored
-
Valeriy M Tenishev authored
-
Valeriy M Tenishev authored
-
- 09 Jan, 2020 1 commit
-
-
Valeriy M Tenishev authored
mode because the 'if' statment that was in the target to determine the compilation mode does not work propoerly on amps-gpu.engin.umich.edu
-
- 08 Jan, 2020 1 commit
-
-
Valeriy M Tenishev authored
-
- 07 Jan, 2020 2 commits
-
-
Valeriy M Tenishev authored
moved closer the begining of the Makefile so it can be re-defined to ${LINK.f90} if needed
-
Valeriy M Tenishev authored
compiler
-
- 25 Dec, 2019 1 commit
-
-
Tenishev authored
-
- 24 Dec, 2019 1 commit
-
-
Tenishev authored
-
- 20 Dec, 2019 2 commits
-
-
Valeriy M Tenishev authored
need to be included
-
Valeriy M Tenishev authored
-
- 11 Dec, 2019 1 commit
-
-
Valeriy M Tenishev authored
-
- 21 Nov, 2019 1 commit
-
-
Tenishev authored
-
- 19 Sep, 2019 1 commit
-
-
vtenishe authored
-
- 04 Feb, 2019 1 commit
-
-
Tenishev authored
-
- 30 Jan, 2019 1 commit
-
-
Tenishev authored
-
- 28 Jan, 2019 1 commit
-
-
Tenishev authored
-
- 27 Jan, 2019 2 commits
- 11 Jan, 2019 2 commits
- 10 Jan, 2019 1 commit
-
-
Yinsi Shou authored
-
- 07 Jun, 2018 1 commit
-
-
vtenishe authored
-
- 20 May, 2018 1 commit
-
-
vtenishe authored
-
- 16 Feb, 2018 1 commit
-
-
vtenishe authored
in case $(INTERFACE)==on: ${WSD}/interface/interface.a is not added to AMPSLINKLIB but added to libAMPS.a directly in target LIB_after_build, which is needed to add functionality from ${WSD}/interface/interface.a to libAMPS.a when AMPS compiled as a library (target LIB)
-
- 30 Jan, 2018 1 commit
-
-
vtenishe authored
-
- 26 Jan, 2018 1 commit
-
-
vtenishe authored
-
- 24 Jan, 2018 1 commit
-
-
vtenishe authored
-