Search
Solutions to homeworks and semester project are submitted to UploadSystem where they are automatically checked and evaluated. General information about the UploadSystem
.zip
Details about input, output and command line arguments of your compiled programs are provided in the corresponding assignment handouts.
From now on, assume that $ROOT_DIR is the root directory with your submitted source codes.
$ROOT_DIR
Requirements:
cpp
h
main()
Source codes are compiled with g++ compiler, version 6.3, c++17 standard. The exact flags used for each homework are provided in the homework handouts.
If you want to use MPI for solving the semester project, you need to tell the UploadSystem to use the MPI runtime mpirun. This can be done by creating an empty file $ROOT_DIR/use_mpi.
mpirun
$ROOT_DIR/use_mpi