To be done only once:
login to one of scf machines, say aludra (like telnet aludra)
login:erhan
passwd:mypassword
create a directory called nsl. You are going to keep your models in
this directory.
mkdir nsl
copy the file ~csci564/NSL/resume under nsl.
cp ~csci564/NSL/resume nsl
To be done only starting a new model for the
first time:
Under nsl directory make a directory for the model and copy the
model source (if provided)in this model directory
login to your scf account
cd nsl
mkdir maxselector
cp ~csci564/NSL/nsl3_0/MaxSelectorModel/1_1_1/src/* maxselector
(assuming we are provided with MaxSelector)
To be done each work session, before starting to work
with NSL
login to your scf account
cd nsl
source resume
cd maxselector , assuming you are going towork on
this model
to run the model
java NslMain MaxSelectorModel
to compile the model
make