I II III 2

Size: px
Start display at page:

Download "I II III 2"

Transcription

1 1

2 I II III 2

3 FY Hitachi SR11K/J2 IBM Power TFLOPS, 16.4TB Yayoi: Hitachi SR16000/M1 IBM Power TFLOPS, 11.2 TB Hitachi HA8000 (T2K) AMD Opteron 140TFLOPS, 31.3TB Oakleaf-FX: Fujitsu PRIMEHPC FX10, SPARC64 IXfx 1.13 PFLOPS, 150 TB Oakforest-PACS Fujitsu, Intel KNL 25PFLOPS, 919.3TB Post FX PFLOPS (?) Oakbridge-FX TFLOPS, 18.4 TB Reedbush, SGI Broadwell + Pascal PFLOPS Peta K K computer Post-K 3

4 4

5 5

6 6

7 7

8 T t +r (UT)+r (αrt)=s T solve(fvm::ddt(t) + fvm::div(phi,t) - fvm::laplacian(dt,t) == fvoptions(t)); 8

9 9

10 $ sol;ls grep -v doc wc -l 12 $ find. -regex '.*/ Make/files' xargs grep EXE wc -l 82 $ tut;find. -name controldict wc -l

11 [OFF] [OFT] sites.google.com/site/freshtamanegi/ 11

12 [OFT] [OFF] 12

13 [OFT] 13

14 [OFT] 14

15 [OFF] 15

16 [OFT] 16

17 ( ) ( ) [blockmesh snappyhexmesh ] [setfields ] () [ParaView Visit ] () [cfmesh,salome,gmsh ] ( ) [decomposepar] [icofoam ] [gmshtofoam ] ( ) [reconstructpar] [sample ] 17

18 18

19 application icofoam; startfrom starttime; starttime 0; stopat endtime; endtime 0.5; deltat 0.005; writecontrol timestep; writeinterval 20; writeformat ascii; writeprecision 6; writecompression off; blockmesh toposet splitmeshregions -cellzones changedictionary -region : faceagglomerate -region : viewfactorsgen -region : chtmultiregionsimplefoam 19

20 20

21 21

22 22

23 I U 23

24 d=0.1 m U=1 m/s U=1 m/s ν=0.01 m2 /s Re= du/ν =10 icofoam 0.1m 0.1m icofoam r U =0 U t +r (UU) r νru = rp U p ν 24

25 25

26 26

27 ssh reedbush.cc.u-tokyo.ac.jp -l txxxxx -Y txxxxx xev X Cntr-C( C ) cdw cp /lustre/gt00/zyyyyy/lecture.tar./ tar xf lecture.tar zyyyyy WEB lecture ln -s $PWD/lecture ~/ ~/lecture /lustre/gt00/txxxxx/lecture 27

28 module avail -l - Package Versions -+- Last mod /lustre/app/modulefiles/compiler: intel-mpi/ default 2017/03/30 /lustre/app/modulefiles/mpi: intel-mpi/ default 2017/03/30 mpt/ /06/28 /lustre/app/modulefiles/application: openfoam/1612-mpt openfoam/3.0.1 openfoam/3.0.1-mpt 2017/01/ /08/ /08/31 /lustre/app/modulefiles/tools: intel-vtune/ /05/08 Intel MPI OpenFOAM 1612-mpt(v1612+ ) 28

29 module unload intel load intel unload module load intel/ module unload intel-mpi module load mpt/2.14 module load openfoam/1612-mpt intel load intel-mpi unload mpt/2.14 load OpenFOAM v1612+ load. $WM_PROJECT_DIR/etc/bashrc $WM_PROJECT_DIR ) 29

30 alias cdw) run : src : app : util : sol : tut : alias OF1612mpt='\ module unload intel intel-mpi mpt openfoam;\ module load intel/ ;\ module unload intel-mpi;\ module load mpt/2.14;\ unset WM_PROJECT_DIR;\ module load openfoam/1612-mpt;\. $WM_PROJECT_DIR/etc/bashrc\ ' OF1612mpt ~/.bashrc. ~/.bashrc 30

31 cdw cd cdw cd lecture/ cp -r $FOAM_TUTORIALS/incompressible/icoFoam/cavity/cavity./ cd cavity $FOAM_TUTORIALS tree find sort. 0 tree U ( ) p constant transportproperties system blockmeshdict controldict fvschemes fvsolution../0 find sort./0/u./0/p./constant./constant/transportproperties./system./system/blockmeshdict./system/controldict./system/fvschemes./system/fvsolution 31

32 0/ // U // p // constant/ // transportproperties // ( ) constant/polymesh/ // system/ blockmeshdict controldict fvschemes fvsolution // // // // // 32

33 blockmesh 0/ U p constant/ transportproperties constant/polymesh/ boundary faces,neighbor,owner,points system/ blockmeshdict controldict fvschemes fvsolution / U, p, phi icofoam 33

34 34

35 20 (Δy=5mm) 1 (Δz=10mm) 20 (Δx=5mm) 35

36 more system/blockmeshdict /* *- C++ -* *\ ========= \\ / F ield OpenFOAM: The Open Source CFD Toolbox \\ / O peration Version: plus \\ / A nd Web: \\/ M anipulation \* */ FoamFile { version 2.0; format ascii; class dictionary; object blockmeshdict; } // * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * // converttometers 0.1; vertices ( (0 0 0) (1 0 0) (1 1 0) --More--(55%) more ( more) SPC b /. h q 36

37 system/blockmeshdict converttometers 0.1; // vertices // ( (0 0 0) // 0 (1 0 0) // 1 (1 1 0) // 2 (0 1 0) // 3 ( ) // 4 ( ) // 5 ( ) // 6 ( ) // 7 ); 37

38 system/blockmeshdict blocks // ( hex ( ) ( ) simplegrading (1 1 1) // // 1= ); edges // ( ); 38

39 system/blockmeshdict boundary // ( movingwall // { type wall; // faces // ( ( ) // // // ); } ); frontandback { } // type empty; // (2 ) faces ( ( ) ( ) ); fixedwalls // // 39

40 cp -a../share/*./ more blockmesh.sh Ghia blockmesh.sh #!/bin/bash ( u-tutorial ) #PBS -q u-lecture #PBS -W group_list=gt00 #PBS -l select=1:ncpus=1:mpiprocs=1:ompthreads=1 #PBS -l walltime=0:10:00 select( )=1 ncpus( )=1 cd $PBS_O_WORKDIR export MPI_BUFFER_SIZE= mpiprocs( MPI )=1. /etc/profile.d/modules.sh ompthreads( module purge )=1 MPI 1 module load intel/ module load mpt/2.14 module module load openfoam/1612-mpt module purge load blockmesh >& log.blockmesh blockmesh 40

41 qsub blockmesh.sh JOB_ID.reedbush-pbsadmin0 #JOB_ID rbstat JOB_ID JOB_NAME STATUS PROJECT QUEUE START_DATE ELAPSE TOKEN NODE JOB_ID blockmesh. QUEUED gt00 u-lecture JOB_ID JOB_NAME STATUS PROJECT QUEUE START_DATE ELAPSE TOKEN NODE JOB_ID blockmesh. RUNNING gt00 u-lecture JOB_ID JOB_NAME STATUS PROJECT QUEUE START_DATE ELAPSE TOKEN NODE qdel JOB_ID 41

42 tree 0 U p blockmesh.sh blockmesh.sh.e91438 blockmesh.sh.o91438 constant polymesh boundary faces neighbour owner points transportproperties icofoam.sh log.blockmesh system blockmeshdict controldict fvschemes fvsolution. JOB_ID blockmesh more blockmesh.sh.*../share 42

43 more log.blockmesh log.blockmesh Mesh Information boundingbox: (0 0 0) ( ) npoints: 882 ncells: 400 nfaces: 1640 ( ) ninternalfaces: 760 ( ) Patches ( ) patch 0 (start: 760 size: 20) name: movingwall patch 1 (start: 780 size: 60) name: fixedwalls patch 2 (start: 840 size: 800) name: frontandback End 43

44 44

45 ~/lecture /lecture cd ls scp -r txxxxx (xxxxx ) lecture mv lecture lecture.orig cd lecture/cavity/ passphrase 45

46 46

47 Client Data Server Render Server 47

48 Client Data Server Render Server paraview Data Server Render Server pvserver Client paraview Data Server Render Server pvdataserver pvrenderserver Client paraview 48

49 49

50 touch pv.foam pv.foam parafoam 50

51 Outline Points Wireframe Surface Surface With Edges Volume 51

52 52

53 0/ U more 0/U 0/U dimensions [ ]; # #SI [kg] [m] [s] [K] [kgmol] [A] [cd] #( [m]) ( [s]) -1 [m/s] internalfield uniform (0 0 0); # 0 (= 0) 53

54 0/U boundaryfield { movingwall { type fixedvalue; # # # } value uniform (1 0 0); #(1,0,0) ( ) } fixedwalls { type noslip; } frontandback { type empty; } # # #2 54

55 0/ more 0/p 0/p p dimensions [ ]; # #SI [kg] [m] [s] [K] [kgmol] [A] [cd] #OpenFOAM #( ) ( ) ( ) -2 / (( ) ( ) -3 ) = ( ) 2 ( ) -2 # p internalfield uniform 0; # 0() 55

56 0/p boundaryfield # { movingwall # { type zerogradient; # 0 } } fixedwalls { } type zerogradient; frontandback { type empty; } # #2 56

57 constant/ transportproperties ( ) more constant/transportproperties constant/transportproperties nu [ ] 0.01; // nu // [m 2 /s] 57

58 system/ controldict fvschemes fvsolution // // // // system/fvschemes ( ) ddtschemes // { default Euler; //Euler //default: } gradschemes // { default Gauss linear; // } divschemes // { div(phi,u) Gauss linear; //div(phi,u): U (phi ) } system/fvsolution ( ) solvers { p { solver // // PCG; // preconditioner DIC; // tolerance 1e-06; // } } PISO //PISO ( ) { } ncorrectors 2; //PISO 58

59 system/controldict application icofoam; // startfrom starttime; // ( latesttime ) starttime 0; // [s] stopat endtime; // ( nextwrite ) endtime 0.5; // [s] deltat 0.005; // [s] writecontrol timestep; // writeinterval 20; // (20time step=0.1s ) writeformat ascii; //(ascii, binary) writeprecision 6; // ( ascii ) writecompression off; // (off, on) timeformat general; // timeprecision 6; // runtimemodifiable true; // 59

60 vi system/controldict emacs nano, gedit system/controldict functions { #includefunc residuals } F ( Ux, Uy:, p: ) ( ) postprocessing/residuals/ /residuals.dat # Residuals # Time Ux Uy p e e e e e e-01 60

61 icofoam.sh ( ) #!/bin/bash ( u-tutorial ) #PBS -q u-lecture #PBS -W group_list=gt00 #PBS -l select=1:ncpus=1:mpiprocs=1:ompthreads=1 #PBS -l walltime=0:10:00 cd $PBS_O_WORKDIR export MPI_BUFFER_SIZE= /etc/profile.d/modules.sh module purge module load intel/ module load mpt/2.14 module load openfoam/1612-mot icofoam >& log.icofoam icofoam (blockmesh.sh ) qsub icofoam.sh 61

62 tree 0.1 (0.1, 0.2, , 0.5) U p phi ( ) uniform time 0.2 icofoam.sh.e91439 icofoam.sh.o91439 log.icofoam 62

63 more log.icofoam log.icofoam Build : v1612+ Exec : icofoam Date : Jan Time : 00:00:00 Host : nxxx" # ( ) # # ( ) # ( ) # ( ) PID : xxxxx # ID( ) Case : /xx/lecture/cavity # ( ) nprocs : 1 # ( ) # ( 1) filemodificationchecking : Monitoring run-time modified files using timestampmaster (filemodificationskew 10) allowsystemoperations : Allowing user-supplied system call operations 63

64 log.icofoam Starting time loop # ( ) Time = # Courant Number mean: 0 max: 0 #(1 ) smoothsolver: Solving for Ux, Initial residual = 1, Final residual = e-06, No Iterations 19 #Ux( x ) (Uy) #smoothsolver: (Gauss-Seidel ) #Initial residual: #Final residual: #No Iterations: DICPCG: Solving for p, Initial residual = 1, Final residual = e-07, No Iterations 35 #p( ) #DICPCG: PCG( )+ DIC 64

65 log.icofoam time step continuity errors : sum local = e-09, global = e-21, cumulative = e-21 # #sum local : #global : ( ) #cumulative : global ExecutionTime = 0.22 s ClockTime = 4 s #ExecutionTime: (0.01 ) #ClockTime: I/O ( ) Time = 0.01 # # End #OpenFOAM End 65

66 -r 1 foammonitor -r 1 -l postprocessing/residuals/0/residuals.dat & Ux,Uy p (postprocessing/ residuals/0/ residuals.dat) 60 Ctrl+C 66

67 67

68 ~/lecture/cavity/ /lecture/cavity/ rsync -auv receiving file list... done./ icofoam.sh.ejob_id icofoam icofoam.sh.ojob_id log.icofoam (rsync ) : /( ) a=archive() u=update(), v=verbose() 68

69 69

70 70

71 71

72 72

73 73

74 II postprocess ( sample gnuplot profile line profile line 74

75 cdw cd lecture/ cp -a cavity cavityre100 cd cavityre100/ foamcleantutorials postprocessing echo *.sh.* rm *.sh.* echo rm *. rm -i 75

76 vi system/blockmeshdict converttometers 0.11; // vertices ( (0 0 0) // 0 vi system/controldict endtime 0.530; // [s] deltat 0.005; // [s] writecontrol // (1 0 0) // 1 ( 1 1 ) timestep; // writeinterval ; // (1000time step=5s ) Re 30s 5s Re 76

77 serial.sh ( ) #!/bin/bash #PBS -q u-lecture ( u-tutorial ) #PBS -W group_list=gt00 #PBS -l select=1:ncpus=1:mpiprocs=1:ompthreads=1 #PBS -l walltime=0:10:00 cd $PBS_O_WORKDIR export MPI_BUFFER_SIZE= /etc/profile.d/modules.sh module purge module load intel/ module load mpt/2.14 module load openfoam/1612-mot blockmesh >& log.blockmesh icofoam >& log.icofoam qsub serial.sh blockmesh icofoam 77

78 rbstat foammonitor -r 1 -l postprocessing/residuals/0/residuals.dat & tail -f log.icofoam tail Ctrl-C No Iteration qdel JOB_ID 78

79 more system/sample system/sample type sets; setformat raw; interpolationscheme cellpointface; sets ( linex1 { type midpointandface; axis x; start ( ); end ( ); } liney1 linex1 ); fields( U ); raw: vtk,csv,gnuplot cellpointface: cell( ) cellpoint: face x/y/z/xyz( ) linex1 liney1 79

80 postprocess -func sample -latesttime -latesttime more postprocessing/sample/30/linex1_u.xy postprocessing/sample/30/linex1_u.xy x Ux Uy Uz sample Axis x x :

81 more profiles.gp profiles.gp( ) plot \ 'u-vel.dat' using 3:2 axes x2y1 title 'Ghia et al., u' with point pt 4\,'v-vel.dat' using 2:3 axes x1y2 title 'Ghia et al., v' with point pt 6\,'< cat postprocessing/sample/*/liney1_u.xy \ using 2:1 axes x2y1 title 'case 0, u' \,'< cat postprocessing/sample/*/linex1_u.xy' \ using 1:3 axes x1y2 title 'case 0, v' u-vel.dat v-vel.dat Ghia - OpenFOAM ) Re Re=100(3 ), 400(4), 1000(5), 3200(6), 5000(7), 7500(8),10000(9) gnuplot profiles.gp evince profiles.pdf 81

82 u Ghia et al., u Ghia et al., v case 0, u case 0, v y v x Renu profiles.gp blockmesh 82

83 III decomposepar reconstructpar processor 2 processor 3 processor 0 processor 1 dambreakfine 83

84 system/decomposepardict numberofsubdomains 4; // method simple; // simplecoeffs // { } n delta 0.001; ( ); // hierarchicalcoeffs // { } n ( ); order xyz; // delta 0.001; simple hierarchical metis metis scotch manual 84

85 system/ decomposepardict metis scotchcoeffs metiscoeffs { processorweights ( ); // // } scotch

86 parallel.sh ( MPI) #!/bin/bash #PBS -q u-lecture ( u-tutorial ) #PBS -W group_list=gt00 #PBS -l select=1:ncpus=4:mpiprocs=4:ompthreads=1 #PBS -l walltime=0:10:00 select( )=1 cd $PBS_O_WORKDIR export MPI_BUFFER_SIZE= /etc/profile.d/modules.sh module purge module load intel/ module load mpt/2.14 module load openfoam/1612-mpt blockmesh >& log.blockmesh decomposepar -celldist >& log.decomposepar mpiexec_mpt icofoam -parallel >& log.icofoam SGI MPT mpiexec reconstructpar >& log.reconstructpar ncpus( )=4 mpiprocs(mpi )=4 ompthreads( )=1 (-celldist ) icofoam 86

87 qsub parallel.sh more log.decomposepar log.decomposepar Processor 0 # 0 Number of cells = 4096 # Number of faces shared with processor 1 = 64 #1 Number of faces shared with processor 2 = 64 #2 processor 2 processor 0 Number of processor patches = 2 # Number of processor faces = 128 # (=64+64) Number of boundary faces = 8320 # processor 3 processor 1 Processor 1 # 1 Number of cells = 4096 # 87

88 log.decomposepar Number of processor faces = 256 # ( ) # # Max number of cells = 4096 (0% above average 4096) Max number of processor patches = 2 (0% above average 2) Max number of faces between processors = 128 (0% above average 128) Wrote decomposition as volscalarfield to celldist for use in postprocessing. Time = 0 Processor 0: field transfer # 0 ( ) Processor 1: field transfer Processor 2: field transfer Processor 3: field transfer processor 2 processor 0 processor 3 processor 1 88

89 constant/ polymesh/ # 0/ # U, p # processor 2 processor 3 processor0/ # constant polymesh/ # processor 0 processor 1 0/ # U,p # processor1/ # processor0 processor2/ processor3/ 89

90 more log.icofoam log.icofoam nprocs : 4 # Slaves : 3 # (nprocs-1) ( "n " "n " #.PID( ID) ( PID) #= "n " ) Pstream initialized with: # () floattransfer : 0 nprocssimplesum : 0 commstype : nonblocking polling iterations : 0 90

91 processor0/ 5/ U, p, phi : 30/ processor1/ 5/ U, p, phi processor2/ 5/ U, p, phi processor3/ 5/ U, p, phi 5/ 10/ : 30/ () U, p, phi U, p, phi U, p, phi 91

92 ~/lecture/ /lecture/ cd ~/lecture rsync -auv ( ) cd touch pv.foam 92

93 pv.foam processor 2 processor 3 decomposepar processor 0 processor 1 celldist 0 celldist 93

94 SP SP = TS / TP TS TP E P EP = SP / P 100 [%] T8 < T12 94

95 95

96 1 Re= or (Strong scaling) log.icofoam log.icofoam ClockTime t1,t4 =t1/t4 =(t1/t4)/4 2 1 (Strong scaling)

97 ( ) intelvtune CLI (GUI Reedbush ) intel VTune module module load intel-vtune/ cdw cd lecture/ cp -r cavityre100 cavityre100-p cd cavityre100-p foamcleantutorials ( ) blockmesh 97

98 intel VTune icofoam amplxe-cl -collect hotspots -r vtune icofoam > log.icofoam tail log.icofoam Elapsed Time: CPU Time: Average CPU Usage: CPU 79.8% amplxe-cl -R hotspots -r vtune > vtune.txt more vtune.txt Function CPU Time : std::ostream::flush 1.511s : Foam::DICPreconditioner::precondition 0.150s : Foam::lduMatrix::Amul 0.140s : DIC CPU 98

99 DNS basic combustion compressible discretemethods electromagnetics financial heattransfer incompressible mesh multiphase lagrangian resources stressanalysis 99

100 cdw cd lecture/ cp -r $FOAM_TUTORIALS. cd tutorials/incompressible/simplefoam/motorbike/ cp ~/lecture/foamruntutorials.sh./ qsub foamruntutorials.sh rbstat tail -f log.foamruntutorials foamruntutorials foamcleantutorials # 100

101 cd ~/lecture/ mkdir tutorials cd tutorials/ rsync -auv -- exclude=processor* 1 exclude processor* cd incompressible/simplefoam/motorbike/ touch pv.foam 101

102 hex split hex hex split split hex 102

103

104 104

105 105

106 $%&#! '()*&#! +,-!./0! blockmesh! OpenFOAM! ! Gmsh! ParaView! Salome! VisIt! CAD! snappyhexmesh! Netgen! <=>?! 89:;! Ensight! FieldView! Gambit! Mesh! 1!2! 1!2! I/O! OpenFOAM! D4EF+4G! HI! 106

107 blockmeshdict y 0 z x blockmesh 107

108 108

109 constant/polymesh 1/polyMesh 2/polyMesh 3/polyMesh overwrite constant/polymesh blockmesh snappyhexmesh 109

110 snappyhexmesh 110

111 system/snappyhexmeshdict castellatedmesh true; // snap true; // addlayers false; // geometry { flange.stl // CAD (constant/trisurface ) { } type trisurfacemesh; // name flange; //geometry }; ( ) 111

112 system/snappyhexmeshdict refinementsurfaces // { flange //geometry { //( ) level (2 2); } } 2( ) 0( ) 112

113 cdw cd lecture/tutorials/mesh/snappyhexmesh/flange/ cp ~/lecture/foamruntutorials.sh./ qsub foamruntutorials.sh 1. Use VTKPolyhedron check Mesh Parts select all Apply 2.Filters/Extract Block/Block Indices/ patches select Apply 3. Filters/Feature Edges Apply Coloring/Solid Color 4. Pipeline browser/extractblock1 hidden, flange.openfoam select 5. Filters/Slice/Z Normal Show Plane,Triangulate the slice uncheck, Crinkle slice check Apply 6. Representation/Surface With Edges Coloring/Solid Color (Feature edegs) (internalmesh) Extract Block internalmesh paches 113

114 ~/.bashrc (. ~/.bashrc ) alias OF301mpt='\ module unload intel intel-mpi mpt openfoam;\ module load intel/ ;\ module load mpt/2.14;\ unset WM_PROJECT_DIR;\ module load openfoam/3.0.1-mpt;\. $WM_PROJECT_DIR/etc/bashrc\ ' alias OF301impi='\ module unload intel intel-mpi mpt openfoam;\ module unload openfoam;\ module load intel/ ;\ module load intel-mpi/ ;\ unset WM_PROJECT_DIR;\ module load openfoam/3.0.1;\. $WM_PROJECT_DIR/etc/bashrc\ ' OF301mpt OF301impt 114

115 ~/.bashrc (. ~/.bashrc ) alias OF40impi='\ module unload intel intel-mpi mpt openfoam;\ module load intel/ ;\ module load intel-mpi/ ;\. /lustre/app/openfoam/4.0/openfoam-4.0/etc/bashrc\ ' alias OF1606impi='\ module unload intel intel-mpi mpt openfoam;\ module load intel/ ;\ module load intel-mpi/ ;\. /lustre/app/openfoam/1606+/openfoam-v1606+/etc/bashrc\ ' OF40impi OF1606impi 115

116 cdw mkdir OpenFOAM cd OpenFOAM ln -s $PWD ~/ OpenFOAM cp -a /lustre/app/openfoam/4.0/openfoam-4.0./ & cp -a /lustre/app/openfoam/4.0/thirdparty-4.0./ & cp -a /lustre/app/openfoam/1606+/openfoam-v1606+./ & cp -a /lustre/app/openfoam/1606+/thirdparty-v1606+./ & cp -a /lustre/app/openfoam/1612-mpt/openfoam-v1612+./ & cp -a /lustre/app/openfoam/1612-mpt/thirdparty-v1612+./ & 116

117 ~/.bashrc (. ~/.bashrc ) alias OF40mpt='\ module unload intel intel-mpi mpt openfoam;\ module load intel/ ;\ module load mpt/2.14;\. ${HOME/home/lustre}/OpenFOAM/OpenFOAM-4.0/etc/bashrc WM_MPLIB=SGIMPI\ ' alias OF1606mpt='\ module unload intel intel-mpi mpt openfoam;\ module load intel/ ;\ module load mpt/2.14;\. ${HOME/home/lustre}/OpenFOAM/OpenFOAM-v1606+/etc/bashrc WM_MPLIB=SGIMPI\ ' alias OF1612impi='\ module unload intel intel-mpi mpt openfoam;\ module load intel/ ;\ module load intel-mpi/ ;\ export MPI_ROOT=$I_MPI_ROOT;\. ${HOME/home/lustre}/OpenFOAM/OpenFOAM-v1612+/etc/bashrc WM_MPLIB=INTELMPI\ ' 117

118 vi ~/OpenFOAM/OpenFOAM-4.0/etc/bashrc #export FOAM_INST_DIR=${BASH_SOURCE%/*/*/*} \ #export FOAM_INST_DIR=$HOME/$WM_PROJECT export FOAM_INST_DIR=/lustre/app/openfoam/4.0 export FOAM_INST_DIR=${BASH_SOURCE%/*/*/*} \ export FOAM_INST_DIR=$HOME/$WM_PROJECT export FOAM_INST_DIR=/lustre/app/openfoam/4.0 ( ) OF40mpt cd $WM_THIRD_PARTY_DIR./Allwmake src cd Pstream/./Allwmake cd../parallel/./allwmake 118

119 OF1606mpt cd $WM_THIRD_PARTY_DIR./Allwmake src cd Pstream/./Allwmake cd../parallel/./allwmake OF1612impi cd $WM_THIRD_PARTY_DIR./Allwmake src cd Pstream/./Allwmake cd../parallel/./allwmake boost, CGAL boost, CGAL 119

Microsoft PowerPoint OpenFOAMの使い方(柴田).ppt [互換モード]

Microsoft PowerPoint OpenFOAMの使い方(柴田).ppt [互換モード] OpenFOAM 勉強会 for beginner 2 期第 1 回 OpenFOAM の使い方 柴田貴裕 目標 既に OpenFOAM はインストール済み さまざまなチュートリアルに取り組めるようにチュートリアルの実行の方法を scalartransportfoam を例に用いて見ていく インストールは OpenCFD の HP の方法に従えば比較的容易にできる ) OpenCFD 社の HP http://www.openfoam.com/

More information

TokyoUnivITC

TokyoUnivITC 1 2 3 @T @t + r T r ( T )=S T solve(fvm::ddt(t) + fvm::div(phi,t) - fvm::laplacian(dt,t) == fvoptions(t)); 4 5 標準ソルバの解析例 MRFSimpleFoam 回転攪拌槽の流れ interdymfoam 撹拌槽内の流れ pisofoam LESによるバックステップ流れ 図出典 OpenFOAMチュートリアルドキュメント作成プロジェクト

More information

ParallelCalculationSeminar_imano.key

ParallelCalculationSeminar_imano.key 1 OPENFOAM(R) is a registered trade mark of OpenCFD Limited, the producer of the OpenFOAM software and owner of the OPENFOAM(R) and OpenCFD(R) trade marks. 2 3 Open FOAM の歴史 1989年ー2000年 研究室のハウスコード 開発元

More information

Text

Text 1 / 10 2014/03/23 10:26 今回の講習の目的は,OpenFOAM をカスタマイズ ソースコードを変更する ) ための手順の全体像を学ぶことである 時間 に制約があるため, ソースコードの詳細には触れない http://openfoamwiki.net/index.php/how_to_add_temperature_to_icofoam この資料は,OpenFOAM 2.3.0

More information

OpenFOAM による熱移動と流れの数値解析 サンプルページ この本の定価 判型などは, 以下の URL からご覧いただけます. このサンプルページの内容は, 初版 1 刷発行時のものです.

OpenFOAM による熱移動と流れの数値解析 サンプルページ この本の定価 判型などは, 以下の URL からご覧いただけます.   このサンプルページの内容は, 初版 1 刷発行時のものです. OpenFOAM による熱移動と流れの数値解析 サンプルページ この本の定価 判型などは, 以下の URL からご覧いただけます. http://www.morikita.co.jp/books/mid/069101 このサンプルページの内容は, 初版 1 刷発行時のものです. OpenFOAM R OpenCFD OpenFOAM OpenFOAM R OpenCFD R OpenCFD R OPENFOAM

More information

この講習会では, ユーザーガイドを参照しながら, 作業を進めます ユーザーガイドは下記サイトで入手可能です OpenFOAM Documentation( オリジナル )

この講習会では, ユーザーガイドを参照しながら, 作業を進めます ユーザーガイドは下記サイトで入手可能です OpenFOAM Documentation( オリジナル ) はじめての OpenFOAM その 2 富 県 学 中川慎二 オープンCAE 勉強会 @ 富 2014 年 1 月 25 日 Disclaimer: OPENFOAM is a registered trade mark of OpenCFD Limited, the producer of the OpenFOAM software and owner of the OPENFOAM and OpenCFD

More information

MyFirstOpenFOAM

MyFirstOpenFOAM はじめての OpenFOAM メニュー OpenFOAMというパッケージの特徴 メッシュの生成 定常乱流の計算 境界条件 近似解法 数値解法 計算結果の確認 Open FOAM というパッケージの特徴 流体をシミュレートするプログラム群 メインはプログラムのライブラリ 実行可能なファイルは ライブラリをリンクしたもの オープンソース 必要な機能を持つライブラリを組み合わせて独自のシミュレート プログラムを作成できる

More information

workshop2009course.ppt

workshop2009course.ppt OpenFOAM (R) ParaView (ParaView) () 2009117CAE OPENFOAM (R) is a registered trade mark of OpenCFD Limited, the producer of the OpenFOAM software and owner of the OPENFOAM (R) and OpenCFD (R) trade marks.

More information

course pptx

course pptx ParaView () 20105141CAE OPENFOAM (R) is a registered trade mark of OpenCFD Limited, the producer of the OpenFOAM software and owner of the OPENFOAM (R) and OpenCFD (R) trade marks. This offering is not

More information

この講習会では, ユーザーガイドを参照しながら, 作業を進めます ユーザーガイドは下記サイトで入手可能です OpenFOAM Documentation( オリジナル )

この講習会では, ユーザーガイドを参照しながら, 作業を進めます ユーザーガイドは下記サイトで入手可能です OpenFOAM Documentation( オリジナル ) はじめての OpenFOAM その 1 富 県 学 中川慎二 オープンCAE 勉強会 @ 富 2014 年 1 月 25 日 Disclaimer: OPENFOAM is a registered trade mark of OpenCFD Limited, the producer of the OpenFOAM software and owner of the OPENFOAM and OpenCFD

More information

PowerPoint プレゼンテーション

PowerPoint プレゼンテーション blockmesh コマンドを用いたメッシュ生成 若嶋振一郎 NIT, Ichinoseki College) swaka@ichinoseki.ac.jp 初出 : 2017/01/05 更新 : 2017/05/20 2017/5/21 1 Outline 1. blockmeshコマンドについて 2. blockmeshdictファイルの書き方 3. メッシュ生成と確認 2017/5/21 2

More information

(Microsoft PowerPoint - SM_2011_07_30_\202\250\202\334\202\257)

(Microsoft PowerPoint - SM_2011_07_30_\202\250\202\334\202\257) ただで始める流体解析 OpenFOAM.0.x とparaFoam 3.0 のソースからのインストールこれが出来なきゃ始まらないがや! ( 第 6 回のおまけ ) 0.7.30 /78 本日の説明の流れ (0) 各ソフトインストール前に ()ubuntu のインストール ()OpenFOAM.0.x のインストール (3)OpenFOAM.0.x の毎日のメンテナンス (4)Qt のインストール (5)paraFoam(paraView)

More information

IPSJ SIG Technical Report Vol.2013-ARC-207 No.23 Vol.2013-HPC-142 No /12/17 1,a) 1,b) 1,c) 1,d) OpenFOAM OpenFOAM A Bottleneck and Cooperation

IPSJ SIG Technical Report Vol.2013-ARC-207 No.23 Vol.2013-HPC-142 No /12/17 1,a) 1,b) 1,c) 1,d) OpenFOAM OpenFOAM A Bottleneck and Cooperation 1,a) 1,b) 1,c) 1,d) OpenFOAM OpenFOAM A Bottleneck and Cooperation with the Post Processes in Numerical Calculation of Transient Phenomena Taizo Kobayashi 1,a) Yoshiyuki Morie 1,b) Toshiya Takami 1,c)

More information

Microsoft PowerPoint - 第3回OpenCAE初歩情報交換会@北東北_若嶋1.pptx

Microsoft PowerPoint - 第3回OpenCAE初歩情報交換会@北東北_若嶋1.pptx 調査報告 controldict, fvscheme, fvsolution の設定について 一関高専 若嶋 OpenFOAM 2.3.x についてのみ調査 2014/12/5 第 3 回 OpenCAE 初歩情報交換会 @ 北東北 1 OF のケースフォルダの基本構成 [waku@ensis10 pitzdaily]$ pwd /home/waku/openfoam/waku-2.3.x/tutorials/incompressible/pimplefoam/pitzdaily

More information

PowerPoint プレゼンテーション

PowerPoint プレゼンテーション 仮想化ソフトウェアによる OpenFOAM 利用環境の構築 若嶋振一郎 (NIT, Ichinoseki College) swaka@ichinoseki.ac.jp 初出 : 2016/03/07 更新 : 2017/05/20 2016/3/7 1 Outline 1. 仮想ソフトウェアについて 2. VirtualBoxのダウンロード インストール 3. VirtualBox 用仮想アプライアンスのインポート

More information

OpenFOAM User Guide

OpenFOAM User Guide Open FOAM CFD Version 2.2.0 2013 6 10 CAE U-2 Copyright 2006 2013 CAE CAE (office@opencae.jp) 3.0 (CC BY-NC-ND 3.0) OpenFOAM Foundation CAE Typeset in pl A TEX. U-3 Copyright 2011 2013 OpenFOAM Foundation.

More information

OpenFOAM User Guide

OpenFOAM User Guide Open FOAM CFD Version 2.1.1 2012 12 2 CAE U-2 Copyright 2006 2012 CAE CAE (office@opencae.jp) 3.0 (CC BY-NC-ND 3.0) OpenFOAM Foundation CAE Typeset in pl A TEX. U-3 Copyright 2011 OpenFOAM Foundation.

More information

スパコンに通じる並列プログラミングの基礎

スパコンに通じる並列プログラミングの基礎 2018.06.04 2018.06.04 1 / 62 2018.06.04 2 / 62 Windows, Mac Unix 0444-J 2018.06.04 3 / 62 Part I Unix GUI CUI: Unix, Windows, Mac OS Part II 2018.06.04 4 / 62 0444-J ( : ) 6 4 ( ) 6 5 * 6 19 SX-ACE * 6

More information

X Window System X X &

X Window System X X & 1 1 1.1 X Window System................................... 1 1.2 X......................................... 1 1.3 X &................................ 1 1.3.1 X.......................... 1 1.3.2 &....................................

More information

スパコンに通じる並列プログラミングの基礎

スパコンに通じる並列プログラミングの基礎 2016.06.06 2016.06.06 1 / 60 2016.06.06 2 / 60 Windows, Mac Unix 0444-J 2016.06.06 3 / 60 Part I Unix GUI CUI: Unix, Windows, Mac OS Part II 0444-J 2016.06.06 4 / 60 ( : ) 6 6 ( ) 6 10 6 16 SX-ACE 6 17

More information

スパコンに通じる並列プログラミングの基礎

スパコンに通じる並列プログラミングの基礎 2018.09.10 furihata@cmc.osaka-u.ac.jp ( ) 2018.09.10 1 / 59 furihata@cmc.osaka-u.ac.jp ( ) 2018.09.10 2 / 59 Windows, Mac Unix 0444-J furihata@cmc.osaka-u.ac.jp ( ) 2018.09.10 3 / 59 Part I Unix GUI CUI:

More information

目次 1. 目次 2. Cygwinインストール (1) 3. Cygwinインストール (2) 4. 公開鍵の作成 5. 利用支援ポータルへのアクセス 6. パスワード変更 ( 初回の場合 ) 7. パスワード変更成功画面 8. 利用支援ポータルへの再ログイン 9. 言語の変更 10. 公開鍵の登

目次 1. 目次 2. Cygwinインストール (1) 3. Cygwinインストール (2) 4. 公開鍵の作成 5. 利用支援ポータルへのアクセス 6. パスワード変更 ( 初回の場合 ) 7. パスワード変更成功画面 8. 利用支援ポータルへの再ログイン 9. 言語の変更 10. 公開鍵の登 Reedbush Quick Start Guide 東京大学情報基盤センター 2018 年 9 月 21 日改版 目次 1. 目次 2. Cygwinインストール (1) 3. Cygwinインストール (2) 4. 公開鍵の作成 5. 利用支援ポータルへのアクセス 6. パスワード変更 ( 初回の場合 ) 7. パスワード変更成功画面 8. 利用支援ポータルへの再ログイン 9. 言語の変更 10.

More information

OpenMP¤òÍѤ¤¤¿ÊÂÎó·×»»¡Ê£±¡Ë

OpenMP¤òÍѤ¤¤¿ÊÂÎó·×»»¡Ê£±¡Ë 2011 5 26 scalar Open MP Hello World Do (omp do) (omp workshare) (shared, private) π (reduction) scalar magny-cours, 48 scalar scalar 1 % scp. ssh / authorized keys 133. 30. 112. 246 2 48 % ssh 133.30.112.246

More information

PisoFoamによる         2次元円柱周りの流れの解析

PisoFoamによる         2次元円柱周りの流れの解析 OpenFOAM 演習 pisofoamによる 2 次元円柱周りの流れの解析 ( 修正版 ) 田村 第 24 回 OpenCAE 勉強会 ( 岐阜 ) 2013/8/10 1 Re による流れの変化 双子渦 Re=1.54 wiki.brown.edu S. Taneda Re=26 www.dtu.dk S.Taneda カルマン渦 Re=168 Re=10000 2013/8/10 www.aps.org

More information

PowerPoint プレゼンテーション

PowerPoint プレゼンテーション オープン CAE 勉強会 @ 富山 ( 第 44 回 ) 2016/6/18 Paraview 講座 初級者向け講習会 中山勝之 コース概要 ParaView の使用初心者 OpenFOAM の計算結果を可視化したい方を対象 ParaView を使った OpenFOAM 計算結果の可視化方法 ( 計算データの読み込み ) ParaView の基本的な使い方 ( コンター図 ) 便利な使い方 (plotoverline

More information

PowerPoint プレゼンテーション

PowerPoint プレゼンテーション snappyhexmesh/cfmesh コマンドを用いたメッシュ生成 若嶋振一郎 (NIT, Ichinoseki College) swaka@ichinoseki.ac.jp 初出 : 2017/01/05 更新 : 2017/05/20 2017/5/21 1 Outline 1. snappyhexmeshコマンドについて 1. snappyhexmeshコマンドの概要と準備 2. snappyhexmeshコマンドの実行

More information

CentOSv2_furoku

CentOSv2_furoku at $ at 23:00 $ at 6:00 tomorrow $ at now + 3 days chkconfig # chkconfig --list # chkconfig --list postfix # chkconfig --level 35 postfix on # chkconfig rsync on # chkconfig telnet off 2 crontab $ crontab

More information

Microsoft PowerPoint - RBU-introduction-J.pptx

Microsoft PowerPoint - RBU-introduction-J.pptx Reedbush-U の概要 ログイン方法 東京大学情報基盤センタースーパーコンピューティング研究部門 http://www.cc.u-tokyo.ac.jp/ 東大センターのスパコン 2 基の大型システム,6 年サイクル (?) FY 08 09 10 11 12 13 14 15 16 17 18 19 20 21 22 Hitachi SR11K/J2 IBM Power 5+ 18.8TFLOPS,

More information

I I / 68

I I / 68 2013.07.04 I 2013 3 I 2013.07.04 1 / 68 I 2013.07.04 2 / 68 I 2013.07.04 3 / 68 heat1.f90 heat2.f90 /tmp/130704/heat2.f90 I 2013.07.04 4 / 68 diff heat1.f90 heat2.f90!! heat2. f 9 0! c m > NGRID! c nmax

More information

OpenMP¤òÍѤ¤¤¿ÊÂÎó·×»»¡Ê£±¡Ë

OpenMP¤òÍѤ¤¤¿ÊÂÎó·×»»¡Ê£±¡Ë 2012 5 24 scalar Open MP Hello World Do (omp do) (omp workshare) (shared, private) π (reduction) PU PU PU 2 16 OpenMP FORTRAN/C/C++ MPI OpenMP 1997 FORTRAN Ver. 1.0 API 1998 C/C++ Ver. 1.0 API 2000 FORTRAN

More information

1. TreeFoam概要 TreeFoamをベースにして ここから各種操作ができる 特に OpenFOAMの基本操作になる case作成 境界条件設定 メッシュ作成 の概要について説明 内容 1) TreeFoamのメニュー case作成 コピー 2) grideditor概要 境界条件の設定 確

1. TreeFoam概要 TreeFoamをベースにして ここから各種操作ができる 特に OpenFOAMの基本操作になる case作成 境界条件設定 メッシュ作成 の概要について説明 内容 1) TreeFoamのメニュー case作成 コピー 2) grideditor概要 境界条件の設定 確 1/ TreeFoamの使い方 OpenFOAMの操作をGUIで行うtool 1. 2. 3. 4. 5. TreeFoam概要 TreeFoamのメニュー grideditor概要とメニュー HelyxOS起動メニュー TreeFoamの操作 case作成など grideditorの操作 境界条件の設定 確認 HelyxOSの操作 メッシュ作成 まとめ OpenFOAMは CUIが基本の為 しばらく使わないとコマンドを忘れ

More information

GNU Emacs GNU Emacs

GNU Emacs GNU Emacs GNU Emacs 2015 10 2 1 GNU Emacs 1 1.1....................................... 1 1.2....................................... 1 1.2.1..................................... 1 1.2.2.....................................

More information

HPhi_exercise.key

HPhi_exercise.key laptop PC (TPQ ) OK https://github.com/yomichi/hphi-samples 1: S =1/2 Heisenbergdimer 2 S =1/2 Heisenberg dimer model H = S 1 S 2 S tot =0 E = 3/4 S tot =1 E =1/4 HPhi 2 2/17 1: S =1/2 Heisenbergdimer

More information

OpenFOAM による メッシュ操作入門 2014 年 5 月 10 日オープンCAE 富山富山県立大学中川慎二 2014/5/10 オープン CAE 富山 1

OpenFOAM による メッシュ操作入門 2014 年 5 月 10 日オープンCAE 富山富山県立大学中川慎二 2014/5/10 オープン CAE 富山 1 OpenFOAM による メッシュ操作入門 2014 年 5 月 10 日オープンCAE 勉強会 @ 富山富山県立大学中川慎二 2014/5/10 オープン CAE 勉強会 @ 富山 1 内容 blockmesh ( 簡単に ) 基礎知識 基礎実習 : 単ブロック 応用実習 複数ブロック edgesを使って曲線 格子の引き寄せ 拡張版 smoothing snappyhexmesh 基礎知識 基礎実習

More information

swak4Foamを使って見ました.odp

swak4Foamを使って見ました.odp swak4foam(funkysetfields, groovybc) のインストール ~ 関数による境界条件の設定 ~ 勉強会 @ 関西幹事冨原大介 10/27/10 1 1 境界条件設定の基本事項 0/U での流入条件例 一様流の場合 [value uniform] boundaryfield inlet type fixedvalue; value uniform (1 0 0); 10/27/10

More information

Reedbush 利用の手引き 2 ノートパソコンの設定 : 公開鍵の生成 登録 ネットワーク環境に接続してから行ってください

Reedbush 利用の手引き 2 ノートパソコンの設定 : 公開鍵の生成 登録 ネットワーク環境に接続してから行ってください Reedbush 利用の手引き 1 お試しアカウント付き 並列プログラミング講習会 Reedbush 利用の手引き 東京大学情報基盤センター Reedbush 利用の手引き 2 ノートパソコンの設定 : 公開鍵の生成 登録 ネットワーク環境に接続してから行ってください Reedbush 利用の手引き 3 鍵の作成 1. ターミナルを起動する 2. 以下を入力する $ ssh- keygen t rsa

More information

I I / 47

I I / 47 1 2013.07.18 1 I 2013 3 I 2013.07.18 1 / 47 A Flat MPI B 1 2 C: 2 I 2013.07.18 2 / 47 I 2013.07.18 3 / 47 #PJM -L "rscgrp=small" π-computer small: 12 large: 84 school: 24 84 16 = 1344 small school small

More information

workshop Eclipse TAU AICS.key

workshop Eclipse TAU AICS.key 11 AICS 2016/02/10 1 Bryzgalov Peter @ HPC Usability Research Team RIKEN AICS Copyright 2016 RIKEN AICS 2 3 OS X, Linux www.eclipse.org/downloads/packages/eclipse-parallel-application-developers/lunasr2

More information

再起動した状態になり パスワードを入力すると 図 2 のように DEXCS2011 のアイコ ンがデスクトップ上に表示される 2 端末を準備する メニューバーにある端末の形を左クリック 図 2 デスクトップ メニューバーに端末の形がない場合 図 3 メニューバー アプリケーション アクセサリー 端末

再起動した状態になり パスワードを入力すると 図 2 のように DEXCS2011 のアイコ ンがデスクトップ上に表示される 2 端末を準備する メニューバーにある端末の形を左クリック 図 2 デスクトップ メニューバーに端末の形がない場合 図 3 メニューバー アプリケーション アクセサリー 端末 OpenFOAM の使い方準備編 目次 DALAB 鍔田 12/7/14 1. DEXCS2011 をインストール 2. OpenFOAM-2.1.1 を DEXCS に導入する 3. 例題を実行する 4. ParaView でのマウスによる操作方法 5. Tab キーの活用 6. 講習に使用するファイルのダウンロード この構築は Windows7(64bit メモリ :4GB) のパソコン上の仮想マシン

More information

¥¤¥ó¥¿¡¼¥Í¥Ã¥È·×¬¤È¥Ç¡¼¥¿²òÀÏ Âè11²ó

¥¤¥ó¥¿¡¼¥Í¥Ã¥È·×¬¤È¥Ç¡¼¥¿²òÀÏ Âè11²ó 11 2013 6 19 11 (6/19) 6 (18:10-19:40) λ13 UNIX : 2 / 26 UNIX UNIX sort, head, tail, cat, cut diff, tee, grep, uniq, wc join, find, sed, awk, screen 3 / 26 sort sort : $ sort [options] [FILE...] options

More information

Microsoft PowerPoint - 第3回OpenCAE初歩情報交換会@北東北_若嶋3.pptx

Microsoft PowerPoint - 第3回OpenCAE初歩情報交換会@北東北_若嶋3.pptx 調 査 報 告 pimpledymfoamの 設 定 について 一 関 高 専 若 嶋 OpenFOAM 2.3.xについてのみ 調 査 2014/12/5 第 3 回 OpenCAE 初 歩 情 報 交 換 会 @ 北 東 北 1 OpenFOAMで 利 用 できるDyMソルバー $ cd $FOAM_TUTORIALS $ find.-name*dym*./incompressible/pimpledymfoam./incompressible/pimpledymfoam/wingmotion/wingmotion2d_pimpledymfoam./compressible/rhopimpledymfoam./multiphase/multiphaseinterdymfoam./multiphase/interdymfoam./multiphase/compressibleinterdymfoam./multiphase/interphasechangedymfoam./multiphase/potentialfreesurfacedymfoam

More information

2 A I / 58

2 A I / 58 2 A 2018.07.12 I 2 2018.07.12 1 / 58 I 2 2018.07.12 2 / 58 π-computer gnuplot 5/31 1 π-computer -X ssh π-computer gnuplot I 2 2018.07.12 3 / 58 gnuplot> gnuplot> plot sin(x) I 2 2018.07.12 4 / 58 cp -r

More information

HARK Designer Documentation 0.5.0 HARK support team 2013 08 13 Contents 1 3 2 5 2.1.......................................... 5 2.2.............................................. 5 2.3 1: HARK Designer.................................

More information

Reedbush-U の概要 ログイン方法 東京大学情報基盤センタースーパーコンピューティング研究部門

Reedbush-U の概要 ログイン方法 東京大学情報基盤センタースーパーコンピューティング研究部門 Reedbush-U の概要 ログイン方法 東京大学情報基盤センタースーパーコンピューティング研究部門 http://www.cc.u-tokyo.ac.jp/ 東大センターのスパコン 2 基の大型システム,6 年サイクル ( だった ) FY 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 2 Yayoi: Hitachi SR16000/M1 IBM Power-7

More information

Introduction Purpose This training course demonstrates the use of the High-performance Embedded Workshop (HEW), a key tool for developing software for

Introduction Purpose This training course demonstrates the use of the High-performance Embedded Workshop (HEW), a key tool for developing software for Introduction Purpose This training course demonstrates the use of the High-performance Embedded Workshop (HEW), a key tool for developing software for embedded systems that use microcontrollers (MCUs)

More information

tebiki00.dvi

tebiki00.dvi (Linux) [ UNIX ] CMD Workshop ( ) 1 *********************************************************************** * Linux PC-UNIX UNIX * * 99% FreeBSD BSD PC-UNIX * * * ***********************************************************************

More information

RedHat OpenFOAM OpenFOAM ver 2.3 RedHat(RHEL)

RedHat OpenFOAM OpenFOAM ver 2.3 RedHat(RHEL) RedHat Linux OpenFOAM (OpenFOAM 2.2.x, 2.3.x) y.imagawa 14.3.8 RedHat OpenFOAM OpenFOAM ver 2.3 RedHat(RHEL) OpenFOAM OpenFOAM Linux git Repository RedHat Linux OpenFOAM centfoam? OpenFOAM OS CentOS 6.5

More information

HPC (pay-as-you-go) HPC Web 2

HPC (pay-as-you-go) HPC Web 2 ,, 1 HPC (pay-as-you-go) HPC Web 2 HPC Amazon EC2 OpenFOAM GPU EC2 3 HPC MPI MPI Courant 1 GPGPU MPI 4 AMAZON EC2 GPU CLUSTER COMPUTE INSTANCE EC2 GPU (cg1.4xlarge) ( N. Virgina ) Quadcore Intel Xeon 5570

More information

OpenFOAMユーザーのためのシェルスクリプト入門

OpenFOAMユーザーのためのシェルスクリプト入門 オープン CAE 勉強会 @ 富山 ( 第 46 回 ) 講習会資料 2016 年 8 月 20 日 2016 年 8 月 23 日改訂 OpenFOAM ユーザーのためのシェルスクリプト入門 中山勝之 ( オープン CAE 勉強会 @ 富山 ) 講習の概要 OpenFOAM を使用していると シェルスクリプトを使用していることがあります シェルスクリプトは 複数の処理 ( コマンド ) をまとめて行うことができる便利な機能ですが

More information

LS-DYNA 利用の手引 第 1 版 東京工業大学学術国際情報センター 2017 年 9 月 25 日

LS-DYNA 利用の手引 第 1 版 東京工業大学学術国際情報センター 2017 年 9 月 25 日 LS-DYNA 利用の手引 第 1 版 東京工業大学学術国際情報センター 2017 年 9 月 25 日 目次 1. はじめに 1 1.1. 利用できるバージョン 1 1.2. 概要 1 1.3. マニュアル 1 2. TSUBAME3 での利用方法 2 2.1. LS-DYNA の実行 2 2.1.1. TSUBAME3 にログイン 2 2.1.2. バージョンの切り替え 2 2.1.3. インタラクティブノードでの

More information

2018/9/23 for DEXCS2018 DEXCSランチャーの使い方 1

2018/9/23 for DEXCS2018 DEXCSランチャーの使い方 1 2018/9/23 for DEXCS2018 DEXCSランチャーの使い方 1 形状作成メニュー 1 実行 ボタンを押すと 対象の解析フォルダのファイル 選択画面 次頁 が開きます 1 1 形状作成の詳細はこちらの マニュアルも参照下さい 本マニュアル 2 モデル選択画面 CADデータ 拡張子が.fcstd を選択すれば FreeCADが起動してCADデータの編集と cfmesh用の設定ファイル作成

More information

OpenFAOM合同勉強会【関西】

OpenFAOM合同勉強会【関西】 OpenFOAM 勉強会 for beginner @ 関西の紹介 OpenFOAM 勉強会 for beginner@ 関西幹事冨原大介 1 1 OpenFOAM 勉強会 for beginner@ 関西 昨年の 12 月から 関西における OpenFOAM 初心者をターゲットとした勉強会を開催しています ほぼ月 1 回 大阪大学の高木先生をアドバイザーにお招きして 大阪大学や大阪市内の会議室で開催

More information

目次 TreeFoam とは...4 インストール方法 動作環境 インストール configtreefoam の設定内容...6 起動方法 通常の起動方法 起動しない場

目次 TreeFoam とは...4 インストール方法 動作環境 インストール configtreefoam の設定内容...6 起動方法 通常の起動方法 起動しない場 TreeFoam 操作マニュアル ver 2.25-150308 TreeFoam は OpenFoam を GUI で操作できるツール OpenFOAM は 基本的に CUI ベースで操作する為 操作性 生産性 が悪 く 初心者には敷居が高い これを少しでも改善する為に OpenFOAM が GUI 上で操作できる様に工夫したものが TreeFoam このマニュアルは 事例を多用してまとめている為

More information

第5回お試しアカウント付き並列プログラミング講習会

第5回お試しアカウント付き並列プログラミング講習会 qstat -l ID (qstat -f) qscript ID BATCH REQUEST: 253443.batch1 Name: test.sh Owner: uid=32637, gid=30123 Priority: 63 State: 1(RUNNING) Created at: Tue Jun 30 05:36:24 2009 Started at: Tue Jun 30 05:36:27

More information

2 I I / 61

2 I I / 61 2 I 2017.07.13 I 2 2017.07.13 1 / 61 I 2 2017.07.13 2 / 61 I 2 2017.07.13 3 / 61 7/13 2 7/20 I 7/27 II I 2 2017.07.13 4 / 61 π-computer gnuplot MobaXterm Wiki PC X11 DISPLAY I 2 2017.07.13 5 / 61 Mac 1.

More information

東大センターのスパコン 2 基の大型システム,6 年サイクル (?) FY Yayoi: Hitachi SR16000/M1 IBM Power TFLOPS, 1152 TB T2K To

東大センターのスパコン 2 基の大型システム,6 年サイクル (?) FY Yayoi: Hitachi SR16000/M1 IBM Power TFLOPS, 1152 TB T2K To Reedbush-U の概要 ログイン方法 東京大学情報基盤センタースーパーコンピューティング研究部門 http://www.cc.u-tokyo.ac.jp/ 東大センターのスパコン 2 基の大型システム,6 年サイクル (?) FY 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 2 Yayoi: Hitachi SR16000/M1 IBM Power-7

More information

(Microsoft PowerPoint \225\327\213\255\211\357\(\215\202\213\264\).ppt)

(Microsoft PowerPoint \225\327\213\255\211\357\(\215\202\213\264\).ppt) OpenFOAM 勉強会 for beginner 進捗報告 2011 年 10 月 22 日髙橋 1 本日のお題 : 空気齢 部屋の空気窓から流入してから何秒経っているか? 空気齢 =20 秒 : よどんだ空気 空気齢 =1 秒 : 新鮮な空気 3m/s 流速 (m/s) 空気齢 ( 秒 ) 2 空気齢の算出 パッシブスカラー方程式を使用 部屋内に一様な汚染質生成項を与えて汚染質の濃度分布を計算

More information

Unix * 3 PC 2 Linux, Mac *4 Windows Cygwin Cygwin gnuplot Cygwin unix emulator online gnuplot *5 matplotlib *6 SuperMongo *7 gnuplot gnuplot OS *8 Uni

Unix * 3 PC 2 Linux, Mac *4 Windows Cygwin Cygwin gnuplot Cygwin unix emulator online gnuplot *5 matplotlib *6 SuperMongo *7 gnuplot gnuplot OS *8 Uni 2015 8 1 ( ) Unix 1 *1 Unix Unix Unix Perl, Python *2 Unix 2 PC gnuplot *1 100 10 10 6 10 = 10 7 1 1/3 3 10 7 10 7.5 1 24 3600 = (30 6)(30 + 6) 100 = 86400 1 10 7.5 *2 Perl, Python Python 1 Unix * 3 PC

More information

Version1.5

Version1.5 Version1.5 Version Date Version1.0 Version1.1 Version1.2 Version1.3 Version1.4 Version1.5 Test J/K/SE0_NAK USB-IF Test Procedure FS Upstream Signal Quality Test Receiver Sensitivity Test DG2040 Packet

More information

Microsoft PowerPoint - intro.ppt

Microsoft PowerPoint - intro.ppt FLUENTの の 基 本 的 な 使 い 方 CAD(CATIA 等 ): 形 状 作 成 GAMBIT: 形 状 修 正 メッシュ( 計 算 点 ) 生 成 FLUENT: 計 算 条 件 設 定 および 実 行 AVS Express: 計 算 結 果 可 視 化 ソフトウェアのインストール Intel Windows(IA-32) 版 1 Windows 版 のインストール 以 下 のCDの

More information

資料2-1 計算科学・データ科学融合へ向けた東大情報基盤センターの取り組み(中村委員 資料)

資料2-1 計算科学・データ科学融合へ向けた東大情報基盤センターの取り組み(中村委員 資料) 資料 2-1 計算科学 データ科学融合へ向けた 東大情報基盤センターの取り組み 東京大学情報基盤センター中村宏 東大情報基盤センターのスパコン FY 08 09 10 11 12 13 14 15 16 17 18 19 20 21 22 Hitachi SR11K/J2 IBM Power-5+ 18.8TFLOPS, 16.4TB Hitachi HA8000 (T2K) AMD Opteron

More information

OpenFOAM 流体構造連成解析 概要 : OpenFOAM-1.5-dev に搭載されている連成解析 ソルバー (icofsifoam) と 公開されている片持ち梁の 例題 (flappingconsolesmall) を使って それらの使用方法と ( 例題の ) 拡張方法を演習する

OpenFOAM 流体構造連成解析 概要 : OpenFOAM-1.5-dev に搭載されている連成解析 ソルバー (icofsifoam) と 公開されている片持ち梁の 例題 (flappingconsolesmall) を使って それらの使用方法と ( 例題の ) 拡張方法を演習する OpenFOAM 流体構造連成解析 概要 : OpenFOAM-1.5-dev に搭載されている連成解析 ソルバー (icofsifoam) と 公開されている片持ち梁の 例題 (flappingconsolesmall) を使って それらの使用方法と ( 例題の ) 拡張方法を演習する 目次 はじめに プログラム (icofsifoam) の説明 公開ケース (flappingconsolesmall)

More information

1 1.1 (JCPRG) 30 Nuclear Reaction Data File (NRDF) PC GSYS2.4 JCPRG GSYS2.4 Java Windows, Linux, Max OS X, FreeBSD GUI PNG, GIF, JPEG X Y GSYS2

1 1.1 (JCPRG) 30 Nuclear Reaction Data File (NRDF) PC GSYS2.4 JCPRG GSYS2.4 Java Windows, Linux, Max OS X, FreeBSD GUI PNG, GIF, JPEG X Y GSYS2 (GSYS2.4) GSYS2.4 Manual SUZUKI Ryusuke Hokkaido University Hospital Abstract GSYS2.4 is an update version of GSYS version 2. Main features added in this version are Magnifying glass function, Automatically

More information

1

1 1 2 OpenFOAMの特徴 @T +r T @t r ( T ) = ST solve(fvm::ddt(t) + fvm::div(phi,t) - fvm::laplacian(dt,t) == fvoptions(t)); ポリヘドラル 境界適合Hex メッシャー C++ マルチフィジックス 乱流モデル: RAS, LES, DES, 線型ソルバー : AMG, PCG, PBiCG, 離散化スキーム:

More information

3 3.1 3 [Set type:] 2 c 1 2 3 XYDY DY D dispersion 4 File New 3 NEW 3:

3 3.1 3 [Set type:] 2 c 1 2 3 XYDY DY D dispersion 4 File New 3 NEW 3: 2 3 2 Dt Import ASCII [Red sets] [Directories 2 [Files] 2 b OK 1 X 2 Y 2 Import ASCII b c 2: 3 3.1 3 [Set type:] 2 c 1 2 3 XYDY DY D dispersion 4 File New 3 NEW 3: 4 5 5.1 4 4 4: 5 5.2 Plot Axis properties

More information

programmingII2019-v01

programmingII2019-v01 II 2019 2Q A 6/11 6/18 6/25 7/2 7/9 7/16 7/23 B 6/12 6/19 6/24 7/3 7/10 7/17 7/24 x = 0 dv(t) dt = g Z t2 t 1 dv(t) dt dt = Z t2 t 1 gdt g v(t 2 ) = v(t 1 ) + g(t 2 t 1 ) v v(t) x g(t 2 t 1 ) t 1 t 2

More information

Salome-Mecaを使用した メッシュ生成(非構造格子)

Salome-Mecaを使用した メッシュ生成(非構造格子) Salome-Mecaを使用した熱伝導解析入門 & 解析手法の違いによる熱伝導解析比較 秋山善克 1 Salome-Meca とは EDF( フランス電力公社 ) が提供している Linux ベースのオープンソース Code_Aster : 解析ソルバー Salome-Meca : プリポストを中心とした統合プラットフォーム :SALOME Platform に Code_Aster をモジュールとして組み込んだもの

More information

A : kerl kerl Erlang/OTP Erlang/OTP 2 2 Elixir/Phoenix URL 2 PDF A.2 Bash macos.bash_profile exp

A : kerl kerl Erlang/OTP Erlang/OTP 2 2 Elixir/Phoenix URL 2 PDF   A.2 Bash macos.bash_profile exp A Erlang/OTP Elixir Phoenix nvm Node.js A.1 Erlang/OTP 21.1 $ kerl update releases $ kerl build 21.1 21.1 $ kerl install 21.1 ~/erlang/21.1 $ source ~/erlang/21.1/activate Erlang/OTP 1 203 A : kerl kerl

More information

Microsoft Word - D JP.docx

Microsoft Word - D JP.docx Application Service Gateway Thunder/AX Series vthunder ライセンスキー インストール 手順 1 1.... 3 2. vthunder... 3 3. ACOS... 3 4. ID... 5 5.... 8 6.... 8 61... 8 62 GUI... 10 2 1. 概要 2. vthunder へのアクセス 方法 SSHHTTPSvThunder

More information

1重谷.PDF

1重谷.PDF RSCC RSCC RSCC BMT 1 6 3 3000 3000 200310 1994 19942 VPP500/32PE 19992 VPP700E/128PE 160PE 20043 2 2 PC Linux 2048 CPU Intel Xeon 3.06GHzDual) 12.5 TFLOPS SX-7 32CPU/256GB 282.5 GFLOPS Linux 3 PC 1999

More information

05 I I / 56

05 I I / 56 05 I 2015 2015.05.14 I 05 2015.05.14 1 / 56 I 05 2015.05.14 2 / 56 cd mkdir vis01 OK cd vis01 cp /tmp/150514/leibniz.*. I 05 2015.05.14 3 / 56 I 05 2015.05.14 4 / 56 Information visualization Data visualization,

More information

I

I I 1 2016.07.21 MPI OpenMP 84 1344 gnuplot Xming Tera term cp -r /tmp/160721 chmod 0 L x L y 0 k T (x, t) k: T t = k 2 T x 2 T t = s s : heat source 1D T (x, t) t = k 2 T (x, t) x 2 + s(x) 2D T (x,

More information

MOTIF XF 取扱説明書

MOTIF XF 取扱説明書 MUSIC PRODUCTION SYNTHESIZER JA 2 (7)-1 1/3 3 (7)-1 2/3 4 (7)-1 3/3 5 http://www.adobe.com/jp/products/reader/ 6 NOTE http://japan.steinberg.net/ http://japan.steinberg.net/ 7 8 9 A-1 B-1 C0 D0 E0 F0 G0

More information

TOPLON PRIO操作手順

TOPLON PRIO操作手順 TOPLON PRIO 2004/05/24 I/O LON WAGO TOPLON PRIO 1. 1) PCC-10 S/W 2) PC 3) PCC-10 4) Windows Lon WorksR Plug n Play Apply OK 5) Visio LonMaker LonPoint 6) TOPLON PRIO 2. IO-PRO SYM TOPLON-PRIO SNVT NVI

More information

Slide 1

Slide 1 OpenFoamのためのC/C++ 第 5 回 IDEによるデバッグ ソースコード 管 理 (*) 田 中 昭 雄 (*) 分 量 の 問 題 で 割 愛 目 的 この 勉 強 会 の 資 料 があれば OpenFoamカスタマイズ 時 にC/C++で 迷 わない 2 予 定 第 1 回 メモリ 管 理 第 2 回 CFDの 例 で 勉 強 するクラス 第 3 回 OpenFOAMで 勉 強 するテンプレート

More information

joho09.ppt

joho09.ppt s M B e E s: (+ or -) M: B: (=2) e: E: ax 2 + bx + c = 0 y = ax 2 + bx + c x a, b y +/- [a, b] a, b y (a+b) / 2 1-2 1-3 x 1 A a, b y 1. 2. a, b 3. for Loop (b-a)/ 4. y=a*x*x + b*x + c 5. y==0.0 y (y2)

More information

dTVIIman.PDF

dTVIIman.PDF dtv.ii SR diffusion TENSOR Visualizer II, the Second Release Rev.0.90 (2005.08.22) dtv 3 6 ROI ROI 10 11 15 21 23 25 2 dtv dtvdiffusion TENSOR Visualizer MR VOLUME-ONE dtv VOLUME-ONE ROI 1.1 dtv.ii SR

More information

ProVisionaire Control V3.0セットアップガイド

ProVisionaire Control V3.0セットアップガイド ProVisionaire Control V3 1 Manual Development Group 2018 Yamaha Corporation JA 2 3 4 5 NOTE 6 7 8 9 q w e r t r t y u y q w u e 10 3. NOTE 1. 2. 11 4. NOTE 5. Tips 12 2. 1. 13 3. 4. Tips 14 5. 1. 2. 3.

More information

1 I EViews View Proc Freeze

1 I EViews View Proc Freeze EViews 2017 9 6 1 I EViews 4 1 5 2 10 3 13 4 16 4.1 View.......................................... 17 4.2 Proc.......................................... 22 4.3 Freeze & Name....................................

More information

: (EQS) /EQUATIONS V1 = 30*V F1 + E1; V2 = 25*V *F1 + E2; V3 = 16*V *F1 + E3; V4 = 10*V F2 + E4; V5 = 19*V99

: (EQS) /EQUATIONS V1 = 30*V F1 + E1; V2 = 25*V *F1 + E2; V3 = 16*V *F1 + E3; V4 = 10*V F2 + E4; V5 = 19*V99 218 6 219 6.11: (EQS) /EQUATIONS V1 = 30*V999 + 1F1 + E1; V2 = 25*V999 +.54*F1 + E2; V3 = 16*V999 + 1.46*F1 + E3; V4 = 10*V999 + 1F2 + E4; V5 = 19*V999 + 1.29*F2 + E5; V6 = 17*V999 + 2.22*F2 + E6; CALIS.

More information

untitled

untitled 1 NAREGI 2 (NSF) CyberInfrastructure Teragrid (EU) E-Infrastructure EGEE Enabling Grids for E-science E ) DEISA (Distributed European Infrastructure for Supercomputing applications) EPSRC) UK e-science

More information

Version1.4

Version1.4 Version1.4 Version Date Version0.9 Version1.0 Version1.1 Version1.2 Version1.3 Version1.4 Disconnect Detect Test FS Signal Quality Test Packet Parameter Test Signal Quality Test L Signal Quality Test TDSUSB

More information

ZEMAX Nagata DLL Volume-CAD c Copyright by RIKEN All Rights Reserved : : ( )

ZEMAX Nagata DLL Volume-CAD c Copyright by RIKEN All Rights Reserved : : ( ) ZEMAX Nagata DLL Volume-CAD c Copyright by RIKEN All Rights Reserved : 23 1 26 : ( ) ii 1. Nagata DLL 1 2. Nagata 1 3. VObj 2 3. 1............................................... 2 3. 2.................................................

More information

$ sudo apt-get install libavahi-compat-libdnssd-dev $ sudo apt-get autoremove nodejs $ wget http://nodejs.org/dist/latest/node-v7.6.0-linux-armv7l.tar.gz $ tar xzf node-v7.6.0-linux-armv7l.tar.gz $ sudo

More information

内容に関するご質問は まで お願いします [Oakforest-PACS(OFP) 編 ] 第 85 回お試しアカウント付き並列プログラミング講習会 ライブラリ利用 : 科学技術計算の効率化入門 スパコンへのログイン テストプログラム起動 東京大学情報基盤セ

内容に関するご質問は まで お願いします [Oakforest-PACS(OFP) 編 ] 第 85 回お試しアカウント付き並列プログラミング講習会 ライブラリ利用 : 科学技術計算の効率化入門 スパコンへのログイン テストプログラム起動 東京大学情報基盤セ 内容に関するご質問は ida@cc.u-tokyo.ac.jp まで お願いします [Oakforest-PACS(OFP) 編 ] 第 85 回お試しアカウント付き並列プログラミング講習会 ライブラリ利用 : 科学技術計算の効率化入門 スパコンへのログイン テストプログラム起動 東京大学情報基盤センター特任准教授伊田明弘 1 講習会 : ライブラリ利用 [FX10] スパコンへのログイン ファイル転送

More information

Microsoft Word - TORQUE利用の手引きver1.1.doc

Microsoft Word - TORQUE利用の手引きver1.1.doc TORQUE Ver.1.1 2011 8 8 HPC- 1/30 1... 4 2 TORQUE... 5 3 TORQUE... 5 4 TORQUE... 5 4.1 Job Server... 5 4.2 Job Scheduler... 5 4.3 Job Executor... 6 5 TORQUE... 6... 6 6... 7 6.1... 7 6.2 qsub... 8 7...

More information

2.2 Sage I 11 factor Sage Sage exit quit 1 sage : exit 2 Exiting Sage ( CPU time 0m0.06s, Wall time 2m8.71 s). 2.2 Sage Python Sage 1. Sage.sage 2. sa

2.2 Sage I 11 factor Sage Sage exit quit 1 sage : exit 2 Exiting Sage ( CPU time 0m0.06s, Wall time 2m8.71 s). 2.2 Sage Python Sage 1. Sage.sage 2. sa I 2017 11 1 SageMath SageMath( Sage ) Sage Python Sage Python Sage Maxima Maxima Sage Sage Sage Linux, Mac, Windows *1 2 Sage Sage 4 1. ( sage CUI) 2. Sage ( sage.sage ) 3. Sage ( notebook() ) 4. Sage

More information

コンピュータ概論

コンピュータ概論 4.1 For Check Point 1. For 2. 4.1.1 For (For) For = To Step (Next) 4.1.1 Next 4.1.1 4.1.2 1 i 10 For Next Cells(i,1) Cells(1, 1) Cells(2, 1) Cells(10, 1) 4.1.2 50 1. 2 1 10 3. 0 360 10 sin() 4.1.2 For

More information

Oracle Calendar Oracle Collaboration Suite 2(9.0.4) Creation Date: Jun 04, 2003 Last Update: Nov 18, 2003 Version:

Oracle Calendar Oracle Collaboration Suite 2(9.0.4) Creation Date: Jun 04, 2003 Last Update: Nov 18, 2003 Version: Oracle Calendar Oracle Collaboration Suite 2(9.0.4) Creation Date: Jun 04, 2003 Last Update: Nov 18, 2003 Version: 1.1-1- -2- 1.... 4 2. Oracle Calendar... 4 2.1... 4 2.2... 5 2.3 https ( 9.0.4.0 )...

More information

\\afs001-0m0005\project02\A32\M

\\afs001-0m0005\project02\A32\M Technical Information 2004.09 2009.04 Store Request Query Request Retrieve Request DICOM Client Application Remote SCP Remote Query/Retrieve SCP Image Stored * DICOM Server Application Remote SCU Print

More information

Specview Specview Specview STSCI(Space Telescope SCience Institute) VO Specview Web page htt

Specview Specview Specview STSCI(Space Telescope SCience Institute) VO Specview Web page   htt Specview Specview Specview STSCI(Space Telescope SCience Institute) VO Specview Web page http://www.stsci.edu/resources/software_hardware/specview http://specview.stsci.edu/javahelp/main.html Specview

More information

microSTATION Operation guide

microSTATION Operation guide J 2 - ii iii iv 1 1 2 4 7 8 9 10 11 1 5 6 3 2 10 15 9 11 12 13 14 3 7 6 5 4 3 2 1 4 5 PROGRAM OSC 1 MS1 (Multisample) Drum Kit MS2 (Multisample) MS3 (Multisample) Insert / Master / Total Effect IFX 1 MFX

More information

09中西

09中西 PC NEC Linux (1) (2) (1) (2) 1 Linux Linux 2002.11.22) LLNL Linux Intel Xeon 2300 ASCIWhite1/7 / HPC (IDC) 2002 800 2005 2004 HPC 80%Linux) Linux ASCI Purple (ASCI 100TFlops Blue Gene/L 1PFlops (2005)

More information

グラフ数値読み取りシステム (GSYS2.4) 利用の手引

グラフ数値読み取りシステム (GSYS2.4) 利用の手引 (GSYS2.4) GSYS2.4 Manual SUZUKI Ryusuke Hokkaido University Hospital 2011 6 7 Abstract GSYS2.4 is an update version of GSYS version 2. Main features added in this version are Magnifying glass function,

More information

TM-T88VI 詳細取扱説明書

TM-T88VI 詳細取扱説明書 M00109801 Rev. B 2 3 4 5 6 7 8 9 10 Bluetooth 11 12 Bluetooth 13 14 1 15 16 Bluetooth Bluetooth 1 17 1 2 3 4 10 9 8 7 12 5 6 11 18 1 19 1 3 4 2 5 6 7 20 1 21 22 1 23 24 1 25 SimpleAP Start SSID : EPSON_Printer

More information

untitled

untitled 1 OrCAD PSpice OrCAD PSpice OrCAD PSpice OrCAD Capture OrCAD Capture OrCAD 15.7 Demo OrCAD Capture CIS Demo 1.1 Capture 1 OrCAD Capture 1.2 1.2 OrCAD Capture [File] [New] [Project] 1.3 Project 2 New Project

More information

$ cmake --version $ make --version $ gcc --version 環境が無いあるいはバージョンが古い場合は yum などを用いて導入 最新化を行う 4. 圧縮ファイルを解凍する $ tar xzvf gromacs tar.gz 5. cmake を用

$ cmake --version $ make --version $ gcc --version 環境が無いあるいはバージョンが古い場合は yum などを用いて導入 最新化を行う 4. 圧縮ファイルを解凍する $ tar xzvf gromacs tar.gz 5. cmake を用 本マニュアルの目的 Linux サーバー版 Gromacs インストールマニュアル 2015/10/28 本マニュアルでは 単独ユーザが独占的に Linux サーバー (CentOS 6.6) を使用して Gromacs ジョブを実行するための環境構築方法と Winmostar のリモートジョブ機能による計算手順を示しています つまり複数ユーザが共同使用する計算サーバー等は対象外です そのため計算環境は全てユーザのホームディレクトリ配下で行う構築することを想定しています

More information

RT300/140/105シリーズ 取扱説明書

RT300/140/105シリーズ 取扱説明書 REMOTE & BROADBAND ROUTER RT300i/RT140p/RT140f/RT140i RT140e/RT105p/RT105i/RT105e 2 3 4 5 6 7 8 9 10 Bold face Enter Ctrl Tab BS Del Console RT105i RT300i RT140p RT140f RT140i RT140e RT105p RT105i RT105e

More information

main.dvi

main.dvi A PostScript y 1997 1 Silicon Graphics i-station ( vhsgi) 1 i-station LaserMaster DisplayMaker-J DisplayMaker-J A dpi( ) PostScript 2 PostScript DisplayMaker-J i-station i-station ( AVS) PostScript i-station

More information

Informatics 2010.key

Informatics 2010.key http://math.sci.hiroshima-u.ac.jp/ ~ryo/lectures/informatics2010/ 1 2 C ATM etc. etc. (Personal Computer) 3 4 Input Output Device Central Processing Unit I/O CPU Memory 5 6 (CPU),,... etc. C, Java, Fortran...

More information