项目作者: sunnyMiglani

项目描述 :
Plotting HPC BlueCrystal OutFiles.
高级语言: Jupyter Notebook
项目地址: git://github.com/sunnyMiglani/plotHPCFiles.git
创建时间: 2017-11-30T10:50:36Z
项目社区:https://github.com/sunnyMiglani/plotHPCFiles

开源协议:

下载


Plotting BlueCrystal Out Files

This was created for use in the High Performance Computing assignment in 2017.

Overall process is the following.

  1. Grep away the data from the outfiles
  2. Copy grep’d data into excel / whatever
  3. Copy those files into an online Json converter (linked in the files)
  4. Run the program

Obvious Statement:

Since you’re putting the data in excel you could almost definitely plot it in Excel.
I dislike Excel’s plotting format and I’m more used to numpy plot so I used this.