You canât have a single file as both your submit description file and job executable, as you can with PBS or Slurm.
On Feb 16, 2021, at 11:06 AM, brando.science@xxxxxxxxx wrote:
Apologies I don't think I understand your response. I usually have a submission script as job.sub that specifies the executable path. If I could instead use the actually executable script as the submission script that would be great too e.g. I usually do that with qsub as follows:
```#!/homes/miranda9/.conda/envs/automl-meta-learning/bin/python #PBS -V #PBS -M me@xxxxxxxxx #PBS -m abe #PBS -lselect=1:ncpus=112 import sys import os for p in sys.path: print(p) print(os.environ)
-- Todd Tannenbaum <tannenba@xxxxxxxxxxx> University of Wisconsin-Madison Center for High Throughput Computing Department of Computer Sciences