Re: Invoking multiple analyses

2003-12-13 Thread Wiggins d'Anconia
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

Invoking multiple analyses

2003-12-11 Thread Amit Phatak
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'