Web-Based Parallel Computing Application

Select computing resources
rabbit (Linux)
phoenix (Linux)
bird2 (Linux)
mouse (Linux)
mouse1 (Windows)

Upload and run MPI program source code

Note that if other files are also needed by the MPI program, then archive the MPI program and necessary files together as a Zip file with the same filename as the MPI program and upload it.

For example, project.c is an MPI program that needs to read data from two files, conn.txt and dim.txt. Thus, archive project.c, conn.txt, and dim.txt as project.zip, and then upload project.zip.

The CGI and HTML source for this website can be downloaded here.