Many of our customers enjoy using their CAE Solvers (like ABAQUS) with the TotalCAE Activation Filter (TAF) and TotalCAE Portal to have a job submitted be postponed for consideration until a date and time in future, see the screenshot below:

TotalCAE Web Portal Hold Until
But you can also use the ABAQUS native HPC Server 2008 R2 integration with TAF, here is a simple way with TAF to delay a ABAQUS job for consideration:
Step 1. Use Abaqus to generate the JOB, but don’t submit it:
abaqus j=foo.inp cpus=4 -queue=genxmllocal
(You can use genxmllocal or genxml depending on if you want to run out of a local scratch or not, this writes out the HPC Server 2008 R2 job xml, but does not submit it)
Step 2. Create a new job from this job xml
job new /jobfile:e1.xml
THIS WILL RETURN A JOB ID, USE THE RETURNED JOB ID AFTER THIS, THIS EXAMPLE USES 1596
Step 3. Add the WAITUNTIL environment variable ( Used by TAF )
job modify 1596 /env:WAITUNTIL=”6/23/2011 8:10:00 AM”
Step 4. Submit the job
job submit /id:1596
A screenshot is below.
