s2ibis runs, but no .out files are created, and the model is incomplete. What is the matter?
s2ibis is probably having trouble locating your SPICE program. If you do not put one of the following lines in your s2ibis input file header, s2ibis will try to use Berkeley SPICE 2 (using the call spice infile outfile): *[Spice] 3 *[Spice] P *[Spice] H These lines cause s2ibis to try to call SPICE3, PSPICE, and HSPICE, respectively. If you have specified the correct version of SPICE, and s2ibis still can’t find it, it may be because your PATH does not include the directory that your SPICE executable is in, or because the name of the executable is non-standard. s2ibis expects to be able to call SPICE using one of the following calls: spice inputfile outputfile spice3 -b inputfile >outputfile 2>messagefile pspice inputfile outputfile /D0 hspice inputfile >outputfile 2>messagefile UNIX systems are case-sensitive; every letter in the command you type must match the corresponding letter in the name of the executable exactly. Thus if your SPICE executable is: /bin/SPICE3 s2ibis will not be
Related Questions
- I want to look at the job files from the Develop Pharmacophore Model workflow, but they are deleted when the job finishes. How can I do this?
- s2ibis runs, but no .out files are created, and the model is incomplete. What is the matter?
- What percentages of files are considered incomplete? How many are new files not reviewed?