search for: fastdata

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

Did you mean: lastdata
2007 Apr 14
1
Move data from the zpool (root) to a zfs file system
...t24d0 # zpool list NAME SIZE USED AVAIL CAP HEALTH ALTROOT iscsi 9.53T 64.5K 5.34T 0% ONLINE - # zfs set mountpoint=/mydisks/iscsi iscsi Then copied almost 6TB (uncompressed) of data into a subdirectory of the root zpool: /mydisks/iscsi/fastdata. (I know, RTFM before using ZFS). So, now for many obvious reasons I want to move my data into a filesystem below my iscsi zpool (call: iscsi/fastdata). So I tried the following: # cd /mydisks/iscsi # ls fastdata/ # mv fastdata fastdata.old/ # zfs snapshot iscsi at today # zfs clone iscsi at...
2017 Aug 23
1
No rule to make target all.R, needed by compiler.rdb building R 3.4.1 from source, Scientific Linux release 6.9 (Carbon)
...if PCRE version >= 8.20, < 10.0 and has UTF-8 support... yes checking if PCRE version >= 8.32... yes checking whether PCRE support suffices... yes The final status from the command: R is now configured for x86_64-pc-linux-gnu Source directory: . Installation directory: /fastdata/mbp15ja/R-3.4.1 C compiler: gcc -I/usr/local/packages6/compilers/gcc/5.4.0/include Fortran 77 compiler: gfortran -g -O2 Default C++ compiler: g++ -g -O2 C++98 compiler: g++ -g -O2 C++11 compiler: g++ -std=gnu++11 -g -O2 C++14 compil...
2017 Aug 23
2
No rule to make target all.R, needed by compiler.rdb building R 3.4.1 from source, Scientific Linux release 6.9 (Carbon)
...4.7/zlib/1.2.8 #Load the new bzip2 module module load libs/gcc/4.4.7/bzip2/1.0.6 export LDFLAGS="-L/usr/local/packages6/libs/gcc/4.4.7/bzip2/1.0.6/lib/" #load pcre module module load libs/gcc/4.4.7/pcre/8.37 #Set up environment variables and create directories version=3.4.1 install_dir=/fastdata/mbp15ja/R-$version build_dir=/data/mbp15ja/R-$version mkdir -p $build_dir mkdir -p $install_dir cd $build_dir #Set up modules module load libs/gcc/lapack module load libs/gcc/blas #Download, untar and enter build directory wget https://cran.rstudio.com/src/base/R-3/R-$version.tar.gz tar -xzf ./R...
2017 Aug 18
4
No rule to make target all.R, needed by compiler.rdb building R 3.4.1 from source, Scientific Linux release 6.9 (Carbon)
...les and run: *./configure --prefix $install_dir --with-blas --with-lapack --enable-R-shlib 2>&1 | tee config-R-$version.log* The "configure" command seems to run ok: *R is now configured for x86_64-pc-linux-gnu* * Source directory: .* * Installation directory: /fastdata/mbp15ja/R-3.4.1* * C compiler: gcc -I/usr/local/packages6/compilers/gcc/5.4.0/include* * Fortran 77 compiler: gfortran -g -O2* * Default C++ compiler: g++ -g -O2* * C++98 compiler: g++ -g -O2* * C++11 compiler: g++ -std=gnu++11 -g -O2* *...