ICode9

精准搜索请尝试: 精确搜索
  • OpenStack iaas-install-cinder-compute.sh2019-07-31 10:00:57

    #!/bin/bash source /etc/xiandian/openrc.sh 下载软件包 yum install lvm2 targetcli python-keystone openstack-cinder -y 启动服务 systemctl enable lvm2-lvmetad.service systemctl restart lvm2-lvmetad.service 创建LVM物理和逻辑卷 pvcreate -f /dev/BLOCKDISKvgc

  • 成功解决VM虚拟机内This compute has only 713.3MB disk space remaning2019-07-28 21:07:12

      解决问题 This compute has only 713.3MB disk space remaning   解决思路 这个计算只有713.3MB的磁盘空间剩余     解决方法 磁盘空间紧张,删除文件来释放空间即可!      

  • 3D局部光照模型2019-07-27 22:41:50

    原文链接:http://www.cnblogs.com/cxrs/archive/2010/01/10/1643515.html 对于光照模型,从算法理论基础而言,可分为两类,一类是基于物理理论的光照模型,另一种是基于经验的模型。从使用角度而言,可分为全局光照模型和局部光照模型,本文简单地介绍了几种最基础的

  • 在Openstack上部署compute节点上时,开启服务openstack-nova-compute.service无法启动的解决方法2019-07-25 12:55:11

          本文前一部分为本人解决问题的过程,但最终没有解决;无奈在网上找方法时,看到有网友评论说:修改controller上的guest账号密码,再重启openstack-nova-compute.service就可正常重启,结果一试,问题解决,感谢大神。   1. 在compute节点上开启服务openstack-nova-compute.service时,无

  • Compute Shaders2019-07-25 10:01:42

    周一到周五,每天一篇,北京时间早上7点准时更新~ The first sections of this chapter describe the graphics pipeline in OpenGL(本章的第一个部分描述了OpenGL的图形管线). However, OpenGL also includes the compute shader stage(OpenGL同样包含Compute Shader的阶段), which ca

  • 深入剖析Java虚拟机内存模型2019-07-09 20:00:23

    深入剖析Java虚拟机内存模型 JVM整体架构 JVM整体架构如下: 通过编写代码来分析整个内存区域 public class Math { public static final Integer CONSTANT = 666; public int compute(){ int a = 1; int b = 2; int c = (a + b) * 10; r

  • SSD的训练 Linux下2019-07-04 20:38:27

    1.下载caffe-ssd cd ssd # ssd是一个空的文件 git clone https://github.com/weiliu89/caffe.git cd caffe git checkout ssd #检查分支 2.编译前准备:Makefile.config cp Makefile.config.example Makefile.config 不谈版本的编译都不是好编译!! Python3.5+cudnn6.0.21+cuda8.

  • OpenStack核心组件—nova计算服务2019-07-01 09:42:28

    1. nova介绍   Nova 是 OpenStack 最核心的服务,负责维护和管理云环境的计算资源。OpenStack 作为 IaaS 的云操作系统,虚拟机生命周期管理也就是通过 Nova 来实现的。 用途与功能 :   1) 实例生命周期管理;   2) 管理计算资源;   3) 网络和认证管理;   4) REST 风格的 API;   

  • openstack组件使用的默认端口号2019-06-29 20:42:14

    一、OpenStack组件使用的默认端口号 openstack openstack service default ports port type keystone Identity service administrative endpoint 35357 adminurl Identity service public endpoint 5000 publicurl glance Image service API

  • A trip through the Graphics Pipeline 2011_13 Compute Shaders, UAV, atomic, structured buffer2019-06-28 19:50:31

      Welcome back to what’s going to be the last “official” part of this series – I’ll do more GPU-related posts in the future, but this series is long enough already. We’ve been touring all the regular parts of the graphics pipeline, down to different

  • python函数中把列表(list)当参数时的"入坑"与"出坑2019-06-26 18:01:08

    #!/usr/bin/env python3def compute(base, value): base.append(value) result = sum(base) print(result)if __name__ == '__main__': testlist = [10, 20, 30] compute(testlist, 15) compute(testlist, 25) compute(testlist, 35)    在Pyt

  • 第 5 章 Nova - 024 - Nova 组件如何协同工作2019-06-10 16:40:44

    Nova 物理部署方案   Nova 由很多子服务组成, OpenStack 是一个分布式系统,可以部署到若干节点上。 对于 Nova,这些服务会部署在两类节点上:计算节点和控制节点。   计算节点上安装了 Hypervisor,上面运行虚拟机。 由此可知: 1、只有 nova-compute 需要放在计算节点上 2、其他子服务则

  • Spark SQL有关broadcast join的不生效问题2019-05-20 22:51:25

    大数据计算通常会存在大表join小表的情况,如果相对较小的表允许广播到各个executor的话,可以使用广播方式mapjoin,这样还可以避免数据倾斜。 平时看文档记着有个参数是: spark.sql.autoBroadcastJoinThreshold 10485760 (10 MB) Configures the maximum size in bytes for a table

  • lammps计算的应力的方法2019-05-04 16:53:17

    摘自:http://dxli75.blog.163.com/blog/static/106768289201142893419587/ lammps计算的应力有两种: 一是体系整体的应力状态,通过在thermo_style custom里加上pxx pyy pzz pxy pxz pyz字段可将给定时间步(由thermo N命令所指定)的体系应力值输出,再求时间平均即可(实际上求出的是压强张量

  • Force Delete StatefulSet and Pods2019-03-03 12:47:53

    Issue description I encountered the problem that when delete statefulset the execution hangs, for example: kubectl delete statefulset is-en-conductor it cannot delete the statefulset and associated pods at all [root@opsft-lb-1 OpenShift] oc get all NAME

  • Openstack新建云主机的流程2019-02-28 14:51:18

    前言 前天晚上没睡觉,所以昨天睡得很早,导致今天4点就起来了 时间是人最宝贵的财富,于是我打消了钻在被子里刷剧的念头,爬起来整理一下在Openstack中新建一个云主机的流程。 Openstack可以让你在登录dashboard之后只需要点一下”创建主机“的按钮,选择相应配置,在几十秒内就可以创建

  • OpenStack端口(23)2019-02-05 18:43:44

      一、OpenStack组件使用的默认端口号 openstack openstack service default ports port type keystone Identity service administrative endpoint 35357 adminurl Identity service public endpoint 5000 publicurl glance Image service AP

  • Ubuntu Anaconda3 环境下安装caffe2019-01-22 12:01:18

    安装Python环境 本人环境为Anaconda3 ,可参照 https://blog.csdn.net/ctwy291314/article/details/86571198 完成安装Python2.7环境安装与多Python环境切换。 安装依赖包 sudo apt-get install libprotobuf-dev libleveldb-dev libsnappy-dev libopencv-dev libhdf5-serial-dev

专注分享技术,共同学习,共同进步。侵权联系[81616952@qq.com]

Copyright (C)ICode9.com, All Rights Reserved.

ICode9版权所有