Giter VIP home page Giter VIP logo

pseudo-cluster's People

Contributors

jiajunmao avatar liaopeiyuan avatar tom0828 avatar

Stargazers

 avatar

Watchers

 avatar  avatar  avatar

pseudo-cluster's Issues

entire node system

Purpose of this feature
implement the entire node system that will carry out the calculation and return result

Where should the implementation be added (if applicable)
new source folder under src-main

Preferred solution

  • A receive file thread running in background
  • When a file is received, check whether the file transfer is completed
  • When the file transfer is completed, invoke the matlab script runner
  • Check whether matlab process is finished
  • When matlab process is finished, return the result to the head node

Additional context (if applicable)
there are some already written function under com.khpc.ps that can be used

@Kent-AI-Laboratory/developers

Client window file submission entries not removed after each file is submitted

Describe the bug
Client window file submission entries not removed after each file is submitted

To Reproduce
Steps to reproduce the behavior:

  1. Run the client window class under com.khpc.client
  2. Choose some files
  3. Click submit (configure the environment and start the server first)
  4. See error

Expected behavior
Each entry is removed when that entry is submitted

Code

private void submit() throws UnknownHostException, IOException, InterruptedException {
		// The list that contains all the file path that is going to be submitted
		List<File> fileList = new ArrayList<File>();

		for (int i = 0; i < model.getSize(); i++) {
			fileList.add((File) (model.getElementAt(i)));
		}

		for (File file : fileList) {
			FileSendCoordinator.sendFileOnce(file, servIpAddr);
			model.removeElementAt(0);
		}
		
		model.clear();
	}

Scan the network and add available worker

Purpose of this feature
scan the network and add available worker

Where should the implementation be added (if applicable)
com.khpc.headNode, NodeList.java

Preferred solution
some file that contains a list of hostname and then ask the DNS server or host file for the corresponding IP address and add the IP address to the NodeList instance

Additional context (if applicable)
If better solution is available, please mention

@Kent-AI-Laboratory/developers

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.