-
This functionality is replaced by command-line arguments to the job manager and EVIO converter, so these Drivers can be completely removed from steering files.
-
1. Add `box.cfg { read_timeout = x, write_timeoout = x }` (names TBD).
2. Fix `evio_setsockopt_keepalive(int fd)` to use proper values of `TCP_KEEPIDLE`, `TCP_KEEPIDLE`, `TCP_KEEPIDLE` on **Linux** an…
-
Pass 7 reconstruction for the 2015 data is envisioned to proceed from the existing found and fit tracks and Ecal clusters. Refitting of the tracks will be done with the new geometry, tracks and cluste…
-
When running over events generated with an external generator (e.g. bggen), the run number set for those events is not propagated into HDGeant4. Unless I missed some change, I believe the policy was …
-
Checking out a fresh copy of master and trying to compile for the first time hangs up on:
[ 69%] Building CXX object CMakeFiles/remoll.dir/src/remollRunData.cc.o
/home/ciprian/playtime/remoll/src/re…
-
Cannot build the analyzer using the `scons`. It fails with:
```
Got a 64-bit processor, I can do a 64-bit build in theory...
64-bit Linux build
Checking whether the C++ compiler works.…
-
Test for `php-cli`
``` php
-
Couldn't build via Homebrew on OS X El Capitan/Sierra , Xcode8.1
```
➜ brew install tarantool --HEAD
Updating Homebrew...
==> Using the sandbox
==> Cloning https://github.com/tarantool/taranto…
mogol updated
7 years ago
-
``` php
$sream = new pq\Connection;
$sream->execAsync("SELECT 'my'", function($res)
{
print_r($res->fetchRow());
});
$sream->exec("SELECT 'another'");
```
Print:
```
Array
(
[0] => my
)
Ar…
-
Sean message
> The evio2db program is currently generating some information on each EVIO file that we also want to store in the RCDB. I think we want to save this information in a JSON blob, so some…