Amit Phatak wrote:
I am currently invoking an ABAQUS (A finite element analysis package) analysis through perl using the command -
system("/usr/local/bin/tcsh -c 'source /eng/local/lib/source/use -quiet
abaqus; /eng/tools/abaqus/6.3/Commands/abaqus job=$input_file'");
where $input_file has a name
I am currently invoking an ABAQUS (A finite element analysis package) analysis through
perl using the command -
system("/usr/local/bin/tcsh -c 'source /eng/local/lib/source/use -quiet
abaqus; /eng/tools/abaqus/6.3/Commands/abaqus job=$input_file'");
where $input_file has a name like 'file.inp'