Questions tagged [repast-hpc]

Repast for High Performance Computing (Repast HPC) is a next generation agent-based modeling system intended for large-scale distributed computing platforms. It implements the core Repast Simphony concepts modifying them to work in a parallel distributed environment.

Repast for High Performance Computing (Repast HPC) is a next generation agent-based modeling system intended for large-scale distributed computing platforms. It implements the core Repast Simphony concepts (e.g. contexts and projections), modifying them to work in a parallel distributed environment.

Repast HPC is written in cross-platform It can be used on workstations, clusters, and supercomputers running , , or . Portable models can be written in either standard or Logo-style C++.

Repast HPC implements the core Repast Simphony concepts and features. Agents are implemented as Objects, in the case of Repast HPC, as C++ classes. An agent's state is represented by the field variables of those classes and agent behavior is represented by methods in those classes.

The simulation proceeds using a schedule. Each iteration of the simulation, the next event is popped of the schedule queue and executed. Repast HPC implements a dynamic discrete-event scheduler with conservative synchronization.

If your question is related to the Repast for High Performance Computing framework, you should use this tag.

20 questions
0
votes
0 answers

Boost MPI flags can't be found when installing Repast HPC

Using M1 Mac, I've followed the manual install procedures to install Repast HPC. I'm trying to run ./install.sh rhpc and the following error persists: configure: error: cannot not find the flags to link with Boost mpi The suggested solution says to…
Zuddas98
  • 25
  • 4
0
votes
0 answers

Issue installing Repast HPC 4.2.1 on MacOS with M1

When I run the ./install.sh netcdf' I get the following error: In file included from /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/c++/v1/type_traits:421: ../version:1:1: error: expected external declaration -n…
Zuddas98
  • 25
  • 4
0
votes
1 answer

Repast HPC Not Installing correctly on UBUNTU

When installing the netcdf the following error occurs using the installation script. configure: error: Can't find or link to the z library. Turn off netCDF-4 and opendap with --disable-netcdf-4 --disable-dap, or see config.log for errors. Any…
Tom Snow
  • 35
  • 8
0
votes
2 answers

REPAST HPC WSL Installation leads to boost no being found

When trying to run Repast HPC executables I get the following error: ./main.exe: error while loading shared libraries: libboost_mpi-mt.so.1.61.0: cannot open shared object file: No such file or directory ./main.exe: error while loading shared…
Tom Snow
  • 35
  • 8
0
votes
0 answers

Undefined Reference to zlibVersion

I'm attempting to compile HPC REPAST and after using the install script included with it, and then editing the Makefile, there's an error that pops up when attempting to run the make file /RHPC_2.0/ext/CURL/lib/libcurl.a(libcurl_la-version.o): In…
1
2