Skip to content

Instantly share code, notes, and snippets.

View simonsays1980's full-sized avatar
💭
Researcher, Engineer & Entrepreneur. Contributor to Ray.

simonsays1980

💭
Researcher, Engineer & Entrepreneur. Contributor to Ray.
View GitHub Profile
Running as user: `tensorboard --logdir gs://<bucket_name>/<folder>/ --load_fast false`
2022-11-29 11:47:51.961773: W tensorflow/stream_executor/platform/default/dso_loader.cc:64] Could not load dynamic library 'libcudart.so.11.0'; dlerror: libcudart.so.11.0: cannot open shared object file: No such file or directory
2022-11-29 11:47:51.961827: I tensorflow/stream_executor/cuda/cudart_stub.cc:29] Ignore above cudart dlerror if you do not have a GPU set up on your machine.
WARNING:root:Limited tf.compat.v2.summary API due to missing TensorBoard installation.
WARNING:root:Limited tf.compat.v2.summary API due to missing TensorBoard installation.
WARNING:root:Limited tf.compat.v2.summary API due to missing TensorBoard installation.
WARNING:root:Limited tf.summary API due to missing TensorBoard installation.
WARNING:root:Limited tf.compat.v2.summary API due to missing TensorBoard installation.
WARNING:root:Limited tf.compat.v2.summary API due to missing TensorBoard installation.
@simonsays1980
simonsays1980 / config.log R-3.0.2 with intel compiler 14.0.1
Created November 7, 2013 18:29
config.log R-3.0.2 with intel compiler 14.0.1
This file contains any messages produced by compilers while
running configure, to aid debugging if configure makes a mistake.
It was created by R configure 3.0.2, which was
generated by GNU Autoconf 2.69. Invocation command line was
$ ../R-3.0.2/configure OBJC=clang --enable-R-framework=/usr/local/R/R-intel --enable-memory-profiling --enable-openmp --with-system-zlib --x-includes=/usr/X11/include/ --x-libraries=/usr/X11/lib/ --with-blas=-lmkl_gf_lp64 -lmkl_intel_thread -lmkl_core -liomp5 -lpthread --with-lapack CPPFLAGS=-D__ACCELERATE__
## --------- ##
## Platform. ##
"/Library/Frameworks/R.framework/Resources/bin/Rscript" --vanilla -e "untar(tarfile='nlopt-2.3.tar.gz')"`
rm -rf nlopt-2.3.tar.gz
echo "Installing library to: `pwd`/nlopt-2.3"
Installing library to: /private/var/folders/h6/9t1cybr13cvgz6f9567njzhm0000gn/T/Rtmpo3Iy2x/R.INSTALL11eac54b9eebf/nloptr/src/nlopt-2.3
cd nlopt-2.3; \
./configure --prefix="`pwd`" --enable-shared --enable-static --without-octave --without-matlab --without-guile --without-python --with-cxx CC="`"/Library/Frameworks/R.framework/Resources/bin/R" CMD config CC`" CFLAGS="`"/Library/Frameworks/R.framework/Resources/bin/R" CMD config CFLAGS`" CPP="`"/Library/Frameworks/R.framework/Resources/bin/R" CMD config CPP`" CPPFLAGS="`"/Library/Frameworks/R.framework/Resources/bin/R" CMD config CPPFLAGS`" CXX="`"/Library/Frameworks/R.framework/Resources/bin/R" CMD config CXX`" CXXFLAGS="`"/Library/Frameworks/R.framework/Resources/bin/R" CMD config CXXFLAGS`" CXXCPP="`"/Library/Frameworks/R.framework/Resources/bin/R" CMD config CXXCPP`"; \
make; \
ma