Prep is done through cnAutoRun, Solve is done with cnAutoRun, post with cnAutoRun on same machine.
- Prep: cnAutoRun -prep
- Solve: cnAutoRun-solve
- Post: cnAutoRun -post
Prep is done through UI, solve and post through cnAutoRun command:
- Prep: CAENexus UI
- Solve:CnAutoRun -solve -syncxml (syncxml is an argument either to -solve or -solprep)
- Post: cnAutoRun -post
Prep is done through cnAutoRun, Solve is done without cnAutoRun, post on same machine with cnAutoRun command
- Prep: cnAutoRun -prep
- Solve: As per users method. Copy the folder structure as it is.
- Check solver output files cnAutoRun -solcheck
- Post: cnAutoRun -post
Prep is done through cnAutoRun on machine -1, solve is done with cnAutoRun on machine-2, post is done on machine-1 via cnAutoRun -post
- Prep: cnAutoRun -prep
- Solve: cnAutoRun -solve (machine 2)
- Check solver output files cnAutoRun -solcheck
- Post: cnAutoRun -post
Prep and solve is done on machine 1 with cnAutoRun command, Post need to be done by cnAutoRun command on machine-2
- Prep: cnAutoRun -prep
- Solve:CnAutoRun -solve
- Check solver output files cnAutoRun -solcheck
- Post: cnAutoRun -post
Prep is done manually. Solve is done is done manually. Post via cnAutoRun command.
- Prep : Manually
- Solve: Manually
- Check solver output files: cnAutoRun -solcheck -syncxml
- Post cnAutoRun -post
Notes:
- If someone wants to check solver syntax, then give the command as cnAutoRun -solprep. This command needs to be give after exporting deck in any scenario.
- Everywhere maintain the folder structure.