This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
      Learn more about bidirectional Unicode characters
    
  
  
    
  | import openmdao.api as om | |
| import numpy as np | |
| from openmdao.utils.array_utils import evenly_distrib_idxs | |
| N = 3 | |
| class DistribComp(om.ExplicitComponent): | |
| def initialize(self): | 
  
    
      This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
      Learn more about bidirectional Unicode characters
    
  
  
    
  | FROM tacc/tacc-centos7 | |
| RUN yum -y install wget && docker-clean | |
| # install omnipath drivers | |
| RUN yum -y install \ | |
| libibverbs-devel \ | |
| numactl-devel \ | |
| libibmad-devel \ | |
| libibumad-devel \ | 
  
    
      This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
      Learn more about bidirectional Unicode characters
    
  
  
    
  | from __future__ import division | |
| from matplotlib import pyplot as plt | |
| import numpy as np | |
| sigma_mine = 2.0 | |
| sigma_they = 1.0 | |
| mean_mine = 0.3 | |
| mean_they = 0.0 | |
| N_other_players = 4 | 
  
    
      This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
      Learn more about bidirectional Unicode characters
    
  
  
    
  | .glyphicon-refresh-animate { | |
| -animation: spin .7s infinite linear; | |
| -webkit-animation: spin2 .7s infinite linear; | |
| } | |
| @-webkit-keyframes spin2 { | |
| from { -webkit-transform: rotate(0deg);} | |
| to { -webkit-transform: rotate(360deg);} | |
| } | 
NewerOlder