From faa1994f4dba808b8e0560c1752d8a4ec2b40ab5 Mon Sep 17 00:00:00 2001 From: Justin Gou Date: Tue, 26 Oct 2021 20:00:07 -0400 Subject: [PATCH] fix outdated simulator link --- ibcm/ibcm.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ibcm/ibcm.html b/ibcm/ibcm.html index 55f0652f7..defdc7e89 100644 --- a/ibcm/ibcm.html +++ b/ibcm/ibcm.html @@ -22,7 +22,7 @@

Progr

Website

The IBCM is utilized through an online series of webpages. The IBCM simulator needs PHP in order to run, and thus must be run from a web server (i.e., not as a local file). Most of the computational load is on the client side (via Javascript), and little is on the server side. There are a few mirros of this website available, which are listed below. All the necessary code to run a separate copy are included in this repository.

The primary file for the website is index.html, and the directions are on the directions.html page. The simulator itself is on the simulator.php page – but as described above, this must be run on an actual web server. Two supporting files (simulator.js and ibcm.css) and the entire img/ directory are needed as well. Note that two of the programs listed below (summation.ibcm and array-summation.ibcm) are linked to from the various website pages.

-

The simulator can be accessed via http://pegasus.cs.virginia.edu/ibcm/.

+

The simulator can be accessed via https://andromeda.cs.virginia.edu/ibcm/.

Sample IBCM code

The sample IBCM code included in this repository: