Skip to content

Latest commit

 

History

History
21 lines (11 loc) · 425 Bytes

README.md

File metadata and controls

21 lines (11 loc) · 425 Bytes

HPC-Programming-works

Some programming practice for High Performance Computing System course.

File description

hpc

Codes that organized using a makefile configuration.

common.c, myhead.h and Makefile are shared by all the files.

connon.c is writed and shared by processor Chi. I did no changes to it.

legacyhpc

Codes that adapt a stand alone AIO style.

simple_make

A simple makefile configuration test.