Skip to content
This repository has been archived by the owner on May 2, 2024. It is now read-only.

Commit

Permalink
add submission script
Browse files Browse the repository at this point in the history
  • Loading branch information
ist187691 committed May 4, 2021
1 parent e674210 commit 587edfc
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions make_mpi_submission.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
rm g29mpi.zip
mkdir g29mpi
cp src/*.c g29mpi
cp src/*.h g29mpi
cp src/Makefile g29mpi
cp docs/g29report.pdf g29mpi
zip g29mpi.zip g29mpi/*
rm g29mpi -r

0 comments on commit 587edfc

Please sign in to comment.