Displaying 2 results from an estimated 2 matches for "swrite".
Did you mean:
write
2012 May 13
1
Problem compiling package LogicReg - make Error 255
...get `.m.o'
gfortran -O3 -mtune=core2 -c My_own_scoring.f -o My_own_scoring.o
gfortran -O3 -mtune=core2 -c external.f -o external.o
gfortran -O3 -mtune=core2 -c slogic.f -o slogic.o
gcc -I"C:/PROGRA~1/R/R-214~1.2/include" -O3 -Wall -std=gnu99
-mtune
ore2 -c swrite.c -o swrite.o
"zMy_own_scoring.o external.o slogic.o swrite.o" was unexpected at this
time.
make: *** [LogicReg.dll] Error 255
ERROR: compilation failed for package 'LogicReg'
* removing 'C:/Users/user/Documents/R/win-library/2.14/LogicReg'
* restoring previous 'C:/Use...
2017 Jul 31
2
read/write performance through mount point by guestmount
I create a *4x256GB-SSD RAID0(/dev/md1)* and I test the performance through
fio.
fio config:
ioengine=libaiodirect=1time_basedruntime=120ramp_time=30size=100g
The sequential read/write performance is:
>
> *read: 2000MB/swrite: 1800MB/s*
Now I make a ext4 on the RAID0(/dev/md1) and mount on /home/.
ANd I create a 100G-disk.qcow2 by guestfish.
> $guestfish
> ><fish>: disk-create disk.qcow2 qcow2 100*1024*1024*1024
> ><fish>: run
> ><fish>: mkfs ext4 /dev/sda
> ><fish>:...