GithubHelp home page GithubHelp logo

miguelgrdotcom / jgf Goto Github PK

View Code? Open in Web Editor NEW

This project forked from satoyoshiki/jgf

0.0 1.0 0.0 171.93 MB

Java 26.20% Shell 0.09% AspectJ 0.01% Ruby 0.02% HTML 72.00% CSS 0.32% JavaScript 0.44% Makefile 0.01% PLpgSQL 0.01% PLSQL 0.01% Groovy 0.11% Scala 0.08% Roff 0.01% Common Lisp 0.01% Batchfile 0.04% Perl 0.03% CMake 0.01% C 0.63%

jgf's Introduction

JGF

通常テスト実行

  • 逐次と並列は、NetBeansからテスト実行

MPIテスト実行

  • NetBeansでテスト実行した後に生成されるクラスを使う

$MPJ_HOME/bin/mpjrun.sh -np 4 -cp ./build/test/classes:/Users/yoshiki/NetBeansProjects/JGF/JGFTest/dist/JGFTest.jar -Dlogback.configurationFile=$WORK/logback.xml jgftest.JGFTest

  • その後、NetBeansでビルドした際に、テストクラスもビルドし、別にアーカイブされるよう変更したため、下記コマンドでも実行可能(logback省略)

$MPJ_HOME/bin/mpjrun.sh -np 4 -cp JGFTest/dist/JGFTest.jar:JGFTest/dist/JGFTest-tests.jar jgftest.JGFTest

jgf's People

Contributors

oppenguin avatar

Watchers

Miguel Garcia Rodriguez avatar

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.