search for: zero2

Displaying 4 results from an estimated 4 matches for "zero2".

Did you mean: zero
2017 Apr 07
1
Slow write times to gluster disk
...[root at mseas-data2 gdata]# dd if=/dev/zero of=/home/zero1 bs=1M count=1000 1000+0 records in 1000+0 records out 1048576000 bytes (1.0 GB) copied, 0.686021 s, *1.5 GB/s - *3 times as fast* Copy from /gdata to /gdata (gluster to gluster) *[root at mseas-data2 gdata]# dd if=/gdata/zero1 of=/gdata/zero2 2048000+0 records in 2048000+0 records out 1048576000 bytes (1.0 GB) copied, 101.052 s, *10.4 MB/s* - realllyyy slooowww *Copy from /gdata to /gdata* *2nd time *(gluster to gluster)** [root at mseas-data2 gdata]# dd if=/gdata/zero1 of=/gdata/zero2 2048000+0 records in 2048000+0 records out 10485...
2005 Jan 31
1
[LLVMdev] Question about Global Variable
...ue, it is a pointer of constant, like constant *. I cannot assign it to the AddrOfGstr[i]. How could I get memory address the initial vaule, not the pointer of constant? I tried to use the following way, std::vector <Value *> idxVec; Value *Zero1 = ConstantInt::get(Type::IntTy , 0); Value *Zero2 = ConstantInt::get(Type::IntTy , 0); idxVec.push_back(Zero1); idxVec.push_back(Zero2); Constant *pStr = ConstantExpr::getGetElementPtr(Cstr, idxVec); // trying to get pointer of initial value GetElementPtrInst *GEP = new GetElementPtrInst( PointerAry , idxVec, "GetAryElement" , BB); /...
2005 Feb 02
1
[LLVMdev] RE: Question about Global Variable
...ariable > should be a pointer to a GlobalVariable. This Value* will have a > pointer-to-array-of-byte type. > > > I tried to use the following way, > > > > std::vector <Value *> idxVec; > > Value *Zero1 = ConstantInt::get(Type::IntTy , 0); > > Value *Zero2 = ConstantInt::get(Type::IntTy , 0); > > > > idxVec.push_back(Zero1); > > idxVec.push_back(Zero2); > > > > Constant *pStr = ConstantExpr::getGetElementPtr(Cstr, idxVec); // trying to get pointer of initial value > > Very close. Try using gI instead of Cstr. &gt...
2011 Mar 24
1
.Fortran successful, R locks up.
...-fPIC -g -O2 -c closefiles.f gfortran -shared -o swat.so modparm.o addh.o albedo.o allocate_parms.o alph.o analyse.o anfert.o apex_day.o apply.o ascrv.o ---SNIP successful link output---- writeaa.o writed.o writem.o writeswatfile.o writeswatmain.o xisquare.o xiunc.o xmon.o ysed.o zero0.o zero1.o zero2.o zeroini.o closefiles.o installing to /glade/home/fuka/R/x86_64-unknown-linux-gnu-library/2.12/EcoHydrology/libs ** R ** data ** preparing package for lazy loading ** help *** installing help indices ** building package indices ... ** testing if installed package can be loaded * DONE (EcoHydrolog...