Question: I am trying to run a Perl script that changes MCNP ACE xsdir library to SERPENT xsdata libray : . . . . . .
I am trying to run a Perl script that changes MCNP ACE xsdir library to SERPENT xsdata libray :
if $#ARGV
printf
Usage:
xsdirconvert.pl input output
;
printfWhere: input is MCNP xsdir file
;
printf output is Serpent directory file
;
exit;
# Check that input file exists:
if e $ARGV
printf
MCNP xsdir file s does not exist.
$ARGV;
exit;
My input file is sssjeffuxsdir with the following lines:
~homeSerpentSerpentxsdatajeffacedata
atomic weight ratios
etc
c: ACE file ~homeSerpentSerpentxsdatajeffacedataJEFace" does not exist.
c: ACE file ~homeSerpentSerpentxsdatajeffacedataJEFace" does not exist.
c: ACE file ~homeSerpentSerpentxsdatajeffacedataJEFace" does not exist.
The ACEDATA folder does exists with the libary files
Step by Step Solution
There are 3 Steps involved in it
1 Expert Approved Answer
Step: 1 Unlock
Question Has Been Solved by an Expert!
Get step-by-step solutions from verified subject matter experts
Step: 2 Unlock
Step: 3 Unlock
