search for: xmt

Displaying 20 results from an estimated 26 matches for "xmt".

Did you mean: fmt
2007 Jul 09
0
[LLVMdev] Multiple LLVM, Parallelization, PRAM, XMT
Hi Is it possible to combine multiple LLVM with PRAM /XMT? Prof. Uzi Vishkin (Univ. of Maryland) had created 64 cores PRAM: Parallel Random Access Memory / Explicit Multi Threading. Example: 1. The programmer can create multiple LLVM and run the same instruction on different LLVM, or create a pipeline on multiple LLVM (different instruction on different...
2005 Jan 18
1
Asterisk - libunicall - MFCr2 *** settings problems ??? ***
...************************************************* the R2 setting of argelia according to quintum are : CD-Bits ::::::::::::::::::::::: 0001 Invert-Bits ::::::::::::::::::: 0000 DNIS Length ::::::::::::::::::: 9 digits * Answer Tone ::::::::::::::::::: A-6 Send 1st Digit :::::::::::::::: 1 Group B Xmt Idle Tone ::::::::: B-6 Group B Xmt Busy Tone ::::::::: B-3 Group B Rcv Idle Tones :::::::: B-2 & B-3 Group B Rcv Busy Tones :::::::: B-1 & B-2 ANI Request ::::::::::::::::::: Do not request ANI ANI Length ANI Category Request Tone ANI Tone Request ANI Category :::::::::::::::::: I-1 ANI Ca...
2019 Feb 27
1
performance issue with UID SEARCH
...er in question is running with Maildirs on top of an XFS filesystem. Is there anything I can do to optimize "UID SEARCH" or find out why it's being a problem? I've read https://wiki2.dovecot.org/PerformanceTuning and the linked pages. By "being a problem" I mean iostat -xmt 1 /dev/diskdevice shows 100% utilization for long periods and in some cases io service times are taking many seconds... which causes thunderbird to timeout when doing things like appending messages to user "Sent" mailboxes. Any ideas? Thanks, Ben Burke
2015 Dec 10
1
CentOS 7, NetworkMangler, and ipv6
...would be my > gut-telling. The other admin I work with was working on it, and it seems to be good. However, since he restarted the network, I do find this in the logs: Dec 10 16:06:01 <server> dhclient[96610]: PRC: Renewing lease on ens3f0. Dec 10 16:06:01 <server> dhclient[96610]: XMT: Renew on ens3f0, interval 10900ms. Dec 10 16:06:01 <server> dhclient[96610]: RCV: Reply message on ens3f0 from fe80::: 222:64ff:fef6:d30c. Dec 10 16:06:01 <server> dhclient[96610]: IA_NA status code NoBinding: "Who are you? Do I know you?" Dec 10 16:06:01 <server> dhcli...
2005 Jan 18
2
MFCR2 - LIBUNICALL - Asterisk Problems
...************************************************* the R2 setting of argelia according to quintum are : CD-Bits ::::::::::::::::::::::: 0001 Invert-Bits ::::::::::::::::::: 0000 DNIS Length ::::::::::::::::::: 9 digits * Answer Tone ::::::::::::::::::: A-6 Send 1st Digit :::::::::::::::: 1 Group B Xmt Idle Tone ::::::::: B-6 Group B Xmt Busy Tone ::::::::: B-3 Group B Rcv Idle Tones :::::::: B-2 & B-3 Group B Rcv Busy Tones :::::::: B-1 & B-2 ANI Request ::::::::::::::::::: Do not request ANI ANI Length ANI Category Request Tone ANI Tone Request ANI Category :::::::::::::::::: I-1 ANI Ca...
2003 Mar 10
3
DocBook and XML
...exmf/pdftex/config/pdftex.cfg} LaTeX2e <2001/06/01> Babel <v3.7h> and hyphenation patterns for american, french, german, ngerman, n ohyphenation, loaded. xmltex version: 2002/06/25 v1.9 (Exp): (/usr/share/texmf/tex/xmltex/config/xmltex.cfg) No File: spec.cfg ! LaTeX Error: File `fotex.xmt' not found. Type X to quit or <RETURN> to proceed, or enter new name. (Default extension: xmt) Enter file name: ! Emergency stop. <read *> l.2 ...ustify" line-height="normal" language="en"> &...
2003 Mar 10
3
DocBook and XML
...exmf/pdftex/config/pdftex.cfg} LaTeX2e <2001/06/01> Babel <v3.7h> and hyphenation patterns for american, french, german, ngerman, n ohyphenation, loaded. xmltex version: 2002/06/25 v1.9 (Exp): (/usr/share/texmf/tex/xmltex/config/xmltex.cfg) No File: spec.cfg ! LaTeX Error: File `fotex.xmt' not found. Type X to quit or <RETURN> to proceed, or enter new name. (Default extension: xmt) Enter file name: ! Emergency stop. <read *> l.2 ...ustify" line-height="normal" language="en"> &...
2016 Oct 20
4
[PATCH net-next v2 6/9] net: use core MTU range checking in virt drivers
...+#define ETH_MIN_PACKET_SIZE (ETH_HLEN + ETH_MIN_DATA_SIZE) -#define ETH_MAX_MTU 16384 /* maximum data size */ +#define VISOR_ETH_MAX_MTU 16384 /* maximum data size */ #ifndef MAX_MACADDR_LEN #define MAX_MACADDR_LEN 6 /* number of bytes in MAC address */ @@ -288,7 +286,7 @@ struct net_pkt_xmt { int len; /* full length of data in the packet */ int num_frags; /* number of fragments in frags containing data */ struct phys_info frags[MAX_PHYS_INFO]; /* physical page information */ - char ethhdr[ETH_HEADER_SIZE]; /* the ethernet header */ + char ethhdr[ETH_HLEN]; /* the ethernet heade...
2016 Oct 20
4
[PATCH net-next v2 6/9] net: use core MTU range checking in virt drivers
...+#define ETH_MIN_PACKET_SIZE (ETH_HLEN + ETH_MIN_DATA_SIZE) -#define ETH_MAX_MTU 16384 /* maximum data size */ +#define VISOR_ETH_MAX_MTU 16384 /* maximum data size */ #ifndef MAX_MACADDR_LEN #define MAX_MACADDR_LEN 6 /* number of bytes in MAC address */ @@ -288,7 +286,7 @@ struct net_pkt_xmt { int len; /* full length of data in the packet */ int num_frags; /* number of fragments in frags containing data */ struct phys_info frags[MAX_PHYS_INFO]; /* physical page information */ - char ethhdr[ETH_HEADER_SIZE]; /* the ethernet header */ + char ethhdr[ETH_HLEN]; /* the ethernet heade...
2016 Oct 20
0
[PATCH net-next v2 6/9] net: use core MTU range checking in virt drivers
..._HLEN + ETH_MIN_DATA_SIZE) > > -#define ETH_MAX_MTU 16384 /* maximum data size */ > +#define VISOR_ETH_MAX_MTU 16384 /* maximum data size */ > > #ifndef MAX_MACADDR_LEN > #define MAX_MACADDR_LEN 6 /* number of bytes in MAC address */ > @@ -288,7 +286,7 @@ struct net_pkt_xmt { > int len; /* full length of data in the packet */ > int num_frags; /* number of fragments in frags containing data */ > struct phys_info frags[MAX_PHYS_INFO]; /* physical page information */ > - char ethhdr[ETH_HEADER_SIZE]; /* the ethernet header */ > + char ethhdr[ETH_HLE...
2015 Dec 10
6
CentOS 7, NetworkMangler, and ipv6
We've started having a problem with a CentOS 7 server. It looses its IPv6 address, if I understand this issue correctly. We can get in, if we do ssh -4, though. In the logs, I'm seeing this about twice an hour: <warn> (pid 98466) unhandled DHCP event for interface ens3f0 Now, in googling, I get very few hits putting quotes around "unhanded dhcp exception" - in fact, the
2011 Dec 08
0
[LLVMdev] Benchmarking for automatic parallelization project
...y other languages) is quite practical, but perhaps not in a way that's easily benchmarked. I don't believe it's effective for "dusty decks", especially with C or C++. On the other hand, I think it can be an excellent tool to help write new code. When I write code for the Cray XMT, I very much rely on their C compiler to parallelize loops, recognize and rewrite reductions and recurrences, insert synchronization to enable additional parallelism, etc. I also rely on feedback from the compiler (in the form of an annotated listing) to show me when the compiler has done what I wa...
2019 Feb 27
0
performance issue with UID SEARCH
...s on top of an XFS > filesystem. Is there anything I can do to optimize "UID SEARCH" or > find > out why it's being a problem? I've read > https://wiki2.dovecot.org/PerformanceTuning and the linked pages. > > By "being a problem" I mean iostat -xmt 1 /dev/diskdevice shows > 100% > utilization for long periods and in some cases io service times are > > taking many seconds... which causes thunderbird to timeout when > doing > things like appending messages to user "Sent" mailboxes. > > Any ideas? &gt...
2004 Aug 06
0
autoconf problem fixex, now other probs...
...0/06/01> Babel <v3.7h> and hyphenation patterns for american, french, german, ngerman, i talian, nohyphenation, loaded. xmltex version: 2000/09/07 v1.8y (Exp): (/usr/share/texmf/tex/xmltex/xmltex.cfg) No File: spec.cfg xmlns:fo = 5 <5:root (/usr/share/texmf/tex/xmltex/passivetex/fotex.xmt ... Underfull \hbox (badness 10000) has occurred while \output is active [] <5:block 0:text-align = "center" 0:font-size = "10pt" >...
1997 Jul 28
0
Smbclient to Win95 machines
...smb_vwv[8]=256 (0x100) smb_vwv[9]=896 (0x380) smb_vwv[10]=2 (0x2) smb_vwv[11]=0 (0x0) smb_vwv[12]=51627 (0xC9AB) smb_vwv[13]=34509 (0x86CD) smb_vwv[14]=48283 (0xBC9B) smb_vwv[15]=61441 (0xF001) smb_vwv[16]=2048 (0x800) smb_bcc=8 max mux 2 max vcs 1 max raw 65536 capabilities 0x203 Sec mode 515 max xmt 2920 Got 8 byte crypt key Chose protocol [NT LM 0.12] Server time is Mon Jul 28 14:48:14 1997 Timezone is UTC-4.0 Password: size=35 smb_com=0x73 smb_rcls=1 smb_reh=0 smb_err=5 smb_flg=136 smb_flg2=1 smb_tid=0 smb_pid=19765 smb_uid=0 smb_mid=19865 smt_wct=0 smb_bcc=0 Session setup failed for userna...
1997 Dec 28
0
SMBCLIENT to Domain-Laden NT SP3
...0x0) smb_vwv[9]=64768 (0xFD00) smb_vwv[10]=67 (0x43) smb_vwv[11]=12288 (0x3000) smb_vwv[12]=54612 (0xD554) smb_vwv[13]=24843 (0x610B) smb_vwv[14]=48403 (0xBD13) smb_vwv[15]=57345 (0xE001) smb_vwv[16]=2049 (0x801) smb_bcc=32 max mux 50 max vcs 1 max raw 65536 capabilities 0x43fd Sec mode 12803 max xmt 4356 Got 8 byte crypt key Chose protocol [NT LM 0.12] Server time is Sat Dec 27 23:20:17 1997 Timezone is UTC-8.0 write_socket(3,93) write_socket(3,93) wrote 93 size=35 smb_com=0x73 smb_rcls=1 smb_reh=0 smb_err=5 smb_flg=136 smb_flg2=1 smb_tid=0 smb_pid=14713 smb_uid=1028 smb_mid=14813 smt_...
2004 Jan 21
2
CAS SF Inband tone signalling problem
1998 Oct 20
0
SMBClient authentication failing, always connecting as "Guest"
...0) smb_vwv[12]=21426 (0x53B2) smb_vwv[13]=20331 (0x4F6B) smb_vwv[14]=48636 (0xBDFC) smb_vwv[15]=11265 (0x2C01) smb_vwv[16]=2049 (0x801) smb_bcc=16 [000] B0 22 45 C7 16 7A 86 5A 52 00 43 00 48 00 00 00 ."E..z.Z R.C.H... max mux 50 max vcs 1 max raw 65536 capabilities 0x43fd Sec mode 12803 max xmt 4356 Got 8 byte crypt key Chose protocol [NT LM 0.12] Server time is Tue Oct 20 12:31:07 1998 Timezone is UTC-5.0 Password: Using encrypted passwords write_socket(3,110) write_socket(3,110) wrote 110 got smb length of 79 size=79 smb_com=0x73 smb_rcls=0 smb_reh=0 smb_err=0 smb_flg=136 smb_flg2=1 sm...
2015 Dec 15
2
PJSIP configuration question
...a different setting that I need to enter to force the REGISTER to use my companyname dot com instead of the ip address? contact = sip:didassignedbybluip at companyname.com The REGISTER succeeds (which explains internal calls working). However, they are always using my internal ip address. BluIP Xmt INVITE sip:18005551212 @bluipaddress SIP/2.0 Via: SIP/2.0/UDP myinternalipaddress:5060;rport;branch=z9hG4bKPj32298b5f-ed09-4de4-9649-da4c4b78fafb From: "Name" <sip:didassignedbybluip at myinternalipaddress>;tag=4fda8a53-8831-45bd-9b29-15eb276ceafb To:...
1999 Mar 22
0
No subject
...1]=0 (0x0) smb_vwv[12]=11246 (0x2BEE) smb_vwv[13]=24502 (0x5FB6) smb_vwv[14]=48756 (0xBE74) smb_vwv[15]=11265 (0x2C01) smb_vwv[16]=2049 (0x801) smb_bcc=14 [000] 33 2D B9 CF 11 CD E0 ED 52 4A 52 57 53 00 ......\. ...... max mux 50 max vcs 1 max raw 65535 capabilities 0x301 Sec mode 12803 max xmt 65535 Got 8 byte crypt key Chose protocol [NT LANMAN 1.0] Server time is Mon Mar 22 07:30:04 1999 Timezone is UTC-5.0 write_socket(3,93) [000] 00 00 00 59 FF 53 4D 42 73 00 00 00 00 08 01 00 ......(. ........ [010] 00 00 00 00 00 00 00 00 00 00 00 00 00 00 2B 00 ........ ........ [020] 00 00 8F...