[Users] Issues configuring SimFactory for PBS cluster (Hubble) - Jobs failing to submit correctly
MAKINO Taiki
makino.taiki.g6 at s.mail.nagoya-u.ac.jp
Fri Jul 17 04:03:42 CDT 2026
Dear Einstein Toolkit Users,
I am trying to configure SimFactory to submit jobs using PBS on a machine named "Hubble".
Initially, the automatically generated hubble.ini was configured for a local login node submission. I attempted to modify the submission commands to support our PBS environment, but the jobs are not running properly.
Here are the modifications I made to the .ini configuration:
* submit: Changed from: exec nohup @SCRIPTFILE@ < /dev/null > @RUNDIR@/@SIMULATION_NAME at .out 2> @RUNDIR@/@SIMULATION_NAME at .err & echo $! To: qsub @SCRIPTFILE@
* stop: Changed from: pkill -g $(ps -o pgid= -p @JOB_ID@) To: qdel @JOB_ID@
* getstatus: Changed from: ps @JOB_ID@ To: qstat -f @JOB_ID@
Symptoms:
1. When running simfactory/bin/sim submit, no .out or .err files are generated at all.
2. When running simfactory/bin/sim create-submit, the .out and .err files are generated, but the .out file only contains the PBS job ID, and the .err file is completely empty.
3. No simulation output files or directories are created inside the designated simulation directory.
As you can see from the symptoms, create-submit successfully captures the job ID, but the simulation does not run and no output is generated.
Could anyone guide me on the correct way to write the submit option or the template script for PBS in SimFactory? Any working examples of a PBS configuration (.ini and .sub files) would be greatly appreciated.
For your reference, I have attached my .ini file and .sub file that I am currently using.
Thank you very much for your help.
Best regards,
Taiki Makino
Graduate School of Science, Nagoya University
makino.taiki.g6 at s.mail.nagoya-u.ac.jp<mailto:makino.taiki.g6 at s.mail.nagoya-u.ac.jp>
取得 Outlook for Mac<https://aka.ms/GetOutlookForMac>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.einsteintoolkit.org/pipermail/users/attachments/20260717/ddea00ba/attachment.htm>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: hubble.ini
Type: application/octet-stream
Size: 1800 bytes
Desc: hubble.ini
URL: <http://lists.einsteintoolkit.org/pipermail/users/attachments/20260717/ddea00ba/attachment.obj>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: pbs-normal.sub
Type: application/octet-stream
Size: 466 bytes
Desc: pbs-normal.sub
URL: <http://lists.einsteintoolkit.org/pipermail/users/attachments/20260717/ddea00ba/attachment-0001.obj>
More information about the Users
mailing list