Hi Blake,
thanks, fixed in SVN 259. I had removed ⎕NLT together with gettext() but it
can still be around in workspace files.
/// Jürgen
On 05/10/2014 11:53 PM, Blake McBride wrote:
This was fine prior to my SVN update and rebuild. Now I get:
)load Devices
===
That fixed it. Thanks!
On Sun, May 11, 2014 at 7:41 AM, Juergen Sauermann <
juergen.sauerm...@t-online.de> wrote:
> Hi Blake,
>
> thanks, fixed in SVN 259. I had removed ⎕NLT together with gettext() but it
> can still be around in workspace files.
>
> /// Jürgen
>
>
>
> On 05/10/2014 11:53 PM,
The output to )SI seems correct except that the asterisk should be on the
same line as the function and line.
)clear
CLEAR WS
∇fun
[1] fun2
[2] ∇
fun
VALUE ERROR
fun[1] fun2
^
)SI
fun[1]
⋆
fun
VALUE ERROR
fun[1] fun2
^
)SI
fun[1]
⋆
fun[1]
⋆
)LOAD gg
SAVED 2014-5-11 14:21:36 (GMT-5)
)FNS
CAL CS Dtfmt EHN ER JUL Lck Omega PI
Parse Pic PicdPid Pim Pin Pis VI auto
∆
)SI
)COPY gg Pic
SEGMENTATION FAUL
Hi Elias,
thanks, already interesting. If you could loop around the core count:
*for ((i=1; $i<=80; ++i)); do**
** ./Parallel $i**
** ./Parallel_OMP $i**
**done*
then I could understand the data better. Also not sure if something
is wrong with the benchmark program. On my new 4-core with OMP I
It appears to only happen in PostgreSQL. Also, when I tried it with a
non-empty file in PostgreSQL, it worked. Thanks.
SQL∆LoadLib '/home/blake/Backup/apl-sqlite.git/lib_sql.so'
db←'sqlite' SQL∆Connect '.db'
db
0
'select * from apl_files;' SQL∆Select[db]''
$ sqlite3
Is this what you intended of the 'me' function:
≡me 4
3
≡me 5 6
2
≡me ''
2
≡me 'f'
3
≡me 'ff'
2
≡me 'aaa' 'bbb'
3
≡me 'a' 'b'
2
On Fri, May 9, 2014 at 4:00 PM, David B. Lamkins wrote:
> Here's a version that doesn't use a lambda. Instead, there's a ne
Um, yes and no.
This was all hacked together during compilation breaks while at work. I
didn't put any effort into testing edge cases.
In particular, I assumed string keys. I didn't design for or test with
numeric keys.
Also, `me' was designed as a helper for `nl'. In combination with `nl'
and f
⊃⊃⊂,⊂,7
┌→┐
↓7│
└─┘
⍴⊃⊃⊂,⊂,7
┌→──┐
│1 1│
└───┘