Ideas for Central Installation of AstroBEAR code

The motivation is to set up a central installation for the code so a user won't need to re-compile the code every time he switches the problem module.. — Feel free to put your ideas here…

I. Binary Folder

  1. Compile all problem modules and generate an executable file for each module.
  2. Create a bin folder which contains all executable files (can be links)
  3. Sample Data files folder which contains all the data files for each module

II. AstroBEAR Library

  1. compile the compute engine as a library
  2. each module problem we have now or the user-developed problem module will link the library and make

Comments

No comments.