How to use Spacetime?
Operating a supercomputing cluster.
Prerequisite
- Download this file and copy it to your spacetime account.
- Check if conda is installed, otherwise download and install it in the spacetime acount. Link
Steps
- Change error file name on line 2 < to any temporary name >
- Change log file name on line 7 <–do–>
- Line 14:- source activate < your environment name > // conda env
- Line 15:- cd < path to your working directory >
- “aprun -n 1 -N 1 -d 16 -cc none -a xt” // Add this to the beginning of your python command and write it in place of any of the previously written jobs.
Submit a job:-
- qsub job_sample.pbs
Check running jobs:-
- qstat -u < username > // username of your account
Delete a job:-
- qdel < jobid >
Note
- Comment all other jobs, only one should be active at one time.
- A job will run for max 120 hrs, if you want more a special request will be required over mail. Only 8 jobs can run per account and 2 in Queue.