README 1.6 KB

1234567891011121314151617181920212223242526272829303132333435363738394041
  1. Xyce is an open source, SPICE-compatible, high-performance analog circuit
  2. simulator, capable of solving extremely large circuit problems by supporting
  3. large-scale parallel computing platforms. It also supports serial execution on
  4. all common desktop platforms, and small-scale parallel runs on Unix-like
  5. systems. In addition to analog electronic simulation, Xyce has also been used
  6. to investigate more general network systems, such as neural networks and power
  7. grids.
  8. The Xyce Parallel Electronic Simulator is a SPICE-compatible circuit simulator,
  9. developed internally at Sandia National Laboratories and funded by the National
  10. Nuclear Security Administration's Advanced Simulation and Computing (ASC)
  11. Campaign. In continuous development since 1999, Xyce is designed to run on
  12. large-scale parallel computing platforms, though it also executes efficiently on
  13. a variety of architectures, including single processor workstations. As a mature
  14. platform for large-scale parallel circuit simulation, Xyce supports standard
  15. capabilities available from commercial simulators, in addition to a variety of
  16. devices and models specific to Sandia's needs.
  17. The package is intalled at: /opt/Xyce
  18. Remember to set the library and path:
  19. PATH=$PATH:/opt/Xyce/bin
  20. For 32-bit:
  21. LD_LIBRARY_PATH=$LD_LIBRARY_PATH:/opt/Xyce/lib
  22. For 64-bit:
  23. LD_LIBRARY_PATH=$LD_LIBRARY_PATH:/opt/Xyce/lib64
  24. To run the suite test:
  25. # cd /opt/Xyce/Xyce_Regression-6.3/TestScripts
  26. # ./run_xyce_regression
  27. For parallel simulation trilinos must be compiled with MPI.
  28. Additonal requirements:
  29. - MPI (openmpi/mpich)
  30. - parMETIS
  31. NOTE: Sources are not downloadable via wget. Please download manually via browser.