search for: cpo

Displaying 6 results from an estimated 6 matches for "cpo".

Did you mean: co
2009 Mar 31
1
error during DPpackage compilation
...? ? ? ? ? ? ? ? ? ? ? ? ? ? ? 1 LDDPdensity.f:236: (continued): ? ? ? ? ?integer mcmc(3),nburn,nskip,nsave,ndisplay ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ?2 Invalid declaration of or reference to symbol `nsave' at (2) [initially seen at (1)] LDDPdensity.f:9: ? ? ? ? & ? ? ? ? ? ? ? ? ? ? ? ?cpo,thetasave,randsave, ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ?1 LDDPdensity.f:291: (continued): ? ? ? ? ?open(unit=1,file='dppackage1.out',status='unknown', ? ? ? ? ?2 Invalid declaration of or reference to symbol `thetasave' at (2) [initially seen at (1)] LDDPdensity.f:9: ? ? ? ?...
2007 Jan 03
0
samba3.0.23d group permissions problem
...missions are not honored when accessing share from Windows XP clients. If I ssh to the server permissions work as expected and I can access those files. For example: id testuser uid=11111(testuser) gid=11195(systems) groups=11195(systems), 0(wheel), 10512(domain admins), 10513(domain users), 11137(cpo), 11191(physical), 11194(records), 11205(vpn users), 11666(fao), 12023(webpages), 10000, 10001 pw group show wheel wheel:*:0:root,testuser pw group show records records:*:11194:testuser drwsrwx--- 4 root avc 512 Nov 23 2004 AVC drwsrwx--- 155 root analysis 5120 Dec 14 11:49 Anal...
2002 Oct 30
1
Crontab ??
********************************************************************** Este email assim como os ficheiros que possa ter em anexo s?o confidenciais e para uso exclusivo da pessoa ou organiza??o para o qual foi enviado. Se recebeu este email por engano por favor notifique Redes@bnc.pt Esta nota confirma que esta mensagem foi verificada pelo MIMEsweeper n?o tendo sido encontrados virus.
2014 Dec 05
6
[LLVMdev] instruction/intrinsic for segmented adressing
Hi, would like to use LLVM as backend for a compiler. One of the features I would like to implement is segment based addressing for position independent data. For some it may sound strange, for others the opposite. No need to write complex story. Imagine you have a custom alocator that manages an area of 1GB of memory. Your application uses a custom allocator to allocate memory inside this area,
2006 Oct 17
4
Merb, Mongrel+Erb
Hey there folks- I''m happy to announce the first useable release of my new pocket- framework Merb. Merb is a mongrel handler with built in controller and view templating with erb. It has a nice routing system similar to rails but much simpler. It uses some of the code from the camping handler and the rails handler and then some of its own secret sauce to form imho a nice fast
2014 Dec 06
2
[LLVMdev] instruction/intrinsic for segmented adressing
...ne __attribute__((always_inline)) template<class A> class CompactPointer { uint32_t adr; public: ainline A *operator->() { return reinterpret_cast<A*>(static_cast<uint32_t*>(global_segment)+adr);} }; int main() { CompactPointer<OtherObject> cpoo; CompactPointer<Object> cp = cpoo->cpo; } ~ all such dereferencing statements would have in the IR references to the global_segment. Could track back all those (with a custom LLVM pass) and translate to a "segmented instruction". Having seen that address(256) is specific to...