Page 1 of 2 ID#: C00467MFMWS00 RSIC# : CCC-467 2 DS/HD 5.25-inch diskettes(1.2mb) CODE PACKAGE NAME : ITS3.0 THIS IS NOT A PC VERSION. COMPUTER : CRAY; VAX; IBM workstations Note: 7 mb of hard disk required PACKAGED : 01/14/85 MOST RECENT UPDATE: 05/20/92 ************************************************************************ DESCRIPTION MODE Number of bytes ************************************************************************ 1. README.RSI - RSIC information ASCII 640 2. ITS1.EXE - compressed file BINARY 1159815 containing the list below except for XDATA.DAT. To uncompress, place diskette in drive and type ITS1. 3. ITS2.EXE - compressed file BINARY 1181127 containing XDATA.DAT. To uncompress, place diskette in drive and type ITS2. 4. ITS3.EXE - compressed file BINARY 31321 containing input and output files specific to IBM RISC workstations. To uncompress, place diskette in drive and type ITS3. ************************************************************************ DESCRIPTION ************************************************************************ 1. XGENV3.SRC Source code for the cross-section generation programs 2. ITSV3.SRC Source code for the Monte Carlo programs 3. XDATA.DAT Atomic data file used as input to the cross-section generator codes 4. UPEML.IBM Update-emulator Fortran source code for running on IBM mainframes 5. UPEML.CRAY Update-emulator Fortran source code for running on Cray mainframes 6. UPEML.VMS Update-emulator Fortran source code for running on VAX mainframes 7. UPEML.UNIX Update-emulator Fortran source code for UNIX systems (useful for porting ITS to UNIX systems other than Cray/UNICOS for which UPEML.CRAY should be used) Input and Output Files for Test Problems 8. X.INP Update and execution input for generating cross- section data for standard-code and M-code test problems 9. X.OUT User-readable (formatted) abbreviated output from cross-section generator run for standard-code and M-code test problems; the full cross-section data file to be read by the Monte Carlo codes is a much larger unformatted ASCI file (see e.g. VMSXP.DAT for P-codes example) 10. X.INP Update and execution input for generating cross- section data for P-code test problems 11. XP.OUT User-readable (formatted) abbreviated output from cross-section generator run for P-code test problems; the full cross-section data file to be read by the Monte Carlo codes is a much larger unformatted ASCI file (see e.g. VMSXP.DAT for P-codes example) 12. TIG.INP Update and execution input for TIGER Monte Carlo test problem 13. TIG.OUT Output from TIGER Monte Carlo test problem 14. CYL.INP Update and execution input for CYLTRAN Monte Carlo test problem 15. CYL.OUT Output from CYLTRAN Monte Carlo test problem 16. ACC.INP Update and execution input for ACCEPT Monte Carlo test problem 17. ACC.OUT Output from ACCEPT Monte Carlo test problem 18. TIGP.INP Update and execution input for TIGERP Monte Carlo test problem 19. TIGP.OUT Ouptut from TIGERP Monte Carlo test problem 20. CYLP.INP Update and execution input for CYLTRANP Monte Carlo test problem 21. CYLP.OUT Output from CYLTRANP Monte Carlo test problem 22. ACCP.INP Update and execution input for ACCEPTP Monte Carlo test problem 23. ACCP.OUT Output from ACCEPTP Monte Carlo test problem ************************************************************************ Page 2 of 2 RSIC# : CCC-467 2 DS/HD 5.25-inch diskette (1.2mb) CODE PACKAGE NAME : ITS 3.0 COMPUTER : CRAY; VAX; IBM workstations PACKAGED : 01/14/85 MOST RECENT UPDATE: 05/20/92 ************************************************************************ DESCRIPTION ************************************************************************ 24. CYLMI.INP Update and execution input for CYLTRANM Monte Carlo test problem (small axial gap) 25. CYLM1.OUT Output from CYLTRANM Monte Carlo test problem (small axial gap) 26. CYLM2.INP Update and execution input for CYLTRANM Monte Carlo test problem (large axial gap) 27. CYLM2.OUT Output from CYLTRANM Monte Carlo test problem (large axial gap) 28. ACCM.INP Update and execution input for ACCEPTM Monte Carlo test problem 29. ACCM.OUT Output from ACCEPTM Monte Carlo test problem 30. TIGPH.INP Update and execution input for TIGERP Monte Carlo test problem with PULSE-HEIGHT option turned on 31. TIGPH.OUT Output from TIGERP Monte Carlo test problem with PULSE-HEIGHT option turned on 32. ACCH.INP Update and execution input for ACCEPT Monte Carlo test problem with PULSE-HEIGHT option turned on 33. ACCH.OUT Output from ACCEPT Monte Carlo test problem with PULSE-HEIGHT option turned on Example Files for Installing the ITS System and Running the ACCEPTP-Code Test Problem under VAX/VMS after Compiling and Linking UPEML.VMS to Create the Executable UPEML.EXE. 34. VMSCREATE.COM VMS JCL used to generated program libraries from the source code for the cross-section generator and Monte Carlo programs 35. VMSXGEN.COM VMS JCL used to select, modify, compile, link, and execute the code for generating the cross-section data for the P codes 36. VMSITS.COM VMS JCL used to select, modify, compile, link, and execute the ACCEPTP Monte Carlo test problem 37. VMSXP.UPD Update input for generating cross-section data for P-code test problems 38. VMSXP.XIP Execution input for generating cross-section data for P-code test problems 39. VMSXP.JOB User-readable (formatted) abbreviated output from cross-section generator run for P-code test problems, concatenated with VMSXP.UPD and VMSXP.XIP 40. VMSXP.DAT Unformatted ASCI file containing full cross-section data to be read by the P-codes Monte Carlo test problems 41. VMSACCP.UPD Update input for ACCEPTP Monte Carlo test problem 42. VMSACCP.XIP Execution input for ACCEPTP Monte Carlo test problem 43. VMSACCP.JOB Output from ACCEPTP Monte Carlo test problem 44. MIBM3.UPD Update directives for UPEML for IBM RISC 6000. 45. SUN3.UPD Update directives for UPEML for SUN workstations. 46. MAKEFILE.MKF IBM RISC 6000 specific directives for makefile. ************************************************************************ Note: The code was tested at RSIC on the IBM RISC 550 under Version 3.1 AIX operating system, using the xlf compiler Version 2.1. Page 1 of 2 ID#: C00467MFMWS00 RSIC# : CCC-467 1 dc 6150 tape cartridge (150mb) CODE PACKAGE NAME : ITS3.0 COMPUTER : CRAY; VAX; IBM workstations Note: 7 mb of hard disk required PACKAGED : 01/14/85 MOST RECENT UPDATE: 05/20/92 ************************************************************************ DESCRIPTION ************************************************************************ To copy the tape, 1. tar -xvf /dev/rmt0 (replace rmt0 with your device name) 2. uncompress ccc467 3. mv ccc467 ccc467.tar 3. tar -xvf ccc467.tar 1. XGENV3.SRC Source code for the cross-section generation programs 2. ITSV3.SRC Source code for the Monte Carlo programs 3. XDATA.DAT Atomic data file used as input to the cross-section generator codes 4. UPEML.IBM Update-emulator Fortran source code for running on IBM mainframes 5. UPEML.CRAY Update-emulator Fortran source code for running on Cray mainframes 6. UPEML.VMS Update-emulator Fortran source code for running on VAX mainframes 7. UPEML.UNIX Update-emulator Fortran source code for UNIX systems (useful for porting ITS to UNIX systems other than Cray/UNICOS for which UPEML.CRAY should be used) Input and Output Files for Test Problems 8. X.INP Update and execution input for generating cross- section data for standard-code and M-code test problems 9. X.OUT User-readable (formatted) abbreviated output from cross-section generator run for standard-code and M-code test problems; the full cross-section data file to be read by the Monte Carlo codes is a much larger unformatted ASCI file (see e.g. VMSXP.DAT for P-codes example) 10. X.INP Update and execution input for generating cross- section data for P-code test problems 11. XP.OUT User-readable (formatted) abbreviated output from cross-section generator run for P-code test problems; the full cross-section data file to be read by the Monte Carlo codes is a much larger unformatted ASCI file (see e.g. VMSXP.DAT for P-codes example) 12. TIG.INP Update and execution input for TIGER Monte Carlo test problem 13. TIG.OUT Output from TIGER Monte Carlo test problem 14. CYL.INP Update and execution input for CYLTRAN Monte Carlo test problem 15. CYL.OUT Output from CYLTRAN Monte Carlo test problem 16. ACC.INP Update and execution input for ACCEPT Monte Carlo test problem 17. ACC.OUT Output from ACCEPT Monte Carlo test problem 18. TIGP.INP Update and execution input for TIGERP Monte Carlo test problem 19. TIGP.OUT Ouptut from TIGERP Monte Carlo test problem 20. CYLP.INP Update and execution input for CYLTRANP Monte Carlo test problem 21. CYLP.OUT Output from CYLTRANP Monte Carlo test problem 22. ACCP.INP Update and execution input for ACCEPTP Monte Carlo test problem 23. ACCP.OUT Output from ACCEPTP Monte Carlo test problem ************************************************************************ Page 2 of 2 RSIC# : CCC-467 CODE PACKAGE NAME : ITS 3.0 COMPUTER : CRAY; VAX; IBM workstations PACKAGED : 01/14/85 MOST RECENT UPDATE: 05/20/92 ************************************************************************ DESCRIPTION ************************************************************************ 24. CYLM1.INP Update and execution input for CYLTRANM Monte Carlo test problem (small axial gap) 25. CYLM1.OUT Output from CYLTRANM Monte Carlo test problem (small axial gap) 26. CYLM2.INP Update and execution input for CYLTRANM Monte Carlo test problem (large axial gap) 27. CYLM2.OUT Output from CYLTRANM Monte Carlo test problem (large axial gap) 28. ACCM.INP Update and execution input for ACCEPTM Monte Carlo test problem 29. ACCM.OUT Output from ACCEPTM Monte Carlo test problem 30. TIGPH.INP Update and execution input for TIGERP Monte Carlo test problem with PULSE-HEIGHT option turned on 31. TIGPH.OUT Output from TIGERP Monte Carlo test problem with PULSE-HEIGHT option turned on 32. ACCH.INP Update and execution input for ACCEPT Monte Carlo test problem with PULSE-HEIGHT option turned on 33. ACCH.OUT Output from ACCEPT Monte Carlo test problem with PULSE-HEIGHT option turned on Example Files for Installing the ITS System and Running the ACCEPTP-Code Test Problem under VAX/VMS after Compiling and Linking UPEML.VMS to Create the Executable UPEML.EXE. 34. VMSCREATE.COM VMS JCL used to generated program libraries from the source code for the cross-section generator and Monte Carlo programs 35. VMSXGEN.COM VMS JCL used to select, modify, compile, link, and execute the code for generating the cross-section data for the P codes 36. VMSITS.COM VMS JCL used to select, modify, compile, link, and execute the ACCEPTP Monte Carlo test problem 37. VMSXP.UPD Update input for generating cross-section data for P-code test problems 38. VMSXP.XIP Execution input for generating cross-section data for P-code test problems 39. VMSXP.JOB User-readable (formatted) abbreviated output from cross-section generator run for P-code test problems, concatenated with VMSXP.UPD and VMSXP.XIP 40. VMSXP.DAT Unformatted ASCI file containing full cross-section data to be read by the P-codes Monte Carlo test problems 41. VMSACCP.UPD Update input for ACCEPTP Monte Carlo test problem 42. VMSACCP.XIP Execution input for ACCEPTP Monte Carlo test problem 43. VMSACCP.JOB Output from ACCEPTP Monte Carlo test problem 44. MIBM3.UPD Update directives for UPEML for IBM RISC 6000. 45. SUN3.UPD Update directives for UPEML for SUN workstations. 46. aix subdirectory of IBM RISC 6000 specific files. Please read the file 'readme.aix'. 47. MAKEFILE.MKF IBM RISC 6000 specific directives for makefile. ************************************************************************ Note: The code was tested at RSIC on the IBM RISC 550 under Version 3.1 AIX operating system, using the xlf compiler Version 2.1.