diff options
author | Matteo Bernardini <ponce@slackbuilds.org> | 2022-02-27 12:27:18 +0100 |
---|---|---|
committer | Robby Workman <rworkman@slackbuilds.org> | 2022-02-27 22:29:04 -0600 |
commit | fc462f2320a0f3e1a89a56041b381f3f7fbfeb1b (patch) | |
tree | 6cdf7f7a3746435bae90763ecaa8d4c393196869 /academic/Xyce/README | |
parent | 84514d90002a70ba0f8659378532dae61c00ae64 (diff) |
academic/Xyce: Removed (ftb).
New versions require additional dependencies, you have
to register before being able to download sources
Signed-off-by: Matteo Bernardini <ponce@slackbuilds.org>
Diffstat (limited to 'academic/Xyce/README')
-rw-r--r-- | academic/Xyce/README | 43 |
1 files changed, 0 insertions, 43 deletions
diff --git a/academic/Xyce/README b/academic/Xyce/README deleted file mode 100644 index 14d894e3e0b38..0000000000000 --- a/academic/Xyce/README +++ /dev/null @@ -1,43 +0,0 @@ -Xyce is an open source, SPICE-compatible, high-performance analog -circuit simulator, capable of solving extremely large circuit -problems by supporting large-scale parallel computing platforms. It -also supports serial execution on all common desktop platforms, and -small-scale parallel runs on Unix-like systems. In addition to analog -electronic simulation, Xyce has also been used to investigate more -general network systems, such as neural networks and power grids. - -The Xyce Parallel Electronic Simulator is a SPICE-compatible circuit -simulator, developed internally at Sandia National Laboratories -and funded by the National Nuclear Security Administration's -Advanced Simulation and Computing (ASC) Campaign. In continuous -development since 1999, Xyce is designed to run on large-scale -parallel computing platforms, though it also executes efficiently on a -variety of architectures, including single processor workstations. As -a mature platform for large-scale parallel circuit simulation, Xyce -supports standard capabilities available from commercial simulators, -in addition to a variety of devices and models specific to Sandia's -needs. - -The package is intalled at: /opt/Xyce -Remember to set the library and path: - -PATH=$PATH:/opt/Xyce/bin - -For 32-bit: -LD_LIBRARY_PATH=$LD_LIBRARY_PATH:/opt/Xyce/lib - -For 64-bit: -LD_LIBRARY_PATH=$LD_LIBRARY_PATH:/opt/Xyce/lib64 - -To run the suite test: -# cd /opt/Xyce/Xyce_Regression-6.3/TestScripts -# ./run_xyce_regression - -For parallel simulation trilinos must be compiled with MPI. - -Additonal requirements: - - MPI (openmpi/mpich) - - parMETIS - -NOTE: Sources are not downloadable via wget. Please download manually -via browser. |