Burlen Loring
Burlen Loring
HI, I want to use HIP for platform portable development. My development environment is Fedora 33 linux and CUDA 11.0. I have a quadro rtx 4000 card. The instructions reference...
In my code I am using `adios_selection_writeblock(rank)` in an M-M scenario. This runs correctly with the FLEXPATH method, but crashes in MPI/BP method in the read side. When using BP,...
the full error is: ``` libtool: link: /usr/bin/clang -O2 -g -fPIC -o bpdump bpdump-bpdump.o ../../src/libadios_internal_nompi.a Undefined symbols for architecture x86_64: "_adiost_tool", referenced from: _adiost_pre_init in libadios_internal_nompi.a(libcoreonce_a-adiost_callback_internal.o) (maybe you meant: _my_adiost_tool,...
Installed using PyPi. OK. In shell: ``` $ GoSync ``` A window pops up: ``` No Credentials file was found! Do you want to load one? ``` Apparently a json...
`sst++` in a standalone build of `v13.1.0_Final` of does not pass flags such as `-DFOO` through. to reproduce: test.cc ```C++ #if defined(FOO) foo // this should error out #else int...
version `13.1.0_final` of sst-core, sst-macro, sst-elements, tutorial from the docs/manual/manual.md of the same. following along with the tutorial in the users guide many warnings are printed, and apparently it is...
sst-elements install is not located when configuring ``` ../sst-macro-src/configure --prefix=$PWD/../sst-macro-install --with-sst-core=/home/bloring/sst-core/sst-core-install/ CC=mpicc CXX=mpicxx --enable-multithread --with-sst-elements=/home/bloring/sst-elem/sst-elements-install/ ``` from the config.log ``` configure:22658: checking for sst/elements/memHierarchy/memHierarchyInterface.h configure:22658: mpicxx -c -g -O2 -std=c++17...
build step `--with-sst-elements` fails looking for `arielnotify.h` (v13.1.0_Final) ``` $ ../sst-macro-src/configure --prefix=$PWD/../sst-macro-install --with-sst-core=/home/bloring/sst-core/sst-core-install/ CC=mpicc CXX=mpicxx --enable-multithread --with-sst-elements=/home/bloring/sst-elem/sst-elements-install/ $ make ``` fails after a while ``` CXX node/simple_node.lo ../../../sst-macro-src/sstmac/hardware/node/simple_node.cc:55:10: fatal error:...
Document installing from sources for use with NVIDIA CUDA. Adds instructions to INSTALL.md and a link to the README.md. Closes ROCm-Developer-Tools/HIP#2413 Closes https://github.com/ROCm-Developer-Tools/HIP/issues/2431 Closes #10
Add documentation on how to install and use HIP on NVIDIA GPUs with CUDA without an AMD GPU. This is an important part of the platform portability promised by HIP....