Hi Andriy,
I have an account on a linux cluster called Mahone (part of ACEnet).
Octave is already installed on Mahone. I have installed USPEX on my
home directory on Mahone. The code runs fine but it ssh's Mahone every
time the code restarts (via crontab or manually). I am using
remoteregime=2 with a script written manually and stored in the
RemoteSubmission folder. I did remove the following lines from the
checkStatus.m as you suggested:
try
[a,b]=unix(['scp ' portNbig EXE_STRUC.userName '@'
EXE_STRUC.serverName ':' EXE_STRUC.remoteFolder ORG_STRU
C.remoteFolder '/CalcFold'
num2str(POP_STRUC.POPULATION(Ind_No).Folder) '/output-log ./'])
end
try
[a,b]=unix(['scp ' portNbig EXE_STRUC.userName '@'
EXE_STRUC.serverName ':' EXE_STRUC.remoteFolder ORG_STRU
C.remoteFolder '/CalcFold'
num2str(POP_STRUC.POPULATION(Ind_No).Folder) '/OUTCAR ./'])
end
try
[a,b]=unix(['scp ' portNbig EXE_STRUC.userName '@'
EXE_STRUC.serverName ':' EXE_STRUC.remoteFolder ORG_STRU
C.remoteFolder '/CalcFold'
num2str(POP_STRUC.POPULATION(Ind_No).Folder) '/CONTCAR ./'])
end
but then USPEX tries to ssh Mahone. So every 5 minutes (if I use the
cron), an ssh connection opens to Mahone.
All I want to do is to be able to submit a job from my home directory
on Mahone to Mahone's queue system without having the need for any ssh
or other file transfer programs. If my explanation is unclear, please
let me know.
Many thanks,
Vahid