Jozsef Bakosi
Jozsef Bakosi
This enables (optionally signed) encryption and (optionally verified) decryption of arbitrary text by a wallet.
I use monero and monero-cpp as external libs in an app via cmake's `ExternalProject_Add()` functionality, which runs `cmake`, followed by `make install` on external libs. Currently, monero's install target installs...
This allows skipping fortran using cmake, e.g., ``` cmake -DENABLE_FORTRAN=off ... ``` A workaround for #3645.
On debian linux, I do ```sh cmake -DTARGET=LIBS -DNETWORK=mpi -DSMP=off -DCMAKE_C_COMPILER=mpicc -DCMAKE_CXX_COMPILER=mpicxx -DCMAKE_Fortran_COMPILER=gfortran ``` and I get ```sh /charmc: line 236: eval: -I: invalid option eval: usage: eval [arg ...]...
This will only work after https://github.com/monero-project/monero/pull/8515 is merged and integrated here, so after review the API might change. I tested this using: ```cpp auto w = monero_wallet_full::create_wallet_random( "", "", monero_network_type::TESTNET...
Hi folks, I am looking to use BoomerAMG via the IJ interface to solve many independent systems within a shared-memory node without MPI. Ideally, I would find a sequential version...
Overset intergrid boundary and hole search - - - This change is [](https://reviewable.io/reviews/quinoacomputing/quinoa/597)