Login and submit nodes
You can find an overview of login nodes with HTCodnor available for submission into the NAF see: NAF Login, WGS and remote Desktop
Simple submit file
The submit file is the definition of your job, here is something very simple for a start:
Simple HTC submit file using AFS
Executable = $ENV(HOME)/<path>/<to>/<your>/<executable> Log = $ENV(HOME)/log_$(Cluster)_$(Process).txt Output = $ENV(HOME)/out_$(Cluster)_$(Process).txt Error = $ENV(HOME)/error_$(Cluster)_$(Process).txt Queue 1
Explained: