Jozsef Bakosi
Jozsef Bakosi
Thanks, @nschloe. It is also my impression that Exodus is now part of SEACAS. Is there a chance, then, that ExodusII/SEACAS will soon be part of the Trilinos Debian package?...
@junghans: see https://github.com/quinoacomputing/quinoa/pull/98 for an attempt at this.
All these would be very good to add at least a single regression test per executable. See also #20.
I think I am getting incoming i2pd p2p connections with this setup: monerod.conf ``` data-dir=/opt/monero log-file=/opt/monero/monerod.log log-level=0 p2p-bind-ip=127.0.0.1 p2p-bind-port=18080 rpc-restricted-bind-ip=0.0.0.0 rpc-restricted-bind-port=18089 zmq-rpc-bind-ip=0.0.0.0 zmq-rpc-bind-port=18082 out-peers=64 in-peers=1024 tx-proxy=i2p,127.0.0.1:4447 anonymous-inbound=iwliolsvujhespetsl3h3vv5uw4dfwqlce2irv3gqs7knclmhd7q.b32.i2p,127.0.0.1:8061 ``` i2pd tunnels.conf:...
> If the size is not preserved, it should really be fixed in the encrypt/decrypt rather than being left to the user to keep an extra pad parameter. I have...
As I have multiple mpi installs besides the system-wide one with gcc, e.g., with clang, I usually point cmake to non-system mpi wrappers via either env vars (as you suggest)...
https://gist.github.com/jbakosi/a827cbdcab0d3bcfdc4df5874703d4e9 It only errors with `-DNETWORK=mpi`.
Answering my own question, with ```cpp void longlog( std::string& s, int width = 70 ) { auto logline = []( char*& e, char* b ){ while (*e == ' ')...
> @lvkale this is the code we discussed during the meeting today Sorry for the spam, but where is the meeting usually announced?
Attempting to use ninja as cmake's generator as ``` cmake -GNinja -DNETWORK=mpi ``` I get ``` ... -- Configuring done -- Generating done CMake Error: Running '/usr/bin/ninja' '-C' '/home/jbakosi/code/charm/b' '-t'...