[BACK]Return to asirrc CVS log [TXT][DIR] Up to [local] / OpenXM / rc

File: [local] / OpenXM / rc / asirrc (download)

Revision 1.10, Wed Jan 1 02:03:40 2003 UTC (21 years, 4 months ago) by takayama
Branch: MAIN
CVS Tags: RELEASE_1_2_2
Changes since 1.9: +2 -1 lines

ox103_reset broadcasts the ox reset message.
ox103_set_shared_variable broadcasts a value of a shared variables
to all processes.
OXRFC 103 has not yet written, but a test implementation is done.

/*$OpenXM: OpenXM/rc/asirrc,v 1.10 2003/01/01 02:03:40 takayama Exp $*/
load("gr")$
load("primdec")$
load("katsura")$
load("bfct")$
load("xm")$
load("names.rr")$
load("oxrfc103.rr")$
User_asirrc=which(getenv("HOME")+"/.asirrc")$
if (type(User_asirrc)!=0) {
   print("Loading ~/.asirrc")$
   load(User_asirrc)$
}$
end$